summaryrefslogtreecommitdiffstats
path: root/source4/kdc/kdc.c
Commit message (Expand)AuthorAgeFilesLines
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-071-2/+10
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+1
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-071-1/+1
* s4:kdc fix compiler warningsChristian Ambach2013-12-121-2/+1
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+5
* Make krb5 context initialization not heimdal specificSimo Sorce2012-04-231-1/+1
* s4-kdc Do the KDC PAC checksum validation in the Samba pluginAndrew Bartlett2012-01-121-26/+3
* s4-kdc: use IDL constant NETLOGON_GENERIC_KRB5_PAC_VALIDATEAndrew Bartlett2012-01-121-1/+1
* s4-kdc: Add hdb plugin for samba4, to allow kadmin to workAndrew Bartlett2011-11-301-2/+1
* s4:kdc: restore the behavior before the last heimdal importStefan Metzmacher2011-07-201-8/+16
* s4:kdc: set *_strongest_*_key to true to restore the old behaviorStefan Metzmacher2011-07-151-0/+13
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-ipv6: use iface_list_wildcard() to listen on IPv6Andrew Tridgell2011-06-061-12/+17
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-4/+4
* source4/kdc: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4:kdc: split the kdc_tcp_proxy() logic from the main kdc logicStefan Metzmacher2011-03-041-4/+123
* s4:kdc: split the kdc_udp_proxy() logic from the main kdc logicStefan Metzmacher2011-03-041-2/+66
* s4:kdc: add a kdc_proxy_unavailable_error() helper functionStefan Metzmacher2011-03-041-0/+24
* s4:kdc/*.c - minimise includesMatthias Dieter Wallnöfer2010-12-121-10/+1
* s4:heimdal: import lorikeet-heimdal-201012010201 (commit 81fe27bcc0148d410ca4...Andrew Bartlett2010-12-011-5/+6
* s4-kdc update startup routines after heimdal updateAndrew Bartlett2010-11-151-1/+13
* s4-kdc: if "bind interfaces only" is false, then also listen on wildcardAndrew Tridgell2010-11-151-20/+44
* s4-kdc: added proxying of kdc requests for RODCsAndrew Tridgell2010-11-121-53/+53
* s4-kdc: split the kdc process return into a tri-stateAndrew Tridgell2010-11-121-24/+24
* s4-kdc: rename kdc/kdc.h to kdc/kdc-glue.hAndrew Tridgell2010-11-121-1/+1
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* s4-kdc Fix up after import of new lorikeet-heimdalAndrew Bartlett2010-10-031-2/+1
* s4-kdc Handle the case where we may be given a ticket from an RODC in db layerAndrew Bartlett2010-09-291-0/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-7/+7
* s4:kdc/kdc.c - add cast to suppress warnings on Solaris 10 ccMatthias Dieter Wallnöfer2010-06-261-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+1
* s4-kdc: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
* s4:kdc remove dead code and commentsSimo Sorce2010-01-281-5/+0
* s4:kdc move db functions in their own fileSimo Sorce2010-01-281-0/+1
* s4:kdc Use better db context structureSimo Sorce2010-01-281-12/+12
* s4:windc move windc plugin in its own fileSimo Sorce2010-01-271-0/+1
* Fix comment/debug messagesSimo Sorce2010-01-111-4/+4
* s4-kdc: Migrate tcp connections to tsocket.Andreas Schneider2010-01-081-89/+188
* s4:kdc: the ->process function returns "bool"Stefan Metzmacher2010-01-081-9/+9
* s4:kdc: use the remote and local address from the stream_connection structStefan Metzmacher2009-12-241-41/+2
* s4:cleanups More trailing spaces and tabsSimo Sorce2009-12-231-45/+45
* s4:kdc: setup the local and remote tsocket_address at accept timeStefan Metzmacher2009-12-191-44/+49
* s4:kdc: convert UDP based communication to tdgram_contextStefan Metzmacher2009-12-191-176/+136
* s4-kdc: Migrate to tsocket_address.Andreas Schneider2009-12-151-12/+57
* s4:kdc - Merged kdc_tcp_accept() and kpasswdd_tcp_accept().Endi S. Dewata2009-12-011-26/+6
* s4:kdc - Merged kdc_add_kdc_socket() and kdc_add_kpasswd_socket().Endi S. Dewata2009-12-011-75/+27
* s4:kdc - Disable KDC port when it's set to 0.Endi S. Dewata2009-12-011-42/+63
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-1/+1
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-14/+14