index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
kdc
/
kdc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge lorikeet-heimdal -r 787 into Samba4 tree.
Andrew Bartlett
2008-03-19
1
-3
/
+3
*
Remove yet more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
1
-1
/
+4
*
Remove useless layer of indirection, where every service called
Andrew Bartlett
2008-02-04
1
-11
/
+1
*
Rework service init functions to pass down service name. This is
Andrew Bartlett
2008-02-04
1
-1
/
+1
*
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-3
/
+7
*
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
2007-12-21
1
-6
/
+11
*
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
2007-12-21
1
-3
/
+3
*
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
2007-12-21
1
-2
/
+6
*
r26274: Some syntax fixes, remove more global_loadparm instances.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...
Jelmer Vernooij
2007-12-21
1
-5
/
+5
*
r25548: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23456: Update Samba4 to current lorikeet-heimdal.
Andrew Bartlett
2007-10-10
1
-15
/
+16
*
r22969: fix some more places where we could end up with more than one event
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r20988: Call out to Heimdal's krb5.conf processing to configure many aspects
Andrew Bartlett
2007-10-10
1
-22
/
+19
*
r20639: Commit part 1 of 2.
Andrew Bartlett
2007-10-10
1
-0
/
+34
*
r20152: Commit missing files from last night's commit. We no longer maintain
Andrew Bartlett
2007-10-10
1
-2
/
+1
*
r19604: This is a massive commit, and I appologise in advance for it's size.
Andrew Bartlett
2007-10-10
1
-7
/
+17
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15830: fixed two kdc memory leaks
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r13926: More header splitups.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r13516: We can't bind to both 0.0.0.0 and specific network interfaces at the
Andrew Bartlett
2007-10-10
1
-7
/
+0
*
r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. This
Andrew Bartlett
2007-10-10
1
-9
/
+24
*
r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our
Andrew Bartlett
2007-10-10
1
-2
/
+7
*
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
2007-10-10
1
-48
/
+32
*
r12682: This patch finally fixes our kpasswdd implementation to be compatible
Andrew Bartlett
2007-10-10
1
-32
/
+54
*
r12179: Allow our KDC to use LDAP to get to the backend database.
Andrew Bartlett
2007-10-10
1
-6
/
+4
*
r12121: remove some dublicate code
Stefan Metzmacher
2007-10-10
1
-44
/
+19
*
r11968: More warning fixes. We're on track to getting to double digits for
Tim Potter
2007-10-10
1
-4
/
+4
*
r11930: Add socket/packet handling code for kpasswdd
Andrew Bartlett
2007-10-10
1
-3
/
+13
*
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r11621: some minor fixes from comments by metze
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r11619: use the 32 bit length helper in the kdc.
Andrew Tridgell
2007-10-10
1
-23
/
+1
*
r11608: switched the kdc to use the generic packet send code
Andrew Tridgell
2007-10-10
1
-40
/
+10
*
r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sure
Andrew Tridgell
2007-10-10
1
-78
/
+67
*
r11540: Some notes to myself on RFC complience.
Andrew Bartlett
2007-10-10
1
-0
/
+7
*
r11239: Use ${REALM} for the realm in rootdse.ldif
Andrew Bartlett
2007-10-10
1
-96
/
+166
*
r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactly
Andrew Bartlett
2007-10-10
1
-16
/
+34
*
r10987: add support for tcp kdc requests
Stefan Metzmacher
2007-10-10
1
-6
/
+271
*
r10562: Ensure we initalise the error table with hdb errors. This ensures we
Andrew Bartlett
2007-10-10
1
-0
/
+2
[next]