summaryrefslogtreecommitdiffstats
path: root/source4/auth/kerberos
Commit message (Expand)AuthorAgeFilesLines
* s4:credentials Add the functions needed to do S4U2Self with cli_credentialsAndrew Bartlett2010-04-103-50/+161
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+11
* s4:auth/kerberos/kerberos.c - fix also here a memory leakMatthias Dieter Wallnöfer2010-03-161-0/+1
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-263-34/+42
* s4:kdc streamline context initializationSimo Sorce2010-01-312-37/+58
* cleanup: remove trailing spaces and tabsSimo Sorce2010-01-281-37/+37
* s4-kerberos: raise the general kerberos debug level to 3Andrew Tridgell2010-01-161-1/+1
* Strip trailing spacesSimo Sorce2010-01-121-62/+62
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-9/+4
* s4:kerberos Use MIT compatible names for these enc typesAndrew Bartlett2009-08-211-1/+1
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-282-1/+148
* Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"Stefan Metzmacher2009-07-272-148/+1
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-272-1/+148
* Rework the kerberos-notes.txt in order and formatDon Davis2009-06-301-0/+803
* Fixed some uninitialised variablesMatthias Dieter Wallnöfer2009-06-191-5/+1
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-124-12/+24
* Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005Donald T. Davis2009-06-101-154/+448
* s4:auth/credentials: use krb5_data_free()Stefan Metzmacher2009-03-261-5/+1
* s4:auth/kerberos: s/private/private_dataStefan Metzmacher2009-02-021-10/+10
* s4:auth/kerberos: convert to tevent_* apiStefan Metzmacher2009-01-032-14/+13
* s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher2009-01-031-4/+5
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-8/+8
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-241-1/+1
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher2008-12-181-2/+1
* Remove two debug parameters, not used anywhere.Jelmer Vernooij2008-11-021-6/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-203-0/+4
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-241-3/+1
* Kerberos cosmetic changes: Revert a part of the patchMatthias Dieter Wallnöfer2008-09-241-1/+3
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-243-14/+12
* Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-031-5/+5
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-1/+122
* auth/kerberos: remove dependencies to internal heimdalStefan Metzmacher2008-08-012-2/+1
* auth/kerberos: we don't need to include heimdal private headersStefan Metzmacher2008-08-011-2/+0
* build with the new heimdal versionStefan Metzmacher2008-08-012-1/+3
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-311-2/+0
* Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-301-0/+2
* Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-1/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+2
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-1/+2
|\
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+2
* | Merge v4.0-testJelmer Vernooij2008-03-281-4/+4
|\|
| * Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett2008-03-171-4/+4
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-6/+9
|/
* Avoid use of global_loadparm.Jelmer Vernooij2008-02-212-3/+12