summaryrefslogtreecommitdiff
path: root/kerberosIV
AgeCommit message (Collapse)Author
2003-05-14Don't build kerberos4 programs. (The libraries are still needed for a while)Hans Insulander
2003-05-08multiple readlink() calls that forgot the -1...Vincent Labrecque
ok millert
2003-05-07bounds were sizeof(pointer) rather than size of the object; found withTheo de Raadt
anil's gcc bounds checker mod
2003-04-28plug some unbounded sscanf, still more to doAnil Madhavapeddy
ok hin@, millert@
2003-04-12string cleaning; parts by me, then parts by hin, then more parts by me.Theo de Raadt
since this is not a very important part of the source tree, and since it does compile, i am dumping it in now.
2003-03-21Disable krb4 kdc; it has no functionality (except bugs) that theHans Insulander
krb5 kdc doesn't have.
2003-02-28Fix a bug found by propolice on sparc64; Jan JohanssonTodd C. Miller
2003-02-20Don'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-05typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@Jason McIntyre
2003-01-21typos;Jason McIntyre
ok deraadt@
2002-12-30similar to base includes; pinskia@physics.uc.eduTheo de Raadt
> fix C++ semantics. > Found by Andrew Pinski <pinskia@physics.uc.edu> > Works with gcc-current and Tendra C++ now.
2002-12-21typos; torh@bogus.netTheo de Raadt
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd 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-07enviroment -> environmentJan-Uwe Finck
2002-06-12err(3) newline cleanup, krb pieces; ok hin@Jason Peel
2002-06-11Move afslog from kerberosIV to the kerberosV tree.Hans Insulander
2002-06-11Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed.Hans Insulander
ok markus@
2002-06-10Honor DESTDIRHans Insulander
2002-06-10Actually commit all my changes...Hans Insulander
Include path for moved kafs.h
2002-06-10Add -I/usr/include/kerberosV to find kafs.hHans Insulander
2002-06-10Move kafs library to krb5 tree.Hans Insulander
2002-06-10spelling; ok hin@Kevin Steves
2002-06-09Reflect realityHans Insulander
2002-06-09Use libroken in kerberosV tree, so we'll only compile it once.Hans Insulander
2002-06-09Prototype for __progname.Hans Insulander
2002-06-09-Wall cleanupHans Insulander
2002-06-09Prototype for xfspioctl() syscall.Hans Insulander
2002-06-09moved to src/lib/roken/roken-common.hHans Insulander
2002-06-08crank majorHans Insulander
2002-06-08cvs put set/getprogname() stuff back. remove it once again.Hans Insulander
2002-06-08regenerated for krb4-1.1.1Hans Insulander
2002-06-08Two more files that are neededHans Insulander
2002-06-08Merge krb4-1.1.1Hans Insulander
2002-06-08Import of krb4-1.1.1Hans Insulander
2002-06-07set_progname/get_progname cleanupHans Insulander
2002-06-07Use issetugid() instead of the wrapper called issuid() in libroken.Hans Insulander
2002-06-06- correct strlcpy() size argumentHans Insulander
- minor spelling fix Spotted by Moritz Jodeit <moritz@jodeit.org>
2002-05-25kill(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-22correct exit code; bks10@cornell.eduTheo de Raadt
2002-05-11Add 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-18Install both kerb directories with install -d (suggested by millert@)Marc Espie
2002-02-16please even more architectures. the various linkers we have are just weirdTheo de Raadt
2002-02-16remove some libraries, hides vax ld bug tooTheo de Raadt
2002-02-13the same resolv.c needs to be in both krb and krb5, for static arch like vaxTheo de Raadt
2002-01-14Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a differentTodd C. Miller
meaning now.
2002-01-05mark signal racesTheo de Raadt
2001-12-02Fix 2 more signal handlersTheo de Raadt
2001-12-02fix simple signal handlersTheo de Raadt
2001-11-18volatile sig_atomic_tTheo de Raadt