aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/server
AgeCommit message (Expand)AuthorFilesLines
2008-11-17Don't stick '<null>' in log messages. Run kdb5_util dump with input explicit...Ken Raeburn1-12/+12
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson1-8/+9
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-20/+21
2008-11-03Apply an adapted Sun patch to fix error string leaks in kadmindGreg Hudson1-109/+141
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson2-19/+31
2008-09-18makedependKen Raeburn1-17/+19
2008-08-27compile-time flag to disable ipropKen Raeburn1-3/+12
2008-08-06Check for malloc failureKen Raeburn1-0/+5
2008-06-27use-after-free bugsKen Raeburn1-1/+1
2008-06-24Merge from branch sun-ipropKen Raeburn7-56/+900
2008-06-10Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn1-9/+7
2008-06-03Fix various minor format-string issuesKen Raeburn3-11/+13
2008-05-30Warnings in server_stubs.c (signed vs unsigned errmsg, gcc printf)Alexandra Ellwood1-39/+44
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn1-0/+3
2007-08-16make dependKen Raeburn1-16/+17
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn3-12/+10
2007-06-26fix MITKRB5-SA-2007-005 [CVE-2007-2798/VU#554257]Tom Yu1-6/+28
2007-04-03MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu6-166/+201
2007-01-09MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu1-0/+5
2006-12-20Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branchKen Raeburn1-2/+6
2006-11-09Delay kadmind random number initialization until after forkRuss Allbery1-9/+11
2006-10-06make dependTom Yu1-8/+10
2006-09-18Savitha's patches for:Ken Raeburn1-6/+2
2006-09-16Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn1-55/+55
2006-07-18Merge remaining changes from LDAP integration branchKen Raeburn2-7/+42
2006-05-31Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn1-2/+2
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-3/+3
2006-05-23install headers into include/krb5Ken Raeburn1-23/+27
2006-05-16Add SRCS definition and run make dependKen Raeburn1-0/+100
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-5/+5
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn3-399/+121
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-493/+0
2006-04-04more DEFS=Ken Raeburn2-0/+5
2006-04-01Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2-0/+5
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn5-5/+10
2005-10-12 * misc.h, misc.c (schpw_util_wrapper): Rename fromTom Yu4-13/+51
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman1-1/+0
2005-08-20Rename all RPC functions from _1 to _2 to match current program version number;Ken Raeburn3-59/+64
2005-06-21Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dlKen Raeburn2-1/+4
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn5-129/+600
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2-1/+4
2004-10-28 * misc.c (check_min_life): Actually return a value on successTom Yu2-3/+5
2004-10-27 * misc.c, misc.h: New function check_min_life(), containing commonTom Yu4-40/+49
2004-09-21 * configure.in: Check for sockaddr_in.sin_len andTom Yu2-2/+7
2004-08-20renamed acl_* functions to kadm5int_acl_*Alexandra Ellwood3-25/+30
2004-06-26 * ovsec_kadmd.c (log_badverf): Fix a missed rpc_u_int32Tom Yu2-1/+5
2004-06-25more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32Tom Yu2-1/+6
2004-06-16This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu5-48/+206
2004-03-21One less kg_get_context call..Ken Raeburn2-7/+9
2004-02-24Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2-3/+8