Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-28 | Fix a bug found by propolice on sparc64; Jan Johansson | Todd C. Miller | |
2003-02-20 | Don't return a value from a void function; from the kerberosV version. | Todd C. Miller | |
This part of the code is not actually compiled on OpenBSD; hin@ OK | |||
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
2003-01-21 | typos; | Jason McIntyre | |
ok deraadt@ | |||
2002-12-30 | similar to base includes; pinskia@physics.uc.edu | Theo de Raadt | |
> fix C++ semantics. > Found by Andrew Pinski <pinskia@physics.uc.edu> > Works with gcc-current and Tendra C++ now. | |||
2002-12-21 | typos; torh@bogus.net | Theo de Raadt | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-06-12 | err(3) newline cleanup, krb pieces; ok hin@ | Jason Peel | |
2002-06-11 | Move afslog from kerberosIV to the kerberosV tree. | Hans Insulander | |
2002-06-11 | Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed. | Hans Insulander | |
ok markus@ | |||
2002-06-10 | Honor DESTDIR | Hans Insulander | |
2002-06-10 | Actually commit all my changes... | Hans Insulander | |
Include path for moved kafs.h | |||
2002-06-10 | Add -I/usr/include/kerberosV to find kafs.h | Hans Insulander | |
2002-06-10 | Move kafs library to krb5 tree. | Hans Insulander | |
2002-06-10 | spelling; ok hin@ | Kevin Steves | |
2002-06-09 | Reflect reality | Hans Insulander | |
2002-06-09 | Use libroken in kerberosV tree, so we'll only compile it once. | Hans Insulander | |
2002-06-09 | Prototype for __progname. | Hans Insulander | |
2002-06-09 | -Wall cleanup | Hans Insulander | |
2002-06-09 | Prototype for xfspioctl() syscall. | Hans Insulander | |
2002-06-09 | moved to src/lib/roken/roken-common.h | Hans Insulander | |
2002-06-08 | crank major | Hans Insulander | |
2002-06-08 | cvs put set/getprogname() stuff back. remove it once again. | Hans Insulander | |
2002-06-08 | regenerated for krb4-1.1.1 | Hans Insulander | |
2002-06-08 | Two more files that are needed | Hans Insulander | |
2002-06-08 | Merge krb4-1.1.1 | Hans Insulander | |
2002-06-08 | Import of krb4-1.1.1 | Hans Insulander | |
2002-06-07 | set_progname/get_progname cleanup | Hans Insulander | |
2002-06-07 | Use issetugid() instead of the wrapper called issuid() in libroken. | Hans Insulander | |
2002-06-06 | - correct strlcpy() size argument | Hans Insulander | |
- minor spelling fix Spotted by Moritz Jodeit <moritz@jodeit.org> | |||
2002-05-25 | kill(pid, sig)... NOT (sig, pid)cvs diff -u ↵ | Theo de Raadt | |
kerberosIV/src/appl/bsd/rlogin.ccvs diff -u kerberosIV/src/appl/bsd/rlogin.c | |||
2002-05-22 | correct exit code; bks10@cornell.edu | Theo de Raadt | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-04-18 | Install both kerb directories with install -d (suggested by millert@) | Marc Espie | |
2002-02-16 | please even more architectures. the various linkers we have are just weird | Theo de Raadt | |
2002-02-16 | remove some libraries, hides vax ld bug too | Theo de Raadt | |
2002-02-13 | the same resolv.c needs to be in both krb and krb5, for static arch like vax | Theo de Raadt | |
2002-01-14 | Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a different | Todd C. Miller | |
meaning now. | |||
2002-01-05 | mark signal races | Theo de Raadt | |
2001-12-02 | Fix 2 more signal handlers | Theo de Raadt | |
2001-12-02 | fix simple signal handlers | Theo de Raadt | |
2001-11-18 | volatile sig_atomic_t | Theo de Raadt | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-08-02 | plural agreement (singular) | Hugh Graham | |
2001-07-28 | Reorder linking for the sake of static arches. | Hugh Graham | |
2001-07-11 | Don't put krb5 stuff in libkafs, as this creates some very unwanted | Hans Insulander | |
library dependencies. kafs functions for krb5 is now in libkrb5 instead. Bump major versionnumber. | |||
2001-07-09 | too bad you are wrong. these binaries must link on powerpc and alpha, and ↵ | Theo de Raadt | |
you just broke them again | |||
2001-07-09 | Stuff in kerberosIV should _never_ link against kerberosV. | Hans Insulander | |
While I'm here, cleanup linking stuff so this gets through a static build on i386. Other archs untested at this time. |