Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | -DKRB5 makes this work much better... | Hans Insulander | |
2001-06-26 | Lazy binding for shared libraries. | Artur Grabowski | |
2001-06-26 | Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and | Hans Insulander | |
login_krb5-or-pwd. | |||
2001-06-26 | -Wall -Werror cleanup | Hans Insulander | |
2001-06-25 | Remove instance stuff now that su uses an explicit option to specify | Todd C. Miller | |
the invoking user. | |||
2001-06-25 | #ifdef KRB4 -> #ifdef KRB524 | Hans Insulander | |
2001-06-25 | Don't do the root instance handling stuff; su no longer does it. | Hans Insulander | |
2001-06-25 | Support su'ing with local root password or with a root instance. | Hans Insulander | |
2001-06-25 | Lots of changes and cleanup. | Hans Insulander | |
- Make a separate function for ticket storing. - Support challenge mode. - Use hints passed from login and su that this is a user actually logging in. This means login_krb5 and login_krb5-or-pwd is ready for prime-time. | |||
2001-06-25 | millert didn't compile this. | Hans Insulander | |
2001-06-25 | Set "login" and "notickets" BSD auth options. We don't need to get | Todd C. Miller | |
a kerb ticket but we do need AFS tokens. | |||
2001-06-25 | Add login_krb5-or-pwd. | Hans Insulander | |
2001-06-25 | Support for checking local passwords, for login_krb5-or-pwd. | Hans Insulander | |
Support the response protocol, used for terminal locking etc. | |||
2001-06-25 | -Wall -Werror | Hans Insulander | |
2001-06-25 | Move the password checking into a separare function to make the code more | Hans Insulander | |
readable, and easier to extend. | |||
2001-06-25 | Use getpass() to read password instead of libkrb5, just to make sure that | Hans Insulander | |
login_krb5 _always_ behave like the other BSD Auth login scripts. | |||
2001-06-25 | Build login_krb5 if KERBEROS5 is set. | Hans Insulander | |
2001-06-25 | Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. | Hans Insulander | |
2001-06-25 | Make it clear that we're talking about KerberosIV here. | Hans Insulander | |
Some more .Xr | |||
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 | |
to stderr. | |||
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 | |
millert@ | |||
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 | |
Result of a conversation with pjanzen@ ok deraadt@ | |||
2001-06-23 | Replace our telnetd with the one from heimdal-0.3f, with the following changes: | Hans Insulander | |
- obvious buildsystem tweakes - our way to filter out bad environment variables | |||
2001-06-23 | Update for heimdal-0.3f | Hans Insulander | |
2001-06-22 | Fix krb5 linking. | Hans Insulander | |
My machine can now build statically with krb5 enabled. | |||
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 | |
For now we only do it for the main executable, some code cleanup is necessary to support it for libraries. This fixes the problem I had in cc1plus and I'm able to finish a make build with shared libraries enabled. | |||
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 | |
to do lazy binding. | |||
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-06-08 | Cleanup. | Artur Grabowski | |
exit when the bootstrap relocation fails. | |||
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 | |
it ended with a complete rewrite. XXX - Doesn't handle '-x' yet, but the old didn't do that either (and didn't even match the man page). | |||
2001-06-06 | more cleaning | Artur Grabowski | |