Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-14 | - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h] | Darren Tucker | |
Call setauthdb() before loginfailed(), which may load password registry- specific functions. Based on patch by cawlfiel@us.ibm.com. | |||
2003-07-14 | - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by | Darren Tucker | |
undef'ing it. | |||
2003-07-14 | - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare | Darren Tucker | |
loginfailed at all, so assume 3-arg loginfailed if not declared. | |||
2003-07-08 | - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h] | Darren Tucker | |
Convert aixloginmsg into platform-independant Buffer loginmsg. | |||
2003-07-08 | - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]] | Darren Tucker | |
Include AIX headers for authentication functions and make calls match prototypes. Test for and handle 3-args and 4-arg variants of loginfailed. | |||
2003-06-22 | - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before | Darren Tucker | |
testing its value. When HAVE_SETPROCTITLE is defined (at least on NetBSD, gcc 2.95.3) the test "#if SPT_TYPE == SPT_REUSEARGV" is not true (probably because SPT_TYPE or SPT_REUSEARGV is not defined). This results in the following build error: $ gcc [flags] setproctitle.c setproctitle.c: In function `compat_init_setproctitle': setproctitle.c:102: `argv_start' undeclared (first use in this function) | |||
2003-06-14 | - (djm) Update license on fake-rfc2553.[ch]; ok itojun@ | Damien Miller | |
2003-06-11 | Fix typos in comments. | Darren Tucker | |
2003-06-11 | - (djm) Put licenses on substantial header files | Damien Miller | |
2003-06-05 | - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c). | Darren Tucker | |
2003-06-05 | - (dtucker) Add includes.h to fake-rfc2553.c so it will build. | Darren Tucker | |
2003-06-05 | - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch] | Damien Miller | |
2003-06-05 | - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code | Damien Miller | |
2003-06-05 | KNF | Damien Miller | |
2003-06-05 | - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent | Damien Miller | |
canohost.c changes. | |||
2003-06-03 | - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping. | Darren Tucker | |
2003-06-03 | - (djm) Sync openbsd-compat with OpenBSD CVS. | Damien Miller | |
- No more 4-term BSD licenses in our tree | |||
2003-06-03 | Removal of advertising clause in accordance with: | Damien Miller | |
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change ok theo@ and millert@ | |||
2003-06-03 | - (djm) Replace setproctitle replacement with code derived from | Damien Miller | |
UCB sendmail | |||
2003-06-02 | remove a bit of diff which snuck into the copyright header | Damien Miller | |
2003-06-02 | - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS | Damien Miller | |
2003-06-01 | openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID. | Tim Rice | |
2003-06-01 | License clarifications. | Ben Lindstrom | |
bsd-nextstep.[ch] - myself bsd-waitpid.[ch] - myself port-irix.[ch] - Denis Parker & Michael Stone (original coders when done in session.c) | |||
2003-05-19 | unbreak; with dtucker | Damien Miller | |
2003-05-19 | unfuck | Damien Miller | |
2003-05-19 | - (djm) Big KNF on openbsd-compat/ | Damien Miller | |
2003-05-18 | - (djm) Sync openbsd-compat/ with OpenBSD CVS head | Damien Miller | |
2003-05-18 | - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD) | Ben Lindstrom | |
2003-05-15 | - (djm) Only build getrrsetbyname replacement when using --with-dns | Damien Miller | |
2003-05-15 | - (djm) Avoid uuencode.c warnings | Damien Miller | |
2003-05-15 | - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) | Damien Miller | |
2003-05-14 | - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@ | Darren Tucker | |
2003-05-04 | - (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from | Darren Tucker | |
vinschen@redhat.com. | |||
2003-05-03 | - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted | Darren Tucker | |
by wendyp@cray.com. | |||
2003-05-02 | - (dtucker) Move handling of bad password authentications into a platform | Darren Tucker | |
specific record_failed_login() function (affects AIX & Unicos). | |||
2003-04-01 | license from samba | Damien Miller | |
2003-03-25 | - (djm) Fix getpeerid support for 64 bit BE systems. From | Damien Miller | |
Arnd Bergmann <arndb@de.ibm.com> | |||
2003-03-24 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | Damien Miller | |
Report from murple@murple.net, diagnosis from dtucker@zip.com.au | |||
2003-03-21 | - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved | Ben Lindstrom | |
guessing rules) | |||
2003-03-18 | [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Tim Rice | |
add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au> | |||
2003-03-17 | - (djm) Fix return value checks for RAND_bytes. Report from | Damien Miller | |
Steve G <linux_4ever@yahoo.com> | |||
2003-02-25 | duh | Damien Miller | |
2003-02-25 | me <- idiot | Damien Miller | |
2003-02-24 | - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com | Damien Miller | |
2003-02-24 | - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc | Damien Miller | |
2003-02-24 | - (djm) Bug #501: gai_strerror should return char*; | Damien Miller | |
fix from dtucker@zip.com.au | |||
2003-02-06 | - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a | Damien Miller | |
string service name. Suggested by markus@, review by itojun@ | |||
2003-02-01 | - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by | Ben Lindstrom | |
dtucker@zip.com.au | |||
2003-01-27 | - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for | Ben Lindstrom | |
cray. Also removed test for tcgetpgrp in configure.ac since it is no longer used. | |||
2003-01-20 | - (djm) Fix compilation for NetBSD from dtucker@zip.com.au | Damien Miller | |