summaryrefslogtreecommitdiff
path: root/source4/kdc/kdc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett1-22/+19
2007-10-10r20639: Commit part 1 of 2.Andrew Bartlett1-0/+34
2007-10-10r20152: Commit missing files from last night's commit. We no longer maintainAndrew Bartlett1-2/+1
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett1-7/+17
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r15830: fixed two kdc memory leaksAndrew Tridgell1-1/+1
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-2/+2
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+2
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-1/+2
2007-10-10r13516: We can't bind to both 0.0.0.0 and specific network interfaces at theAndrew Bartlett1-7/+0
2007-10-10r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. ThisAndrew Bartlett1-9/+24
2007-10-10r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett1-2/+7
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-48/+32
2007-10-10r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett1-32/+54
2007-10-10r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett1-6/+4
2007-10-10r12121: remove some dublicate codeStefan Metzmacher1-44/+19
2007-10-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter1-4/+4
2007-10-10r11930: Add socket/packet handling code for kpasswddAndrew Bartlett1-3/+13
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11621: some minor fixes from comments by metzeAndrew Tridgell1-3/+3
2007-10-10r11619: use the 32 bit length helper in the kdc.Andrew Tridgell1-23/+1
2007-10-10r11608: switched the kdc to use the generic packet send codeAndrew Tridgell1-40/+10
2007-10-10r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sureAndrew Tridgell1-78/+67
2007-10-10r11540: Some notes to myself on RFC complience.Andrew Bartlett1-0/+7
2007-10-10r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett1-96/+166
2007-10-10r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactlyAndrew Bartlett1-16/+34
2007-10-10r10987: add support for tcp kdc requestsStefan Metzmacher1-6/+271
2007-10-10r10562: Ensure we initalise the error table with hdb errors. This ensures weAndrew Bartlett1-0/+2
2007-10-10r8586: register the kdc with irpc so we can tell that it is upAndrew Tridgell1-0/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8161: Update Samba4 for the new Heimdal update.Andrew Bartlett1-1/+1
2007-10-10r7993: Further work on the Krb5 PAC.Andrew Bartlett1-1/+3
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-7/+7
2007-10-10r7508: Fix memory leak of outgoing packets in the KDC.Andrew Bartlett1-0/+3
2007-10-10r7484: the previous bug can also affect the kdcAndrew Tridgell1-1/+2
2007-10-10r7304: Make the libkdc actually work:Andrew Bartlett1-0/+3
2007-10-10r7297: make the code more readableStefan Metzmacher1-6/+8
2007-10-10r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett1-8/+7
2007-10-10r7264: fix up the socket handling for abartlet. Still only udp, but it won'tAndrew Tridgell1-24/+62
2007-10-10r7259: Move the recv handler out into a seperate function (suggestion fromAndrew Bartlett1-51/+72
2007-10-10r7241: The KDC almost links...Andrew Bartlett1-5/+61
2007-10-10r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett1-0/+187