summaryrefslogtreecommitdiffstats
path: root/src/kadmin/server/ovsec_kadmd.c
Commit message (Expand)AuthorAgeFilesLines
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-081-1/+2
* KDC worker processes featureGreg Hudson2010-09-171-1/+1
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-6/+0
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-7/+1
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-171-11/+22
* Unsigned/signed cleanupEzra Peisach2010-01-011-1/+1
* Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2010-01-011-0/+50
* make mark-cstyleTom Yu2009-10-311-671/+671
* Account lockoutGreg Hudson2009-10-251-1/+1
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-1/+1
* Remove kadmin v1 API supportGreg Hudson2009-08-131-27/+3
* Add a new '-W' option to kadmind and kdb5_util create to allow readingTom Yu2009-07-101-1/+4
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Master Key Migration ProjectWill Fiveash2009-01-301-0/+6
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-395/+12
* Move prototypes needed in multiple files to misc.h instead ofEzra Peisach2008-12-171-6/+0
* compile-time flag to disable ipropKen Raeburn2008-08-271-3/+12
* Merge from branch sun-ipropKen Raeburn2008-06-241-40/+229
* Fix various minor format-string issuesKen Raeburn2008-06-031-9/+11
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+3
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-121-9/+7
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-031-8/+20
* MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu2007-01-091-0/+5
* Delay kadmind random number initialization until after forkRuss Allbery2006-11-091-9/+11
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-181-2/+3
* * 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-131-31/+31
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-2/+2
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-19/+56
* * configure.in: Check for sockaddr_in.sin_len andTom Yu2004-09-211-2/+3
* renamed acl_* functions to kadm5int_acl_*Alexandra Ellwood2004-08-201-2/+2
* * ovsec_kadmd.c (log_badverf): Fix a missed rpc_u_int32Tom Yu2004-06-261-1/+1
* more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32Tom Yu2004-06-251-1/+1
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-161-13/+29
* One less kg_get_context call..Ken Raeburn2004-03-211-7/+2
* Added Apple password server supportAlexandra Ellwood2003-09-021-0/+11
* * ovsec_kadmd.c (REQUIRED_PARAMS): RemoveTom Yu2003-03-071-3/+2
* use kdb keytab for kadmindTom Yu2003-03-061-10/+49
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-101-1/+1
* Get strong random bits at kadmind startupSam Hartman2002-01-081-1/+10
* * misc.c, server_stubs.c: Nuke rcsidEzra Peisach2001-07-011-5/+2
* * server_glue_v1.c: Include misc.h for prototypesEzra Peisach2001-06-261-3/+3
* * ovsec_kadmd.c: Change prototype for process_chpw_requestEzra Peisach2001-06-221-6/+7
* * ovsec_kadmd.c: Add prototype for daemon if neededEzra Peisach2001-06-211-0/+4
* Fixed several typos in commentsMitchell Berger2001-06-201-7/+0
* * ovsec_kadmd.c (main): Make format string to sprintf specify thatEzra Peisach2001-06-081-1/+1
* * ovsec_kadmd.c (do_schpw): Cast arguments to sendto() which take intEzra Peisach2000-10-171-2/+2
* * kadm_rpc_svc.c (kadm_1): Update to include new api functionsTom Yu2000-02-191-0/+4
* Fix how we specify the OID so it's in a format gss_str_to_oid likesTheodore Tso1999-05-121-1/+1
* ovsec_kadmd.c: Remove dependency on gssapi_krb5.h by usingTheodore Tso1999-05-071-37/+100