Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-09 | o wheel and lastchance are -v args (variable), not -s (service) | Todd C. Miller | |
o an unknown service is a fatal error o some KNF | |||
2001-08-09 | It seems bogus to me, but if code call dlerror() when an error has | Dale Rahn | |
not occurred, there exists code that expects dlerror to return NULL. Change the code to match the expected behavior. | |||
2001-08-08 | split up the gethost*() functions a bit more, to make it more obvious what | Theo de Raadt | |
is going on. This could be improved further by always passing around fat sockaddr's I think. | |||
2001-08-08 | do not use %m in syslog() when errno is known to be 0 | Theo de Raadt | |
2001-08-06 | Change the priority of LD_LIBRARY_PATH, -rpath, and ldconfig path | Dale Rahn | |
in ELF ld.so to match the behavior in a.out ld.so. The given order is the new order, previously ldconfig had highest priority, which made it impossible to override. | |||
2001-08-05 | Do not have dl_find_symbol complain about symbols not found, code immediately | Dale Rahn | |
following the call will catch and report any errors. | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist | Todd C. Miller | |
2001-07-31 | while i'm here: NetBSD -> .Nx | Mike Pechkin | |
millert@ ok. | |||
2001-07-31 | o) better struct handling; | Mike Pechkin | |
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok | |||
2001-07-27 | Wall cleanup | Peter Valchev | |
2001-07-26 | Typo: radius-timout -> radius-timeout; noted by brad@ | Todd C. Miller | |
2001-07-22 | Use shlib_version, like the rest of the tree. | Marc Espie | |
2001-07-20 | do not dup-redefine binown and bindir | Michael Shalayeff | |
2001-07-20 | do not include or define things which are common for this subdir's parent | Michael Shalayeff | |
2001-07-19 | more places that need -lkafs | Theo de Raadt | |
2001-07-19 | vsnprintf() can return a value larger than the buffer size. from assar | Jun-ichiro itojun Hagino | |
2001-07-19 | well, with the most recent reorganization, it now turns out that any | Theo de Raadt | |
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works. | |||
2001-07-18 | HIN: DO NOT LOSE OUR LOCAL CHANGES | Theo de Raadt | |
2001-07-11 | typo in comment | Peter Valchev | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-07-09 | Use socklen_t, not size_t for type of length arg to recvfrom() | Todd C. Miller | |
2001-07-09 | Comment out extraneous .Pp since the text it goes with is commented out. | Todd C. Miller | |
mpech@prosoft.org.lv | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-08 | -Wall | Theo de Raadt | |
2001-07-08 | cleanup and document login.conf variables | Todd C. Miller | |
2001-07-08 | o make signal handler safe | Todd C. Miller | |
o add some missing args to prototypes o some KNF o use memcpy() to copy random bytes into the vector instead of hand copying o if servers files ends w/o a newline, alloc space and copy the line o remove unused function argument "length" from parse_challenge() | |||
2001-07-08 | BSD auth module for radius authentication, from BSDi. | Todd C. Miller | |
2001-07-08 | Remove extraneous .Pp after .Sh | Todd C. Miller | |
2001-07-04 | symmetrical, not symetrical | Peter Valchev | |
2001-07-03 | Use the 'welcome' variable from login.conf instead of hard-coding | Todd C. Miller | |
/etc/motd. | |||
2001-07-02 | Allows building w/o kerb support | Todd C. Miller | |
2001-07-02 | Fix building on non-kerberos systems | Todd C. Miller | |
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller | |
2001-06-29 | ugly | Theo de Raadt | |
2001-06-29 | We need telnet_net_write() even when AUTHENTICATION is not defined. | Todd C. Miller | |
2001-06-29 | o We have uname(2) | Todd C. Miller | |
o Include stdarg.h since we do varags stuff | |||
2001-06-28 | Clariry, brevity and grammar | Todd C. Miller | |
2001-06-28 | Remove tokenrandomnumber(), call arc4random() directly; markus@ OK | Todd C. Miller | |
2001-06-27 | Document the -y flag: | Hans Insulander | |
Makes telnetd not warn when a user is trying to login with cleartext passwords. (patch sent to heimdal developers) | |||
2001-06-27 | more Xr misuse | Theo de Raadt | |
2001-06-27 | incorrect .Xr use | Theo de Raadt | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
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 | |