Age | Commit message (Expand) | Author | Files | Lines |
2012-01-12 | s4-kdc Do the KDC PAC checksum validation in the Samba plugin | Andrew Bartlett | 1 | -26/+3 |
2012-01-12 | s4-kdc: use IDL constant NETLOGON_GENERIC_KRB5_PAC_VALIDATE | Andrew Bartlett | 1 | -1/+1 |
2011-11-30 | s4-kdc: Add hdb plugin for samba4, to allow kadmin to work | Andrew Bartlett | 1 | -2/+1 |
2011-07-20 | s4:kdc: restore the behavior before the last heimdal import | Stefan Metzmacher | 1 | -8/+16 |
2011-07-15 | s4:kdc: set *_strongest_*_key to true to restore the old behavior | Stefan Metzmacher | 1 | -0/+13 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -2/+2 |
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 1 | -1/+1 |
2011-06-06 | s4-ipv6: use iface_list_wildcard() to listen on IPv6 | Andrew Tridgell | 1 | -12/+17 |
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 1 | -4/+4 |
2011-03-19 | source4/kdc: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+2 |
2011-03-04 | s4:kdc: split the kdc_tcp_proxy() logic from the main kdc logic | Stefan Metzmacher | 1 | -4/+123 |
2011-03-04 | s4:kdc: split the kdc_udp_proxy() logic from the main kdc logic | Stefan Metzmacher | 1 | -2/+66 |
2011-03-04 | s4:kdc: add a kdc_proxy_unavailable_error() helper function | Stefan Metzmacher | 1 | -0/+24 |
2010-12-12 | s4:kdc/*.c - minimise includes | Matthias Dieter Wallnöfer | 1 | -10/+1 |
2010-12-01 | s4:heimdal: import lorikeet-heimdal-201012010201 (commit 81fe27bcc0148d410ca4... | Andrew Bartlett | 1 | -5/+6 |
2010-11-15 | s4-kdc update startup routines after heimdal update | Andrew Bartlett | 1 | -1/+13 |
2010-11-15 | s4-kdc: if "bind interfaces only" is false, then also listen on wildcard | Andrew Tridgell | 1 | -20/+44 |
2010-11-12 | s4-kdc: added proxying of kdc requests for RODCs | Andrew Tridgell | 1 | -53/+53 |
2010-11-12 | s4-kdc: split the kdc process return into a tri-state | Andrew Tridgell | 1 | -24/+24 |
2010-11-12 | s4-kdc: rename kdc/kdc.h to kdc/kdc-glue.h | Andrew Tridgell | 1 | -1/+1 |
2010-10-30 | s4-smbd: don't initialise process models more than once | Andrew Tridgell | 1 | -1/+1 |
2010-10-03 | s4-kdc Fix up after import of new lorikeet-heimdal | Andrew Bartlett | 1 | -2/+1 |
2010-09-29 | s4-kdc Handle the case where we may be given a ticket from an RODC in db layer | Andrew Bartlett | 1 | -0/+1 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -7/+7 |
2010-06-26 | s4:kdc/kdc.c - add cast to suppress warnings on Solaris 10 cc | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -3/+1 |
2010-02-26 | s4-kdc: Fixed the memory context of tstream_bsd_existing() | Andreas Schneider | 1 | -1/+1 |
2010-01-28 | s4:kdc remove dead code and comments | Simo Sorce | 1 | -5/+0 |
2010-01-28 | s4:kdc move db functions in their own file | Simo Sorce | 1 | -0/+1 |
2010-01-28 | s4:kdc Use better db context structure | Simo Sorce | 1 | -12/+12 |
2010-01-27 | s4:windc move windc plugin in its own file | Simo Sorce | 1 | -0/+1 |
2010-01-11 | Fix comment/debug messages | Simo Sorce | 1 | -4/+4 |
2010-01-08 | s4-kdc: Migrate tcp connections to tsocket. | Andreas Schneider | 1 | -89/+188 |
2010-01-08 | s4:kdc: the ->process function returns "bool" | Stefan Metzmacher | 1 | -9/+9 |
2009-12-24 | s4:kdc: use the remote and local address from the stream_connection struct | Stefan Metzmacher | 1 | -41/+2 |
2009-12-23 | s4:cleanups More trailing spaces and tabs | Simo Sorce | 1 | -45/+45 |
2009-12-19 | s4:kdc: setup the local and remote tsocket_address at accept time | Stefan Metzmacher | 1 | -44/+49 |
2009-12-19 | s4:kdc: convert UDP based communication to tdgram_context | Stefan Metzmacher | 1 | -176/+136 |
2009-12-15 | s4-kdc: Migrate to tsocket_address. | Andreas Schneider | 1 | -12/+57 |
2009-12-01 | s4:kdc - Merged kdc_tcp_accept() and kpasswdd_tcp_accept(). | Endi S. Dewata | 1 | -26/+6 |
2009-12-01 | s4:kdc - Merged kdc_add_kdc_socket() and kdc_add_kpasswd_socket(). | Endi S. Dewata | 1 | -75/+27 |
2009-12-01 | s4:kdc - Disable KDC port when it's set to 0. | Endi S. Dewata | 1 | -42/+63 |
2009-10-14 | s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where needed | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-09-18 | s4-server: kill main daemon if a task fails to initialise | Andrew Tridgell | 1 | -14/+14 |
2009-07-28 | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 1 | -9/+0 |
2009-07-27 | s4:kdc Push context to hdb_samba4 by way of the 'name' of the DB | Andrew Bartlett | 1 | -5/+10 |
2009-07-27 | s4:kdc Tidy up hdb_samba4 some more | Andrew Bartlett | 1 | -19/+11 |
2009-06-12 | s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6... | Andrew Bartlett | 1 | -2/+4 |
2009-03-26 | s4:kdc: use krb5_data_free() | Stefan Metzmacher | 1 | -1/+1 |
2009-02-02 | s4:service_stream: s/private/private_data | Stefan Metzmacher | 1 | -4/+4 |