index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
kdc
/
kdc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-02-01
s4:irpc: avoid c++ reserved word 'private'
Stefan Metzmacher
1
-1
/
+1
2009-02-01
s4:kdc: avoid c++ reserved word 'private'
Stefan Metzmacher
1
-6
/
+7
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-3
/
+3
2008-12-29
s4:kdc: pass down event_context explicit
Stefan Metzmacher
1
-0
/
+2
2008-10-20
Ensure the hdb_method structure is not on the stack.
Andrew Bartlett
1
-5
/
+5
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-29
Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.
Andrew Bartlett
1
-1
/
+16
2008-09-22
This torture test and skipping of the server-side check was bogus.
Andrew Bartlett
1
-3
/
+1
2008-09-22
s4: allways initialize the process model before it's used
Stefan Metzmacher
1
-1
/
+1
2008-09-05
Update copyright
Andrew Bartlett
1
-1
/
+1
2008-09-03
Implement NETLOGON PAC verfication on the server-side
Andrew Bartlett
1
-0
/
+112
2008-06-04
kdc: we don't need any *_locl.h header from heimdal in the kdc
Stefan Metzmacher
1
-4
/
+1
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-1
/
+1
2008-03-19
Merge lorikeet-heimdal -r 787 into Samba4 tree.
Andrew Bartlett
1
-3
/
+3
2008-02-21
Remove yet more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+4
2008-02-04
Remove useless layer of indirection, where every service called
Andrew Bartlett
1
-11
/
+1
2008-02-04
Rework service init functions to pass down service name. This is
Andrew Bartlett
1
-1
/
+1
2008-01-05
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
1
-3
/
+7
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
1
-6
/
+11
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-2
/
+6
2007-12-21
r26274: Some syntax fixes, remove more global_loadparm instances.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r25548: Convert to standard bool type.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23456: Update Samba4 to current lorikeet-heimdal.
Andrew Bartlett
1
-15
/
+16
2007-10-10
r22969: fix some more places where we could end up with more than one event
Andrew Tridgell
1
-1
/
+1
2007-10-10
r20988: Call out to Heimdal's krb5.conf processing to configure many aspects
Andrew Bartlett
1
-22
/
+19
[next]