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
2009-07-08
s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't work
Stefan Metzmacher
1
-6
/
+57
2009-07-07
s4:auth It is easier to copy the session key than get talloc right.
Andrew Bartlett
1
-4
/
+3
2009-07-01
gensec_start now steals the auth_context
Andrew Tridgell
1
-1
/
+3
2009-07-01
another case that should use py_talloc_reference
Andrew Tridgell
1
-1
/
+1
2009-07-01
removed a redundent talloc_steal
Andrew Tridgell
1
-2
/
+0
2009-07-01
fixed the use of talloc_steal in ntlmssp_server
Andrew Tridgell
1
-3
/
+2
2009-06-30
Rework the kerberos-notes.txt in order and format
Don Davis
1
-0
/
+803
2009-06-25
s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers.
Kai Blin
1
-63
/
+16
2009-06-25
s4 auth_winbind: Don't allocate the rids for the info3 structure within the loop
Kai Blin
1
-4
/
+4
2009-06-25
s4: Add libwbclient backend to auth_winbind
Kai Blin
2
-1
/
+216
2009-06-19
Fixed some uninitialised variables
Matthias Dieter Wallnöfer
1
-5
/
+1
2009-06-18
Remove unused variable
Andrew Bartlett
1
-3
/
+0
2009-06-18
s4:kdc Allow a password change when the password is expired
Andrew Bartlett
3
-7
/
+9
2009-06-18
s4:gensec Print GSSAPI error message when unable to find PAC
Andrew Bartlett
1
-1
/
+3
2009-06-17
pycredentials: Raise MemoryError when unable to create objects.
Jelmer Vernooij
1
-1
/
+6
2009-06-17
pycredentials: Fix memory leak.
Jelmer Vernooij
1
-1
/
+7
2009-06-12
s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...
Andrew Bartlett
6
-15
/
+27
2009-06-10
Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005
Donald T. Davis
1
-154
/
+448
2009-06-10
Remove copy of kerberos-notes.txt added in incorrect location
Andrew Bartlett
1
-760
/
+0
2009-06-10
Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005
Donald T. Davis
1
-0
/
+760
2009-06-04
changed the auth path to use extended DN ops to avoid non-indexed searches
Andrew Tridgell
2
-65
/
+66
2009-06-02
Fix more unresolved symbols.
Jelmer Vernooij
2
-10
/
+1
2009-06-02
python: Move helper functions for using param into a separate file rather
Jelmer Vernooij
2
-2
/
+2
2009-06-02
Fix dependencies when using shared libraries.
Jelmer Vernooij
2
-1
/
+2
2009-05-26
use domain_dn not ncname
Andrew Tridgell
1
-3
/
+2
2009-05-26
Don't use crossRef records to find our own domain
Andrew Bartlett
3
-154
/
+47
2009-05-25
fixed interpretation of ACB_PWNOTREQ
Andrew Tridgell
1
-14
/
+0
2009-04-19
Remove unused headers
Andrew Bartlett
4
-9
/
+2
2009-04-16
Fix Samba4 build errors with common libcli/samsync
Andrew Bartlett
5
-6
/
+5
2009-04-14
Rework to use new API for common netlogon credential chaining
Andrew Bartlett
1
-1
/
+1
2009-04-14
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
6
-23
/
+31
2009-04-14
Push schannel_state.c into the top level.
Andrew Bartlett
2
-284
/
+1
2009-04-14
Port Samba4 to the new combined libcli/auth functions
Andrew Bartlett
2
-6
/
+1
2009-04-14
Move ntlm_check.h into the common libcli/auth
Andrew Bartlett
1
-76
/
+0
2009-04-14
Move MSRPC-PARSE into the common libcli/auth
Andrew Bartlett
2
-374
/
+0
2009-04-14
Move libcli/auth to the top level
Andrew Bartlett
1
-603
/
+0
2009-03-26
Merge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij
2
-5
/
+2
2009-03-26
s4:auth/credentials: use krb5_data_free()
Stefan Metzmacher
1
-5
/
+1
2009-03-26
s4:auth/credentials: include gssapi/gssapi_krb5.h
Stefan Metzmacher
1
-0
/
+1
2009-03-15
Strip /usr/include from include flags, so we don't end up including
Jelmer Vernooij
1
-0
/
+2
2009-03-15
Remove -L/usr/lib from a couple more make variables.
Jelmer Vernooij
1
-0
/
+1
2009-03-01
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
1
-16
/
+20
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-1
/
+1
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
1
-1
/
+1
2009-02-13
Push sam_get_server_info_principal into the auth subsystem
Andrew Bartlett
8
-63
/
+122
2009-02-13
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
10
-31
/
+136
2009-02-05
s4:auth/ntlm: fix c++ warning
Stefan Metzmacher
1
-1
/
+1
2009-02-05
s4:pyauth: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2009-02-05
s4:pycredentials: fix compiler warnings
Stefan Metzmacher
2
-26
/
+25
2009-02-02
s4:auth/credentials: the python bindings don't use swig anymore
Stefan Metzmacher
1
-4
/
+2
[next]