index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
kdc
Commit message (
Expand
)
Author
Age
Files
Lines
*
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
2007-10-10
2
-3
/
+0
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14427: don't reference short_princ after it is freed
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14380: Reduce the size of structs.h
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r14203: Include less private heimdal headers.
Andrew Bartlett
2007-10-10
1
-1
/
+5
*
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
2007-10-10
1
-2
/
+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
3
-1
/
+5
*
r13910: Fix the 'your password has expired' on every login. We now consider
Andrew Bartlett
2007-10-10
1
-7
/
+5
*
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
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
*
r13252: Cleanup, both in code, comments and talloc use:
Andrew Bartlett
2007-10-10
1
-23
/
+12
*
r13207: Use the new API for using/not using kerbeors in hdb-ldb.c
Andrew Bartlett
2007-10-10
1
-5
/
+3
*
r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our
Andrew Bartlett
2007-10-10
5
-9
/
+45
*
r13069: adding a hack on instructions from andrew
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
2007-10-10
3
-58
/
+38
*
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r12683: Fix declaration and initialisation placement.
Andrew Bartlett
2007-10-10
1
-5
/
+6
*
r12682: This patch finally fixes our kpasswdd implementation to be compatible
Andrew Bartlett
2007-10-10
3
-60
/
+177
*
r12681: Allow an entry to have no kerberos keys. This occours when an entry
Andrew Bartlett
2007-10-10
1
-16
/
+24
*
r12631: Now we have fixed the provision script, we don't need to work around
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r12599: This new LDB module (and associated changes) allows Samba4 to operate
Andrew Bartlett
2007-10-10
1
-100
/
+20
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
2
-0
/
+2
*
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and they
Andrew Bartlett
2007-10-10
1
-6
/
+8
*
r12362: Along with a cracknames change in the previous commit, this should
Andrew Bartlett
2007-10-10
1
-9
/
+15
*
r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in ...
Andrew Bartlett
2007-10-10
1
-21
/
+7
*
r12269: Update to current lorikeet-heimdal. This changed the way the hdb
Andrew Bartlett
2007-10-10
3
-108
/
+95
*
r12179: Allow our KDC to use LDAP to get to the backend database.
Andrew Bartlett
2007-10-10
5
-23
/
+49
*
r12121: remove some dublicate code
Stefan Metzmacher
2007-10-10
1
-44
/
+19
*
r12036: Fix more KDC memory leaks (and there are probably still more...).
Andrew Bartlett
2007-10-10
1
-0
/
+4
*
r12035: Fix memory leaks in the KDC.
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r11987: Clarify the accountExpires behaviour in the KDC.
Andrew Bartlett
2007-10-10
1
-4
/
+5
*
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
2
-3
/
+34
*
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
*
r11572: Add support for accountExpires and password expiry (should cause the
Andrew Bartlett
2007-10-10
1
-2
/
+32
*
r11567: Ldb API change patch.
Simo Sorce
2007-10-10
1
-34
/
+36
*
r11544: Allow delegation in a Samba4 realm.
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r11543: A major upgrade to our KDC and PAC handling.
Andrew Bartlett
2007-10-10
3
-110
/
+390
*
r11540: Some notes to myself on RFC complience.
Andrew Bartlett
2007-10-10
1
-0
/
+7
*
r11536: Add a hook for client-principal access control to hdb-ldb, re-using
Andrew Bartlett
2007-10-10
1
-11
/
+93
*
r11525: Move lookups (including the attribute search) for users from
Andrew Bartlett
2007-10-10
1
-43
/
+22
*
r11524: More work on our hdb backend in the KDC.
Andrew Bartlett
2007-10-10
1
-116
/
+78
[next]