r19604: This is a massive commit, and I appologise in advance for it's size.
[ab/samba.git/.git] / source4 / kdc / kdc.c
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...
2007-10-10 Andrew Tridgellr15830: fixed two kdc memory leaks
2007-10-10 Andrew Bartlettr15356: Remove unused 'flags' argument from socket_send...
2007-10-10 Stefan Metzmacherr14079: I just found the setproctitle library from...
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13516: We can't bind to both 0.0.0.0 and specific...
2007-10-10 Andrew Bartlettr13321: Bind to each interface and to the 0.0.0.0 inter...
2007-10-10 Andrew Bartlettr13107: Follow the lead of Heimdal's kpasswdd and use...
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Andrew Bartlettr12682: This patch finally fixes our kpasswdd implement...
2007-10-10 Andrew Bartlettr12179: Allow our KDC to use LDAP to get to the backend...
2007-10-10 Stefan Metzmacherr12121: remove some dublicate code
2007-10-10 Tim Potterr11968: More warning fixes. We're on track to getting...
2007-10-10 Andrew Bartlettr11930: Add socket/packet handling code for kpasswdd
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11621: some minor fixes from comments by metze
2007-10-10 Andrew Tridgellr11619: use the 32 bit length helper in the kdc.
2007-10-10 Andrew Tridgellr11608: switched the kdc to use the generic packet...
2007-10-10 Andrew Tridgellr11604: converted the kdc code to use the new packet...
2007-10-10 Andrew Bartlettr11540: Some notes to myself on RFC complience.
2007-10-10 Andrew Bartlettr11239: Use ${REALM} for the realm in rootdse.ldif
2007-10-10 Andrew Bartlettr11106: Make the KDC handler plugable, as I want to...
2007-10-10 Stefan Metzmacherr10987: add support for tcp kdc requests
2007-10-10 Andrew Bartlettr10562: Ensure we initalise the error table with hdb...
2007-10-10 Andrew Tridgellr8586: register the kdc with irpc so we can tell that...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Bartlettr8161: Update Samba4 for the new Heimdal update.
2007-10-10 Andrew Bartlettr7993: Further work on the Krb5 PAC.
2007-10-10 Andrew Tridgellr7911: task_terminate() is defined in the macosx header...
2007-10-10 Andrew Bartlettr7508: Fix memory leak of outgoing packets in the KDC.
2007-10-10 Andrew Tridgellr7484: the previous bug can also affect the kdc
2007-10-10 Andrew Bartlettr7304: Make the libkdc actually work:
2007-10-10 Stefan Metzmacherr7297: make the code more readable
2007-10-10 Andrew Bartlettr7270: A big revamp to the way we handle kerberos error...
2007-10-10 Andrew Tridgellr7264: fix up the socket handling for abartlet. Still...
2007-10-10 Andrew Bartlettr7259: Move the recv handler out into a seperate functi...
2007-10-10 Andrew Bartlettr7241: The KDC almost links...
2007-10-10 Andrew Bartlettr7221: Add the start of a KDC service (to be built...