summaryrefslogtreecommitdiffstats
path: root/source4/heimdal/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* s4:heimdal: import lorikeet-heimdal-200911122202 (commit 9291fd2d101f3eecec55...Andrew Bartlett2009-11-1317-351/+641
* s4:heimdal: import lorikeet-heimdal-200909210500 (commit 290db8d23647a27c39b9...Andrew Bartlett2009-11-1318-289/+1309
* s4:heimdal: import lorikeet-heimdal-200908052208 (commit 370a73a74199a5a55188...Andrew Bartlett2009-08-062-13/+1
* s4:heimdal: import lorikeet-heimdal-200908050050 (commit 8714779fa7376fd9f776...Andrew Bartlett2009-08-0512-175/+218
* s4:heimdal: import lorikeet-heimdal-200907162216 (commit d09910d6803aad96b52e...Andrew Bartlett2009-07-172-1/+18
* s4:heimdal: import lorikeet-heimdal-200907152325 (commit 2bef9cd5378c01e9c2a7...Andrew Bartlett2009-07-164-87/+201
* heimdal: don't include <ifaddrs.h> without knowing it's thereBjörn Jacke2009-07-031-0/+2
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-1291-2729/+4331
* 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: 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-2890-4028/+5197
* Add samba4kpasswd and rkpty binariesAndrew Bartlett2008-10-201-0/+66
* 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
* heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patchesStefan Metzmacher2008-08-2690-830/+1096
* heimdal_build: autogenerate the heimdal private/proto headersStefan Metzmacher2008-08-262-4624/+0
* heimdal: remove unused old filesStefan Metzmacher2008-08-261-458/+0
* heimdal_build: add a fake sqlite keytab implementationStefan Metzmacher2008-08-261-2/+0
* Revert "krb5: always generate the acceptor subkey as the same enctype as the ...Stefan Metzmacher2008-08-141-3/+0
* krb5: always generate the acceptor subkey as the same enctype as the used ser...Stefan Metzmacher2008-08-081-0/+3
* heimdal: update to lorikeet-heimdal rev 801Stefan Metzmacher2008-08-0164-1565/+2803
* Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett2008-03-1944-487/+1969
* r24614: Merge with current lorikeet-heimdal. This brings us one step closerAndrew Bartlett2007-10-1016-128/+242
* r23678: Update to current lorikeet-heimdal (-r 767), which should fix theAndrew Bartlett2007-10-1015-175/+481
* r23456: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett2007-10-1093-331/+683
* r22191: Add a samba4kinit binary to the build, so I can test using an existingAndrew Bartlett2007-10-102-0/+253
* r21438: create the PAC element in the same order as w2k3,Stefan Metzmacher2007-10-101-7/+7
* r20640: Commit part 2/2Andrew Bartlett2007-10-1024-171/+1637
* r19681: Update to current lorikeet-heimdal. I'm looking at using the realmAndrew Bartlett2007-10-108-13/+491
* r19663: merge changes from lorikeet heimdal:Stefan Metzmacher2007-10-101-22/+52
* r19644: Merge up to current lorikeet-heimdal, incling addingAndrew Bartlett2007-10-104-48/+81
* r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2007-10-106-83/+304
* r19606: Remove generated filesAndrew Bartlett2007-10-103-463/+0
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-1035-741/+1888
* r18826: Allow 'enterprise' principal names to log in.Andrew Bartlett2007-10-105-14/+30
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-105-6/+6
* r15515: Syncronsise with current lorikeet-heimdal.Andrew Bartlett2007-10-102-173/+13
* r15484: Make accept_security_context() more compatible with how Samba3 (andAndrew Bartlett2007-10-101-1/+2
* r15481: Update heimdal/ to match current lorikeet-heimdal.Andrew Bartlett2007-10-1020-107/+358
* r15192: Update Samba4 to use current lorikeet-heimdal.Andrew Bartlett2007-10-1030-1552/+594
* r14635: - Remove lex.c from SVN (it is built anyway, and having it in SVNAndrew Bartlett2007-10-106-117/+112
* r14198: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett2007-10-1011-250/+168
* r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett2007-10-101-0/+3
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+3
* r12269: Update to current lorikeet-heimdal. This changed the way the hdbAndrew Bartlett2007-10-108-40/+48
* r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0)Andrew Bartlett2007-10-101-3/+9
* r12000: Update to current lorikeet-heimdal, including in particular supportAndrew Bartlett2007-10-105-9/+105