pull up r24567 from trunk
[krb5.git] / src / kadmin /
2010-12-03 Tom Yupull up r24469, r24530, r24533, r24534, r24535, r24537...
2010-12-01 Tom Yupull up r24526, r24527 from trunk
2010-10-08 Tom YuAdd a kadm5 RPC for purging old keys from the KDB ...
2010-10-05 Greg HudsonPropagate modprinc -unlock from master to slave KDCs
2010-09-17 Greg HudsonKDC worker processes feature
2010-09-15 Sam Hartmankdb: store mkey list in context and permit NULL mkey...
2010-09-08 Greg HudsonMake depend
2010-07-06 Greg HudsonRemove count parameters from get_principal, put_principal,
2010-07-02 Greg HudsonRemove verify_master_key from the DAL table, as well...
2010-07-02 Greg HudsonRename krb5_dbekd_encrypt_key_data and krb5_dbekd_decry...
2010-07-02 Greg HudsonRemove the set_master_key and get_master_key DAL interf...
2010-06-26 Greg HudsonMake kadmin work over IPv6
2010-06-22 Greg HudsonRemove some dead code in kdb5_stash() left behind by...
2010-06-21 Greg HudsonEliminate a bunch of duplicated code in kdb5_stash...
2010-06-21 Greg Hudsonkdb5_stash() contains its own kdb5_db_open() call ...
2010-06-08 Greg Hudsonkadmin ktadd may display wrong name of default keytab
2010-06-08 Greg HudsonWhen we display enctypes, display the input name rather...
2010-06-07 Greg Hudsonmake depend
2010-05-21 Greg HudsonRemove a non-functional and unnecessary check in kdb5_u...
2010-05-21 Greg HudsonFix an error case in kdb_util's dump.c where the dump...
2010-05-21 Greg HudsonRemove an unneeded conditional in the cleanup for kadmi...
2010-05-21 Greg HudsonIn getdate.y, remove an error check from r19656 which...
2010-05-21 Greg HudsonUse ANSI-style function definitions in our copy of...
2010-05-04 Greg HudsonGet rid of some kdb5_util load code which is no longer...
2010-05-04 Greg HudsonRemove some unused format string definitions from kdb5_...
2010-05-03 Greg HudsonEliminate some uses of variables as format strings...
2010-05-03 Greg HudsonEliminate the use of variables for format strings in...
2010-03-27 Ken RaeburnAlways pass -W option to kdb5_util create in testing
2010-03-17 Ken RaeburnMerge users/raeburn/branches/network-merge
2010-01-31 Greg HudsonFix minor error-handling bug in r23676
2010-01-28 Greg HudsonHandle migration from pre-1.7 databases with master...
2010-01-05 Tom Yudisable weak crypto by default
2010-01-04 Sam HartmanAnonymous documentation
2010-01-03 Ezra PeisachInitialize variables in case of error path winds up...
2010-01-03 Ezra PeisachSome unsigned/signed warning cleanup
2010-01-01 Ezra PeisachUnsigned/signed cleanup
2010-01-01 Russ AllberyAdd a new -P option to krb5kdc and kadmind which, if...
2009-12-31 Russ AllberyFix spelling and hyphen errors in man pages
2009-12-28 Greg HudsonWhitespace fixes for new anonymous support
2009-12-28 Sam HartmanAnonymous support for Kerberos
2009-12-03 Ken RaeburnReformat new comments
2009-12-03 Ken Raeburnfix slow behavior on Mac OS X with link-local addresses
2009-12-03 Ken Raeburnallow testing even if name->addr->name mapping doesn...
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-11-04 Ken RaeburnUse "unsigned short" instead of "u_short" in argument...
2009-11-04 Tom YuReindent and manually restore some BSD-style files...
2009-11-03 Tom YuReindent after making fixes for emacs-23
2009-10-31 Tom Yumake mark-cstyle
2009-10-26 Greg HudsonFix printf argument type mismatches related to pw_max_f...
2009-10-26 Greg HudsonRemove the telnet-to-localhost sanity check in start_se...
2009-10-25 Greg HudsonAccount lockout
2009-10-10 Tom YuMove destest to builtin/des, because it depends on...
2009-09-25 Greg HudsonAdd keytab_local.c to the kadmin client SRCS variable...
2009-09-25 Greg HudsonFix a few bugs in kadmin's keytab.c from r22785
2009-09-24 Greg HudsonUpdate the kadmin client code to most current coding...
2009-09-22 Greg HudsonFix a braino in r22782: we don't use strcpy even safely...
2009-09-21 Greg HudsonImprove the mechanism used for addprinc -randkey. ...
2009-09-21 Greg HudsonFix addprinc -randkey when policy requires multiple...
2009-09-13 Greg HudsonImplement s4u extensions
2009-08-28 Greg HudsonClean up a little bit of test suite spew in env-setup...
2009-08-28 Tom YuRemove bogus conditional from tcl_kadm5_randkey_princip...
2009-08-21 Ken Raeburnupdate dependencies
2009-08-17 Greg HudsonModify kadm5 initializers to accept krb5 contexts
2009-08-17 Greg HudsonRemove unused variables resulting from r22521, and...
2009-08-13 Greg HudsonRemove kadmin v1 API support
2009-08-07 Greg HudsonFix the LDAP build, which was broken by the build reord...
2009-08-03 Greg HudsonGet "make depend" to work in an unbuilt source tree...
2009-07-10 Tom YuAdd a new '-W' option to kadmind and kdb5_util create...
2009-07-09 Tom YuMake datetest buildable again
2009-05-07 Sam Hartmanman1 in title header for man1 manpages
2009-04-27 Greg HudsonMove KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb...
2009-04-22 Sam Hartmanmove kadmin, ktutil, k5srvutil man pages to man1
2009-04-13 Will FiveashUpdate kdb5_util man page with missing purge_mkeys...
2009-03-25 Will FiveashUpdate kdb5_util man page for mkey migration project
2009-03-10 Will FiveashSeveral small fixes to enable the migrate mkey commands...
2009-02-20 Russ AllberyAlso install k5srvutil into PREFIX/bin instead of PREFI...
2009-02-12 Ken RaeburnDon't apply 'const' twice
2009-02-11 Russ AllberyInstall ktutil and kadmin into CLIENT_BINDIR instead...
2009-02-09 Ken RaeburnRename X11 resource file to avoid name conflict on...
2009-02-05 Will Fiveashdeal with memleaks in migrate mkey project
2009-02-05 Ken Raeburninclude omitted system header string.h
2009-02-04 Ken Raeburnregenerate
2009-02-04 Will Fiveashnew multi-masterkey support doesn't work well when...
2009-02-04 Greg HudsonIn tcl_ovsec_kadm_get_policy, initialize ent since...
2009-02-04 Ken Raeburnremove some krb4 testing hooks
2009-02-03 Ken Raeburnprefer structure assignment to memcpy
2009-02-02 Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-02-02 Ken RaeburnGet rid of casts of free() argument to char*, except...
2009-02-02 Ken RaeburnRevise last change to better resemble the original...
2009-02-02 Ken Raeburnspeed up kpasswd tests
2009-02-02 Ken Raeburndon't delay so long while waiting for daemon startup
2009-01-31 Ken Raeburnfix resource leak
2009-01-31 Ken Raeburndon't use uninitialized variable
2009-01-31 Ken Raeburndon't double-free
2009-01-30 Will FiveashMaster Key Migration Project
2009-01-28 Tom Yudisable single-DES by default
2009-01-28 Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2009-01-23 Greg HudsonIn kadmin, free the correct item in an error case ...
2009-01-22 Greg HudsonAdapted patch from Apple: in kadmind's process_chpw_req...
2009-01-16 Ken RaeburnUse valgrind in more cases if VALGRIND is set
next