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
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13344: Trust SASL to have subtle distinctions between NULL and zero-length
Andrew Bartlett
1
-10
/
+24
2007-10-10
r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...
Andrew Bartlett
2
-73
/
+436
2007-10-10
r13252: Cleanup, both in code, comments and talloc use:
Andrew Bartlett
3
-21
/
+60
2007-10-10
r13250: I missed a couple of talloc_free()'s
Andrew Bartlett
1
-0
/
+2
2007-10-10
r13247: Try to make better use of talloc in the auth/ and auth/gensec code.
Andrew Bartlett
3
-17
/
+35
2007-10-10
r13245: Don't segfault if we don't have a credentials structure on this gensec
Andrew Bartlett
1
-3
/
+6
2007-10-10
r13206: This patch finally re-adds a -k option that works reasonably.
Andrew Bartlett
10
-136
/
+175
2007-10-10
r13170: Remove some dependencies on -1 implying the size of pstring
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our
Andrew Bartlett
4
-20
/
+29
2007-10-10
r12971: Fix spelling.
Tim Potter
1
-1
/
+1
2007-10-10
r12927: Fix typo.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12919: Ensure we never 'extend' the session key length, or fill in past the
Andrew Bartlett
1
-1
/
+5
2007-10-10
r12899: - fix warnings on AIX
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r12863: As lha suggested to me a while back, it appears that the
Andrew Bartlett
2
-12
/
+7
2007-10-10
r12824: Another typo.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12821: Fix typos.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. If
Andrew Bartlett
2
-62
/
+90
2007-10-10
r12808: Actually, with that we can avoid roken compleatly.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r12807: I'm wondering if this might fix AIX on the build farm...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
7
-89
/
+31
2007-10-10
r12795: remember the gensec_security context
Stefan Metzmacher
2
-0
/
+3
2007-10-10
r12718: We don't use unicodePwd directly any more.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
4
-3
/
+4
2007-10-10
r12682: This patch finally fixes our kpasswdd implementation to be compatible
Andrew Bartlett
3
-8
/
+146
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
3
-3
/
+3
2007-10-10
r12628: Prevent double registration warnings
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12627: This magic comment keeps minimal_includes.pl from suggesting the
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12621: INIT_FUNCTION no longer has to be set on libraries
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r12610: we need struct passwd on some systems
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
14
-26
/
+0
2007-10-10
r12599: This new LDB module (and associated changes) allows Samba4 to operate
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12594: Jelmer pushed some proposed header reductions to the list today. This
Andrew Bartlett
6
-22
/
+2
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
3
-3
/
+4
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
9
-1
/
+11
2007-10-10
r12499: Move smb_build.h out of includes.h
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
5
-30
/
+25
2007-10-10
r12494: Support loading modules from .so files for most subsystems.
Jelmer Vernooij
2
-0
/
+16
2007-10-10
r12439: No need to keep walking this list if we find the match.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12436: Fix Samba4 as a server to Win2000 for the domain join.
Andrew Bartlett
1
-46
/
+74
2007-10-10
r12422: Some kerberos comments and clarifications.
Andrew Bartlett
2
-11
/
+22
2007-10-10
r12411: Add 'net samdump keytab <keytab>'.
Andrew Bartlett
3
-44
/
+45
2007-10-10
r12363: minor fixes for win2000 join/login
Andrew Tridgell
1
-1
/
+2
2007-10-10
r12361: Add a new function: ldb_binary_encode_string()
Andrew Bartlett
1
-2
/
+3
2007-10-10
r12360: Add simple bind support into our LDAP server.
Andrew Bartlett
2
-1
/
+92
2007-10-10
r12310: Link simple bind support in our internal LDAP libs to LDB and the
Andrew Bartlett
2
-0
/
+25
2007-10-10
r12268: Use transactions to ensure that the schannel db is consistant.
Andrew Bartlett
1
-0
/
+17
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
Andrew Bartlett
4
-9
/
+39
2007-10-10
r12179: Allow our KDC to use LDAP to get to the backend database.
Andrew Bartlett
2
-3
/
+51
[next]