summaryrefslogtreecommitdiffstats
path: root/src/kadmin/server
Commit message (Expand)AuthorAgeFilesLines
...
* Move prototypes needed in multiple files to misc.h instead ofEzra Peisach2008-12-174-10/+17
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-3/+1
* Don't stick '<null>' in log messages. Run kdb5_util dump with input explicit...Ken Raeburn2008-11-171-12/+12
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-8/+9
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-20/+21
* Apply an adapted Sun patch to fix error string leaks in kadmindGreg Hudson2008-11-031-109/+141
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-242-19/+31
* makedependKen Raeburn2008-09-181-17/+19
* compile-time flag to disable ipropKen Raeburn2008-08-271-3/+12
* Check for malloc failureKen Raeburn2008-08-061-0/+5
* use-after-free bugsKen Raeburn2008-06-271-1/+1
* Merge from branch sun-ipropKen Raeburn2008-06-247-56/+900
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-9/+7
* Fix various minor format-string issuesKen Raeburn2008-06-033-11/+13
* Warnings in server_stubs.c (signed vs unsigned errmsg, gcc printf)Alexandra Ellwood2008-05-301-39/+44
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+3
* make dependKen Raeburn2007-08-161-16/+17
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-123-12/+10
* fix MITKRB5-SA-2007-005 [CVE-2007-2798/VU#554257]Tom Yu2007-06-261-6/+28
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-036-166/+201
* MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu2007-01-091-0/+5
* Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branchKen Raeburn2006-12-201-2/+6
* Delay kadmind random number initialization until after forkRuss Allbery2006-11-091-9/+11
* make dependTom Yu2006-10-061-8/+10
* Savitha's patches for:Ken Raeburn2006-09-181-6/+2
* Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn2006-09-161-55/+55
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-182-7/+42
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-311-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-3/+3
* install headers into include/krb5Ken Raeburn2006-05-231-23/+27
* Add SRCS definition and run make dependKen Raeburn2006-05-161-0/+100
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-5/+5
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-133-399/+121
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-493/+0
* more DEFS=Ken Raeburn2006-04-042-0/+5
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-012-0/+5
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-115-5/+10
* * misc.h, misc.c (schpw_util_wrapper): Rename fromTom Yu2005-10-124-13/+51
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-1/+0
* Rename all RPC functions from _1 to _2 to match current program version number;Ken Raeburn2005-08-203-59/+64
* Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dlKen Raeburn2005-06-212-1/+4
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-215-129/+600
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-132-1/+4
* * misc.c (check_min_life): Actually return a value on successTom Yu2004-10-282-3/+5
* * misc.c, misc.h: New function check_min_life(), containing commonTom Yu2004-10-274-40/+49
* * configure.in: Check for sockaddr_in.sin_len andTom Yu2004-09-212-2/+7
* renamed acl_* functions to kadm5int_acl_*Alexandra Ellwood2004-08-203-25/+30
* * ovsec_kadmd.c (log_badverf): Fix a missed rpc_u_int32Tom Yu2004-06-262-1/+5
* more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32Tom Yu2004-06-252-1/+6
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-165-48/+206