More asprintf warning fixes.
[samba.git] / source3 / libads / kerberos_keytab.c
2008-12-23 Jeremy AllisonMore asprintf warning fixes.
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-02 Günther Deschners3-net: allow to list a keytab generated using net...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-29 Jeremy AllisonMerge branch 'v3-devel' of ssh://jra@git.samba.org...
2008-08-29 Günther Deschnerkerberos: use KRB5_KT_KEY macro where appropriate.
2008-07-30 Jeremy AllisonFix uninitialized variables.
2008-07-18 Günther Deschnerkerberos: make smb_krb5_kt_add_entry() static.
2008-06-30 Günther Deschnerkerberos: allow to keep entries with old kvno's while...
2008-06-30 Günther Deschnerkerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_a...
2008-06-24 Günther Deschnerkerberos: make smb_krb5_kt_add_entry public, allow...
2008-06-17 Günther Deschnerlibads: add ads_get_machine_kvno() to make ads_get_kvno...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23651: Always, always, always compile before commit...
2007-10-10 Günther Deschnerr23650: Fix remaining callers of krb5_kt_default().
2007-10-10 Günther Deschnerr23649: Fix the build (by moving smb_krb5_open_keytab...
2007-10-10 Günther Deschnerr23648: Allow to list a custom krb5 keytab file with:
2007-10-10 Günther Deschnerr23646: Generalize our internal keytab handling to...
2007-10-10 Günther Deschnerr22479: Add "net ads keytab list".
2007-10-10 Jeremy Allisonr21863: Fix debug messages with incorrect function...
2007-10-10 Günther Deschnerr21561: It makes absolutely no sense to call krb5_kt_re...
2007-10-10 Gerald Carterr20486: Always upper case the "host/<sAMAccoutnName...
2007-10-10 Gerald Carterr16952: New derive DES salt code and Krb5 keytab generation
2007-10-10 Jeremy Allisonr15210: Add wrapper functions smb_krb5_parse_name,...
2007-10-10 Jeremy Allisonr5759: Patch from Doug VanLeuven <roamdad@sonic.net...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3502: Tidy up debugging in kerberos_keytab code.
2007-10-10 Jeremy Allisonr3492: Fixes from testing kerberos salted principal...
2007-10-10 Jeremy Allisonr3381: More merging of the #1717 patch. Fixup some...
2007-10-10 Jeremy Allisonr3379: More merging of kerberos keytab and salting...
2007-10-10 Jeremy Allisonr1373: Fix from Guenther Deschner <gd@sernet.de> to...
2007-10-10 Jeremy Allisonr1243: Fix so this compiles with Heimdal (in Heimdal...
2007-10-10 Jeremy Allisonr1236: Heimdal fixes from Guenther Deschner <gd@sernet...
2007-10-10 Jeremy Allisonr1222: Valgrind memory leak fixes. Still tracking down...
2007-10-10 Jeremy Allisonr1221: Added the last of the system keytab patch from...
2007-10-10 Jeremy Allisonr1215: Intermediate checkin of the new keytab code...
2007-10-10 Jeremy Allisonr1214: Now compiles. Changed krb5_kt_free_entry to...
2007-10-10 Jeremy Allisonr1193: Ensure we check for and use krb5_free_unparsed_n...
2007-10-10 Jeremy Allisonr1192: Fixed all memleaks/error code return path leaks...
2007-10-10 Jeremy Allisonr1184: Keep latest changes... not compilable yet.
2007-10-10 Jeremy Allisonr1183: Updates to the code cleanup so I don't lose...
2007-10-10 Jeremy Allisonr1182: Partial re-write of keytab code to clean up...
2007-10-10 Jeremy Allisonr1180: New file - basis of new system keytab code.