summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-203-13/+1
* make dependKen Raeburn2007-01-201-13/+29
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-205-5/+5
* Fix logic bug in string allocationKen Raeburn2006-10-151-1/+1
* make dependTom Yu2006-10-061-7/+9
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-084-9/+32
* In verify_krb_v4_tgt, use an unsigned KRB4_32 to store an address ratherRuss Allbery2006-06-201-1/+1
* Pass in the correct value for the first argument of select (one largerRuss Allbery2006-06-194-5/+29
* Change man page cross-reference to kerberos(1) from kerberos(3)Russ Allbery2006-06-131-1/+1
* Document the authorization logic used in the absence of .k5login files.Russ Allbery2006-06-122-18/+18
* Fix minor nroff man page problems (stray space, bad cross reference)Russ Allbery2006-06-121-1/+1
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-3/+3
* install headers into include/krb5Ken Raeburn2006-05-231-40/+44
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-9/+8
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-3064/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-56/+0
* make depend, now with dependency sortingKen Raeburn2006-03-311-74/+71
* * configure.in: Supply comment template in AC_DEFINE callsKen Raeburn2006-03-282-8/+12
* make dependKen Raeburn2006-03-271-10/+11
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-13/+13
* make dependKen Raeburn2006-03-081-3/+6
* make dependTom Yu2005-11-291-33/+22
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-7/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* Update dependenciesKen Raeburn2005-06-211-22/+33
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-5/+11
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-132-1/+4
* * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn2005-04-064-6/+13
* run "make depend"Ken Raeburn2004-12-301-1/+0
* make dependKen Raeburn2004-11-161-11/+5
* * kcmd.c (kcmd_connect): Set *addrfamilyp with the address family actually usedKen Raeburn2004-10-012-0/+6
* Better support for using libutil on systems that need it for variousTom Yu2004-09-223-4/+9
* * login.c (main): Don't overwrite "PATH" environment variable ifTom Yu2004-09-082-1/+6
* * compat_recv.c: Only include sys/select.h if it's availableKen Raeburn2004-07-162-0/+6
* * configure.in: Use KRB5_AC_INET6Ken Raeburn2004-07-112-0/+5
* * setenv.c: Include string.hKen Raeburn2004-05-302-0/+5
* (main): Invoke krb5_free_context at exit to allowEzra Peisach2004-05-242-1/+11
* updated dependenciesKen Raeburn2004-04-241-21/+26
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-242-4/+8
* make dependKen Raeburn2003-12-151-19/+23
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-302-3/+4
* krshd hangs in linux nightly testingKen Raeburn2003-08-292-5/+18
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-244-10/+8
* make-depend updatesKen Raeburn2003-05-241-9/+9
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-106-13/+25
* * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistencyKen Raeburn2003-04-082-3/+8
* * kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted.Ken Raeburn2003-03-282-3/+35
* * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn2003-03-053-2/+33
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-033-2/+7
* * login.c (main): Don't zero out terminal window sizeTom Yu2003-02-052-6/+4