summaryrefslogtreecommitdiff
path: root/source4/heimdal
AgeCommit message (Expand)AuthorFilesLines
2010-03-16kerberos - set the memory to "0"s before freeing the password to prevent secu...Matthias Dieter Wallnöfer1-2/+6
2010-03-16heimdal - remove unused variableMatthias Dieter Wallnöfer1-1/+0
2010-03-16heimdal - fix overlapped identifiers in the "krb5" libraryMatthias Dieter Wallnöfer3-11/+11
2010-03-16heimdal - free always "ctx->password" when it isn't needed anymoreMatthias Dieter Wallnöfer1-1/+3
2010-02-15s4-heimdal: Fix typos in comment.Karolin Seeger1-1/+1
2010-02-08s4:heimdal: regerenate filesStefan Metzmacher9-173/+218
2009-12-14heimdal: work around differences between GNU and XSI strerror_r()Andrew Tridgell1-2/+10
2009-12-08s4-heimdal: fixed a use-after-free heimdal bugAndrew Tridgell1-0/+1
2009-12-08krb5: Fix leaked hx509_context pointerKamen Mazdrashki1-0/+4
2009-11-24heimdal Fix invalid format stringAndrew Bartlett1-1/+1
2009-11-17s4:heimdal: import lorikeet-heimdal-200911170333 (commit b532c294d974cead40a1...Andrew Bartlett9-25/+8
2009-11-13s4:heimdal Import generated files from heimdal treeAndrew Bartlett9-827/+1185
2009-11-13s4:heimdal: import lorikeet-heimdal-200911122202 (commit 9291fd2d101f3eecec55...Andrew Bartlett59-646/+1168
2009-11-13s4:heimdal: import lorikeet-heimdal-200909210500 (commit 290db8d23647a27c39b9...Andrew Bartlett137-2178/+4114
2009-10-21heimdal - hdb/ext.c - fix a "shadows variable" warningMatthias Dieter Wallnöfer1-4/+4
2009-10-14s4:heimdal A real fix for bug 6801Andrew Bartlett1-3/+3
2009-10-03heimdal kerberos - fix memory leak (free the plugin list always - not only in...Matthias Dieter Wallnöfer1-1/+1
2009-10-03heimdal - fix various warningsMatthias Dieter Wallnöfer7-24/+24
2009-09-18s4:heimdal/gssapi/krb5: set cred_handle in _gsskrb5_import_credStefan Metzmacher1-0/+1
2009-08-06s4:heimdal: import lorikeet-heimdal-200908052208 (commit 370a73a74199a5a55188...Andrew Bartlett33-117/+31
2009-08-05s4:heimdal: import lorikeet-heimdal-200908050050 (commit 8714779fa7376fd9f776...Andrew Bartlett48-366/+1115
2009-07-28s4:kerberos Add support for user principal names in certificatesAndrew Bartlett3-19/+27
2009-07-27s4:heimdal Extend the 'hdb as a keytab' codeAndrew Bartlett1-4/+145
2009-07-17s4:heimdal: import lorikeet-heimdal-200907162216 (commit d09910d6803aad96b52e...Andrew Bartlett6-23/+60
2009-07-16s4:heimdal: import lorikeet-heimdal-200907152325 (commit 2bef9cd5378c01e9c2a7...Andrew Bartlett67-590/+1210
2009-07-16s4:heimdal The implied GSS_C_MUTUAL_FLAG depends on AP_OPTS_MUTUAL_REQUIREDAndrew Bartlett1-1/+4
2009-07-06s4:heimdal: readd heimdal/lib/asn1/asn1parse.y which was parse.y before the l...Stefan Metzmacher9-175/+1185
2009-07-03heimdal: don't include <ifaddrs.h> without knowing it's thereBjörn Jacke1-0/+2
2009-06-30s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett3-24/+32
2009-06-18s4:kdc Allow a password change when the password is expiredAndrew Bartlett6-27/+35
2009-06-12s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett315-7002/+9362
2009-06-08s4:heimdal: fix build on FreeBSDBjörn Jacke1-0/+3
2009-02-24Fix the build. Looks like no one ever compiled this on a systemJeremy Allison2-0/+14
2009-02-24Start fixing Solaris build failures.Jeremy Allison2-2/+2
2009-01-31heimdal: void functions should not return a valueStefan Metzmacher1-1/+1
2009-01-30heimdal:hdb: always include "config.h" firstStefan Metzmacher1-0/+4
2009-01-30heimdal:camellia: include roken.hStefan Metzmacher2-0/+4
2009-01-30heimdal:roken: arg_match_long() should return a valueStefan Metzmacher1-0/+3
2009-01-30heimdal:roken: arg_printusage() should not try to return a value.Stefan Metzmacher1-2/+2
2009-01-30heimdal:camellia-ntt.c: include config.h as first headerStefan Metzmacher1-0/+3
2009-01-30heimdal: don't include <sys/cdefs.h> without knowing it's thereStefan Metzmacher1-0/+2
2009-01-30heimdal: don't include <ifaddrs.h> without knowing it's thereStefan Metzmacher1-0/+2
2008-11-04Re-add support for supporting the PAC over domain trusts.Andrew Bartlett1-19/+17
2008-11-02Use standard heimdal function for finding interfaces - libreplace provides su...Jelmer Vernooij1-0/+292
2008-10-28s4: import lorikeet-heimdal-200810271034Stefan Metzmacher408-12179/+13824
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-3/+3
2008-10-20Add samba4kpasswd and rkpty binariesAndrew Bartlett4-0/+753
2008-10-06Allow the PAC to be passed along during cross-realm authenticationAndrew Bartlett1-18/+16
2008-09-29Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2-14/+34
2008-09-03Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett1-32/+70