Age | Commit message (Expand) | Author |
2001-06-25 | close_log() | Hans Insulander |
2001-06-25 | Silently ignore -v options. | Hans Insulander |
2001-06-25 | Rework errrorhandling so that it syslogs any error, instead of writing them | Hans Insulander |
2001-06-25 | Enable KerberosIV support | Hans Insulander |
2001-06-25 | BSD Auth login script for KerberosV. Written by me with assistance from | Hans Insulander |
2001-06-24 | bye bye | Hans Insulander |
2001-06-24 | Update to reflect new names. | Hans Insulander |
2001-06-24 | Rename login_krb-or-pwd to login_krb4-or-pwd | Hans Insulander |
2001-06-24 | Rename login_kerberos to login_krb4 | Hans Insulander |
2001-06-23 | Update to reflect reality. | Hans Insulander |
2001-06-23 | Small nits from pjanzen. | Hans Insulander |
2001-06-23 | Don't lie about Kerberos and encryption. | Hans Insulander |
2001-06-23 | Replace our telnetd with the one from heimdal-0.3f, with the following changes: | Hans Insulander |
2001-06-23 | Update for heimdal-0.3f | Hans Insulander |
2001-06-22 | Fix krb5 linking. | Hans Insulander |
2001-06-20 | Add an alarm to implement as timeout on the locked record. | Todd C. Miller |
2001-06-19 | Make gcc shut up about unused rcsids. | Todd C. Miller |
2001-06-13 | more va_start/end fixes, ok deraadt@ | Markus Friedl |
2001-06-13 | print the name | Theo de Raadt |
2001-06-13 | Build ld.so on alpha. | Artur Grabowski |
2001-06-13 | Add support for lazy binding. | Artur Grabowski |
2001-06-13 | Lazy binding entry point. From NetBSD with some help from FreeBSD. | Artur Grabowski |
2001-06-13 | Don't do plt relocations here, move that to md code that might choose | Artur Grabowski |
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff |
2001-06-08 | Cleanup. | Artur Grabowski |
2001-06-08 | No more need to pull in strlen from libc. | Artur Grabowski |
2001-06-08 | Be consistent. If we have inveted our of strlen, use it everywhere. | Artur Grabowski |
2001-06-08 | style | Artur Grabowski |
2001-06-08 | KNF | Theo de Raadt |
2001-06-07 | It started with trying to write code to avoid running static binaries, | Artur Grabowski |
2001-06-06 | more cleaning | Artur Grabowski |
2001-06-06 | cleaning | Artur Grabowski |
2001-06-06 | Replace all 'if (_dl_debug) _dl_printf(...)' with a macro. | Artur Grabowski |
2001-06-06 | No need to extern _dl_debug here. | Artur Grabowski |
2001-06-06 | more cleanup | Artur Grabowski |
2001-06-06 | Cleanup. | Artur Grabowski |
2001-06-05 | gcc generates a lot of unaligned RELATIVE relocations for c++ exception handl... | Artur Grabowski |
2001-06-01 | whoohoo! New license for tcpwrappers, worked out over the phone with Wietse.x= | Theo de Raadt |
2001-06-01 | - Allocate space for the finishing NUL in the name of ld.so. | Artur Grabowski |
2001-05-31 | Apparently GLOB_DAT needs r_addend. | Artur Grabowski |
2001-05-31 | Some cleanups. | Artur Grabowski |
2001-05-31 | unsigned long, not u_int32_t | Artur Grabowski |
2001-05-31 | If we can't find atexit (because we linked against libc.a), | Artur Grabowski |
2001-05-31 | alpha needs JMPREL relocations. | Artur Grabowski |
2001-05-31 | Remove write protection from some memory segments when | Artur Grabowski |
2001-05-31 | random indentation fixes (needs much more work). | Artur Grabowski |
2001-05-31 | Correctly implement most linking for alpha. | Artur Grabowski |
2001-05-31 | When opening the hints file, check for error return < 0, not -1. | Artur Grabowski |
2001-05-30 | do not access the database after tokendb_close() is called; ok millert@ | Markus Friedl |
2001-05-29 | Call auth_checknologin() and auth_approval() as appropriate for BSD | Todd C. Miller |