summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* makedependKen Raeburn2008-09-181-56/+70
* Fix resource leakKen Raeburn2008-08-281-0/+1
* Update description of -k option: From the code it appears the defaultKen Raeburn2008-08-251-3/+3
* Incorporate Apple's patchKen Raeburn2008-08-255-0/+318
* a stash file is not a keytabWill Fiveash2008-08-151-1/+2
* error in socket number range check in kdcKen Raeburn2008-08-051-3/+9
* When reading from the routing socket, only provide enough space forKen Raeburn2008-07-211-30/+22
* Set non-blocking mode on incoming TCP connections.Ken Raeburn2008-07-181-3/+12
* On systems with struct rt_msghdr, open a routing socket and wait forKen Raeburn2008-07-181-4/+169
* Rewrite krb5_db_open flag handling to avoid confusing emacs c-modeKen Raeburn2008-07-181-6/+6
* Use RFC 3542's IPV6_RECVPKTINFO if available. (And IP_RECVPKTINFO too.)Ken Raeburn2008-07-141-2/+12
* In FREE_SET_DATA, reset the current count as wellKen Raeburn2008-07-121-1/+1
* kdc does not compile with glibc 2.8 Ezra Peisach2008-07-061-2/+2
* use-after-free bugsKen Raeburn2008-06-271-2/+0
* misc memory leaksKen Raeburn2008-06-272-4/+13
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-17/+17
* Apple PKINIT patch commitAlexandra Ellwood2008-05-304-0/+874
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-5/+5
* Coverity CID 101: Fix minor bounds check errorKen Raeburn2008-03-291-1/+1
* Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released oneKen Raeburn2008-03-183-55/+48
* Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn2007-12-226-16/+50
* Rename krb4_sendto to set_response since that's what it doesKen Raeburn2007-12-191-4/+4
* Remove unused args to krb4_sendto and unused global. Use byte-order macros d...Ken Raeburn2007-12-191-20/+14
* 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