summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2001-06-25Lots of changes and cleanup.Hans Insulander
2001-06-25millert didn't compile this.Hans Insulander
2001-06-25Set "login" and "notickets" BSD auth options. We don't need to getTodd C. Miller
2001-06-25Add login_krb5-or-pwd.Hans Insulander
2001-06-25Support for checking local passwords, for login_krb5-or-pwd.Hans Insulander
2001-06-25-Wall -WerrorHans Insulander
2001-06-25Move the password checking into a separare function to make the code moreHans Insulander
2001-06-25Use getpass() to read password instead of libkrb5, just to make sure thatHans Insulander
2001-06-25Build login_krb5 if KERBEROS5 is set.Hans Insulander
2001-06-25Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces.Hans Insulander
2001-06-25Make it clear that we're talking about KerberosIV here.Hans Insulander
2001-06-25close_log()Hans Insulander
2001-06-25Silently ignore -v options.Hans Insulander
2001-06-25Rework errrorhandling so that it syslogs any error, instead of writing themHans Insulander
2001-06-25Enable KerberosIV supportHans Insulander
2001-06-25BSD Auth login script for KerberosV. Written by me with assistance fromHans Insulander
2001-06-24bye byeHans Insulander
2001-06-24Update to reflect new names.Hans Insulander
2001-06-24Rename login_krb-or-pwd to login_krb4-or-pwdHans Insulander
2001-06-24Rename login_kerberos to login_krb4Hans Insulander
2001-06-23Update to reflect reality.Hans Insulander
2001-06-23Small nits from pjanzen.Hans Insulander
2001-06-23Don't lie about Kerberos and encryption.Hans Insulander
2001-06-23Replace our telnetd with the one from heimdal-0.3f, with the following changes:Hans Insulander
2001-06-23Update for heimdal-0.3fHans Insulander
2001-06-22Fix krb5 linking.Hans Insulander
2001-06-20Add an alarm to implement as timeout on the locked record.Todd C. Miller
2001-06-19Make gcc shut up about unused rcsids.Todd C. Miller
2001-06-13more va_start/end fixes, ok deraadt@Markus Friedl
2001-06-13print the nameTheo de Raadt
2001-06-13Build ld.so on alpha.Artur Grabowski
2001-06-13Add support for lazy binding.Artur Grabowski
2001-06-13Lazy binding entry point. From NetBSD with some help from FreeBSD.Artur Grabowski
2001-06-13Don't do plt relocations here, move that to md code that might chooseArtur Grabowski
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
2001-06-08Cleanup.Artur Grabowski
2001-06-08No more need to pull in strlen from libc.Artur Grabowski
2001-06-08Be consistent. If we have inveted our of strlen, use it everywhere.Artur Grabowski
2001-06-08styleArtur Grabowski
2001-06-08KNFTheo de Raadt
2001-06-07It started with trying to write code to avoid running static binaries,Artur Grabowski
2001-06-06more cleaningArtur Grabowski
2001-06-06cleaningArtur Grabowski
2001-06-06Replace all 'if (_dl_debug) _dl_printf(...)' with a macro.Artur Grabowski
2001-06-06No need to extern _dl_debug here.Artur Grabowski
2001-06-06more cleanupArtur Grabowski
2001-06-06Cleanup.Artur Grabowski
2001-06-05gcc generates a lot of unaligned RELATIVE relocations for c++ exception handl...Artur Grabowski
2001-06-01whoohoo! 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