search for: dodgynet

Displaying 10 results from an estimated 10 matches for "dodgynet".

2003 Jan 19
1
OpenSSH Portable Tinderbox available to test.
...rbox up and running for the OpenSSH portable tree. For those not familiar with it, Tinderbox is a tool for automatically displaying the status of builds and tests. At the moment, I do 1 update and 4 builds hourly. It's not fully functional yet but the basics work. It can be found at http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/ (I recommend starting with the "status" view). Please give it a try. If anyone is interested in running the tests on their own platform, please let me know. The machine will need to be able to "cvs update" and send email. For more inf...
2003 Feb 14
0
Current CVS broken on AIX: conflicting types for `gai_strerrorĀ“
...E_GAI_STRERROR #endif Undef'ing BROKEN_GETADDRINFO in config.h seems to work OK in limited testing on 4.3.3, however I don't know if there is a good reason for it being there. It seems there should be distinct HAVE_GAI_STRERROR and USE_GAI_STRERROR defines. Comments anyone? [0] http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
2003 Feb 24
0
Compile errors on Solaris, early AIX and PAM platforms
...fixed, probably others) gcc -o sshd sshd.o [snip] auth2-kbdint.o: In function `userauth_kbdint?: /home/dtucker/openssh/openssh-tinderbox/Linux-2.4.18-24.8.0/../auth2-kbdint.c:54: undefined reference to `auth2_pam? collect2: ld returned 1 exit status Not sure about this one... -Daz. [0] http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part --------...
2003 Aug 26
1
Locked account checks and PAM
...e's a simple patch attached to fix this. The question is: should the locked account test be done when PAM is enabled or should we rely on PAM to do the right thing? In theory they should behave the same way, but ISTR that in some patchlevels of Solaris PAM did not check for this. [1] http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -----...
2003 Jan 23
2
New PAM kbd-int code
http://www.mindrot.org/~djm/openssh/openssh-newpam-20030123.tar.gz Is a snapshot of the new PAM-via-KbdInt authentication support from FreeBSD's OpenSSH tree. Please test this now. I can only surmise by the silence that has greeted my previous requests for testing that the code works perfectly. -d
2003 May 14
3
Changes in tonights snapshot
There are a couple of noteworthy changes in tonight's snapshot: 1. New UsePAM directive There is a new sshd_config directive, UsePAM for systems built using "configure --with-pam". This allows one to switch off all PAM calls from sshd. This is handy if one builds with PAM but wants to use the sshd's ability to run as a non-root user. Previously this was impossible if one
2003 Mar 21
4
3.6 portable ready.
The Cray and tru64 patches I have, have been applied. Unless there is any major "oh my god it does not work". I believe 3.6 should now be ready for release soon. I'd like to thank everyone for providing feedback on the status of their their platform. Hopefully, we have not missed any platform that is commonly used. - Ben
2003 Feb 01
1
Build errors on AIX 4.2.1: nanosleep
...mostly the same as the AIX portion of the previous patch for the nanosleep issue, the major difference being that the #define is in port-aix.h. If this proves necessary for other platforms, it can be moved later (I'm not aware of any other platforms requiring it, though). -Daz. [1] http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -----...
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
...I don't think this is a big deal (right?) AIX 4.2.1 does not have nanosleep but has an equivalent (nsleep). AIX 4.3.3 has nanosleep, I don't know about versions in between. The attached patch fixes both with one combined nanosleep test in configure and a couple of #defines. [1] http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -----...
2003 Oct 27
8
[Bug 645] Configure mis-identifies setresgid
http://bugzilla.mindrot.org/show_bug.cgi?id=645 ------- Additional Comments From dtucker at zip.com.au 2003-10-27 13:43 ------- Created an attachment (id=487) --> (http://bugzilla.mindrot.org/attachment.cgi?id=487&action=view) Test setresuid and setresguid for "not implemented" Please try this patch. You will need to run "autoreconf" after applying, then