summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
* make mark-cstyleTom Yu2009-10-3111-396/+395
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-19/+23
* On error getting forwarded creds, actually print out the errorKen Raeburn2009-05-251-1/+2
* Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman2009-04-031-0/+2
* Fix krshd and krlogind to use krb5_c_verify_checksumTom Yu2009-04-022-20/+29
* In krcp, check the return value when closing the output file afterGreg Hudson2009-02-201-1/+2
* prefer structure assignment to memcpyKen Raeburn2009-02-031-2/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-023-5/+5
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-80/+78
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-1517-3312/+234
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-018-107/+96
* Fix a krsh bug introduced in r21001 which could cause garbage at theGreg Hudson2008-11-101-0/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-052-34/+19
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-85/+66
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-245-6/+6
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-202-10/+3
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-206-16/+8
* makedependKen Raeburn2008-09-181-58/+63
* Update krb4 test to use aclocal.m4 macro and default to disabledKen Raeburn2008-08-191-9/+1
* Fix test for accept failureKen Raeburn2008-08-061-1/+1
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-6/+4
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-2/+2
* man page macro and hyphen fixesRuss Allbery2008-02-191-1/+1
* make dependKen Raeburn2007-08-161-55/+60
* Get rid of some old SunOS 4 config stuffKen Raeburn2007-08-081-3/+0
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-121-2/+3
* Even though the passed string never has a %, use an explicit %s format string...Ken Raeburn2007-06-291-1/+1
* * v4rcp.c (error): Use stdarg version always. Call vsnprintf instead of vspr...Ken Raeburn2007-06-261-16/+5
* * v4rcp.c (kstream_write): Allocate buffer space if it hasn't beenKen Raeburn2007-06-261-9/+4
* Check malloc return for null in kstream_create_* instead ofKen Raeburn2007-06-261-0/+12
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-8/+3
* 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