summaryrefslogtreecommitdiffstats
path: root/source4/kdc/kdc.c
Commit message (Expand)AuthorAgeFilesLines
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-2/+4
* s4:kdc: use krb5_data_free()Stefan Metzmacher2009-03-261-1/+1
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-1/+1
* s4:kdc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-6/+7
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-3/+3
* s4:kdc: pass down event_context explicitStefan Metzmacher2008-12-291-0/+2
* Ensure the hdb_method structure is not on the stack.Andrew Bartlett2008-10-201-5/+5
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2008-09-291-1/+16
* This torture test and skipping of the server-side check was bogus.Andrew Bartlett2008-09-221-3/+1
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Update copyrightAndrew Bartlett2008-09-051-1/+1
* Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-031-0/+112
* kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher2008-06-041-4/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett2008-03-191-3/+3
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+4
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-11/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-3/+7
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-6/+11
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-3/+3
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-2/+6
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+2
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-0/+1
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-1/+1
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-211-5/+5
* r25548: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23456: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett2007-10-101-15/+16
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-1/+1
* r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett2007-10-101-22/+19
* r20639: Commit part 1 of 2.Andrew Bartlett2007-10-101-0/+34
* r20152: Commit missing files from last night's commit. We no longer maintainAndrew Bartlett2007-10-101-2/+1
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-101-7/+17
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r15830: fixed two kdc memory leaksAndrew Tridgell2007-10-101-1/+1
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-2/+2
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+2
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-1/+2
* r13516: We can't bind to both 0.0.0.0 and specific network interfaces at theAndrew Bartlett2007-10-101-7/+0
* r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. ThisAndrew Bartlett2007-10-101-9/+24
* r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett2007-10-101-2/+7