summaryrefslogtreecommitdiffstats
path: root/source4/heimdal/lib
Commit message (Expand)AuthorAgeFilesLines
* s4:heimal Update generated files (cp from Heimdal)Andrew Bartlett2010-03-275-477/+459
* s4:heimdal: import lorikeet-heimdal-201003262338 (commit f4e0dc17709829235f05...Andrew Bartlett2010-03-2729-134/+365
* s4:heimdal New files and supporting logic for heimdal updateAndrew Bartlett2010-03-274-0/+1353
* s4:heimdal: import lorikeet-heimdal-201001120029 (commit a5e675fed7c5db8a7370...Andrew Bartlett2010-03-27210-1755/+3816
* kerberos - set the memory to "0"s before freeing the password to prevent secu...Matthias Dieter Wallnöfer2010-03-161-2/+6
* heimdal - remove unused variableMatthias Dieter Wallnöfer2010-03-161-1/+0
* heimdal - fix overlapped identifiers in the "krb5" libraryMatthias Dieter Wallnöfer2010-03-163-11/+11
* heimdal - free always "ctx->password" when it isn't needed anymoreMatthias Dieter Wallnöfer2010-03-161-1/+3
* s4-heimdal: Fix typos in comment.Karolin Seeger2010-02-151-1/+1
* s4:heimdal: regerenate filesStefan Metzmacher2010-02-089-173/+218
* heimdal: work around differences between GNU and XSI strerror_r()Andrew Tridgell2009-12-141-2/+10
* s4-heimdal: fixed a use-after-free heimdal bugAndrew Tridgell2009-12-081-0/+1
* krb5: Fix leaked hx509_context pointerKamen Mazdrashki2009-12-081-0/+4
* s4:heimdal: import lorikeet-heimdal-200911170333 (commit b532c294d974cead40a1...Andrew Bartlett2009-11-179-25/+8
* s4:heimdal Import generated files from heimdal treeAndrew Bartlett2009-11-139-827/+1185
* s4:heimdal: import lorikeet-heimdal-200911122202 (commit 9291fd2d101f3eecec55...Andrew Bartlett2009-11-1350-484/+936
* s4:heimdal: import lorikeet-heimdal-200909210500 (commit 290db8d23647a27c39b9...Andrew Bartlett2009-11-13132-2079/+3967
* heimdal - hdb/ext.c - fix a "shadows variable" warningMatthias Dieter Wallnöfer2009-10-211-4/+4
* s4:heimdal A real fix for bug 6801Andrew Bartlett2009-10-141-3/+3
* heimdal - fix various warningsMatthias Dieter Wallnöfer2009-10-036-21/+21
* s4:heimdal/gssapi/krb5: set cred_handle in _gsskrb5_import_credStefan Metzmacher2009-09-181-0/+1
* s4:heimdal: import lorikeet-heimdal-200908052208 (commit 370a73a74199a5a55188...Andrew Bartlett2009-08-0631-114/+30
* s4:heimdal: import lorikeet-heimdal-200908050050 (commit 8714779fa7376fd9f776...Andrew Bartlett2009-08-0544-346/+1090
* s4:kerberos Add support for user principal names in certificatesAndrew Bartlett2009-07-281-1/+6
* s4:heimdal Extend the 'hdb as a keytab' codeAndrew Bartlett2009-07-271-4/+145
* s4:heimdal: import lorikeet-heimdal-200907162216 (commit d09910d6803aad96b52e...Andrew Bartlett2009-07-175-6/+38
* s4:heimdal: import lorikeet-heimdal-200907152325 (commit 2bef9cd5378c01e9c2a7...Andrew Bartlett2009-07-1664-565/+1151
* s4:heimdal The implied GSS_C_MUTUAL_FLAG depends on AP_OPTS_MUTUAL_REQUIREDAndrew Bartlett2009-07-161-1/+4
* s4:heimdal: readd heimdal/lib/asn1/asn1parse.y which was parse.y before the l...Stefan Metzmacher2009-07-069-175/+1185
* heimdal: don't include <ifaddrs.h> without knowing it's thereBjörn Jacke2009-07-031-0/+2
* s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett2009-06-301-2/+4
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-12296-5419/+8144
* s4:heimdal: fix build on FreeBSDBjörn Jacke2009-06-081-0/+3
* Fix the build. Looks like no one ever compiled this on a systemJeremy Allison2009-02-241-0/+12
* Start fixing Solaris build failures.Jeremy Allison2009-02-241-1/+1
* heimdal: void functions should not return a valueStefan Metzmacher2009-01-311-1/+1
* heimdal:hdb: always include "config.h" firstStefan Metzmacher2009-01-301-0/+4
* heimdal:camellia: include roken.hStefan Metzmacher2009-01-302-0/+4
* heimdal:roken: arg_match_long() should return a valueStefan Metzmacher2009-01-301-0/+3
* heimdal:roken: arg_printusage() should not try to return a value.Stefan Metzmacher2009-01-301-2/+2
* heimdal:camellia-ntt.c: include config.h as first headerStefan Metzmacher2009-01-301-0/+3
* heimdal: don't include <sys/cdefs.h> without knowing it's thereStefan Metzmacher2009-01-301-0/+2
* heimdal: don't include <ifaddrs.h> without knowing it's thereStefan Metzmacher2009-01-301-0/+2
* Use standard heimdal function for finding interfaces - libreplace provides su...Jelmer Vernooij2008-11-021-0/+292
* s4: import lorikeet-heimdal-200810271034Stefan Metzmacher2008-10-28386-11035/+12632
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-3/+3
* Add samba4kpasswd and rkpty binariesAndrew Bartlett2008-10-202-0/+402
* Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2008-09-292-14/+34
* Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett2008-09-031-32/+70
* Don't wipe the PAC checksums, the caller may actually need them.Andrew Bartlett2008-08-281-14/+0