index
:
krb5.git
gss_cs
keyring
kinit-c
master
msspng_ntlmssp
proxymech
spnego
MIT Kerberos patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kadmin
/
server
/
ovsec_kadmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a kadm5 RPC for purging old keys from the KDB (e.g., from
Tom Yu
2010-10-08
1
-1
/
+2
*
KDC worker processes feature
Greg Hudson
2010-09-17
1
-1
/
+1
*
kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...
Sam Hartman
2010-09-15
1
-6
/
+0
*
Remove the set_master_key and get_master_key DAL interfaces and their
Greg Hudson
2010-07-02
1
-7
/
+1
*
Merge users/raeburn/branches/network-merge
Ken Raeburn
2010-03-17
1
-11
/
+22
*
Unsigned/signed cleanup
Ezra Peisach
2010-01-01
1
-1
/
+1
*
Add a new -P option to krb5kdc and kadmind which, if given, specifies
Russ Allbery
2010-01-01
1
-0
/
+50
*
make mark-cstyle
Tom Yu
2009-10-31
1
-671
/
+671
*
Account lockout
Greg Hudson
2009-10-25
1
-1
/
+1
*
Modify kadm5 initializers to accept krb5 contexts
Greg Hudson
2009-08-17
1
-1
/
+1
*
Remove kadmin v1 API support
Greg Hudson
2009-08-13
1
-27
/
+3
*
Add a new '-W' option to kadmind and kdb5_util create to allow reading
Tom Yu
2009-07-10
1
-1
/
+4
*
Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...
Ken Raeburn
2009-02-02
1
-1
/
+1
*
Master Key Migration Project
Will Fiveash
2009-01-30
1
-0
/
+6
*
Merge mskrb-integ onto trunk
Sam Hartman
2009-01-03
1
-395
/
+12
*
Move prototypes needed in multiple files to misc.h instead of
Ezra Peisach
2008-12-17
1
-6
/
+0
*
compile-time flag to disable iprop
Ken Raeburn
2008-08-27
1
-3
/
+12
*
Merge from branch sun-iprop
Ken Raeburn
2008-06-24
1
-40
/
+229
*
Fix various minor format-string issues
Ken Raeburn
2008-06-03
1
-9
/
+11
*
Set close-on-exec flag in most places where file descriptors are
Ken Raeburn
2007-10-22
1
-0
/
+3
*
Avoid unchecked sprintf in some KDC-side programs
Ken Raeburn
2007-07-12
1
-9
/
+7
*
MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslog
Tom Yu
2007-04-03
1
-8
/
+20
*
MITKRB5-SA-2006-003: mechglue argument handling too lax
Tom Yu
2007-01-09
1
-0
/
+5
*
Delay kadmind random number initialization until after fork
Russ Allbery
2006-11-09
1
-9
/
+11
*
Merge remaining changes from LDAP integration branch
Ken Raeburn
2006-07-18
1
-2
/
+3
*
* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and
Ken Raeburn
2006-05-16
1
-5
/
+5
*
Partial merge from Novell LDAP integration branch, not including the
Ken Raeburn
2006-04-13
1
-31
/
+31
*
Instead of arbitrary division of headers into include and include/krb5, with
Ken Raeburn
2006-03-11
1
-2
/
+2
*
Novell Database Abstraction Layer merge.
Ken Raeburn
2005-06-21
1
-19
/
+56
*
* configure.in: Check for sockaddr_in.sin_len and
Tom Yu
2004-09-21
1
-2
/
+3
*
renamed acl_* functions to kadm5int_acl_*
Alexandra Ellwood
2004-08-20
1
-2
/
+2
*
* ovsec_kadmd.c (log_badverf): Fix a missed rpc_u_int32
Tom Yu
2004-06-26
1
-1
/
+1
*
more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32
Tom Yu
2004-06-25
1
-1
/
+1
*
This commit merges the RPCSEC_GSS integration branch onto the trunk.
Tom Yu
2004-06-16
1
-13
/
+29
*
One less kg_get_context call..
Ken Raeburn
2004-03-21
1
-7
/
+2
*
Added Apple password server support
Alexandra Ellwood
2003-09-02
1
-0
/
+11
*
* ovsec_kadmd.c (REQUIRED_PARAMS): Remove
Tom Yu
2003-03-07
1
-3
/
+2
*
use kdb keytab for kadmind
Tom Yu
2003-03-06
1
-10
/
+49
*
Use socklen_t when passing address to socket functions.
Ken Raeburn
2003-01-10
1
-1
/
+1
*
Get strong random bits at kadmind startup
Sam Hartman
2002-01-08
1
-1
/
+10
*
* misc.c, server_stubs.c: Nuke rcsid
Ezra Peisach
2001-07-01
1
-5
/
+2
*
* server_glue_v1.c: Include misc.h for prototypes
Ezra Peisach
2001-06-26
1
-3
/
+3
*
* ovsec_kadmd.c: Change prototype for process_chpw_request
Ezra Peisach
2001-06-22
1
-6
/
+7
*
* ovsec_kadmd.c: Add prototype for daemon if needed
Ezra Peisach
2001-06-21
1
-0
/
+4
*
Fixed several typos in comments
Mitchell Berger
2001-06-20
1
-7
/
+0
*
* ovsec_kadmd.c (main): Make format string to sprintf specify that
Ezra Peisach
2001-06-08
1
-1
/
+1
*
* ovsec_kadmd.c (do_schpw): Cast arguments to sendto() which take int
Ezra Peisach
2000-10-17
1
-2
/
+2
*
* kadm_rpc_svc.c (kadm_1): Update to include new api functions
Tom Yu
2000-02-19
1
-0
/
+4
*
Fix how we specify the OID so it's in a format gss_str_to_oid likes
Theodore Tso
1999-05-12
1
-1
/
+1
*
ovsec_kadmd.c: Remove dependency on gssapi_krb5.h by using
Theodore Tso
1999-05-07
1
-37
/
+100
[next]