summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove excess parameters in formatting log callsKen Raeburn2007-12-191-14/+12
* Make some stuff static that we don't need accessible outside kerberos_v4.cKen Raeburn2007-12-191-5/+5
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-222-0/+4
* Check dependencies for fakeka.cKen Raeburn2007-10-221-0/+15
* Reject socket fds > FD_SETSIZEKen Raeburn2007-10-181-0/+16
* Log port number with IPV6_V6ONLY socket option status.Ken Raeburn2007-10-091-4/+12
* make dependKen Raeburn2007-08-161-49/+56
* Add PKINIT supportKevin Coffman2007-08-012-57/+101
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-123-19/+18
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-291-3/+7
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-102-30/+17
* Remove some unused macrosKen Raeburn2007-05-101-4/+1
* Move the code for queueing an outgoing response on a TCP stream into a separateKen Raeburn2007-04-271-13/+13
* Don't use sendmsg/recvmsg paths if CMSG_SPACE isn't definedKen Raeburn2007-04-201-2/+2
* update copyrightKen Raeburn2007-04-131-1/+1
* Clean up usage message a littleKen Raeburn2007-04-131-3/+3
* use IP(V6)_PKTINFO in KDC for UDP socketsKen Raeburn2007-04-071-42/+343
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-032-6/+21
* Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2007-03-021-1/+1
* * kdc_util.h (CONVERT_INTO_DB, CONVERT_OUTOF_DB): Unused macros deletedKen Raeburn2007-01-021-4/+0
* Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branchKen Raeburn2006-12-201-2/+6
* Return edata from non-"PA_REQUIRED" preauth typesKevin Coffman2006-12-011-15/+47
* skip all modules in plugin if init function failsKevin Coffman2006-11-291-4/+16
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-133-12/+40
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-011-45/+53
* latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash2006-10-301-0/+3
* Free v4mode when done with itKen Raeburn2006-10-141-0/+1
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-1/+1
* Use 'const' with krb5_get_error_messageKen Raeburn2006-10-132-8/+8
* Eliminate some warnings: missing "const", unused variables, successKen Raeburn2006-10-131-7/+5
* * preauth_plugin.h: Don't use an enum in a public apiSam Hartman2006-10-131-10/+10
* Patch to split client plugin from server pluginSam Hartman2006-10-131-24/+24
* (add_to_transited): Change the current logic to keep all array referencesKen Raeburn2006-10-121-15/+25
* Add bounds-checking assertions before automatic array referenceKen Raeburn2006-10-111-0/+2
* Don't segfault if a preauth plugin module fails to loadKevin Coffman2006-10-101-1/+2
* make dependTom Yu2006-10-061-27/+32
* * kdc_preauth.c (return_padata): Allocate a padata context if notSam Hartman2006-10-051-0/+3
* Preauthentication Plugin FrameworkSam Hartman2006-10-036-61/+702
* kdc: make_toolong_error does not initialize all fields for krb5_mk_errorEzra Peisach2006-10-011-0/+2
* Savitha's patches for:Ken Raeburn2006-09-181-6/+2
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+2
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-181-1/+35
* * kerberos_v4.c: Don't include kdc.h.Ken Raeburn2006-06-292-20/+14
* Revise comment on when we should switch from writing back to readingKen Raeburn2006-06-271-1/+4
* * kdc/network.c (make_toolong_error): New function.Ken Raeburn2006-06-261-1/+40
* Trivial whitespace cleanup in KDC codeKen Raeburn2006-06-131-2/+2
* This file uses E* constants and therefore should include errno.hRuss Allbery2006-06-121-0/+1
* Add man pages for fakeka and k524initRuss Allbery2006-06-122-0/+112
* move var decl before codeKen Raeburn2006-06-011-1/+1
* krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach2006-06-013-10/+40