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
/
libcli
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1347: - remove typedef
Stefan Metzmacher
2
-6
/
+15
2007-10-10
r1346: revert my last spnego changes
Stefan Metzmacher
2
-126
/
+116
2007-10-10
r1344: add gensec_start_mech_by_name()
Stefan Metzmacher
3
-116
/
+137
2007-10-10
r1294: A nice, large, commit...
Andrew Bartlett
6
-168
/
+811
2007-10-10
r1274: revert -r 1239 as discussed with abartlet
Stefan Metzmacher
3
-145
/
+421
2007-10-10
r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...
Stefan Metzmacher
3
-421
/
+145
2007-10-10
r1229: the name of the protocol should be in first place of a function name
Stefan Metzmacher
2
-10
/
+10
2007-10-10
r1200: Add 'gensec', our generic security layer.
Andrew Bartlett
7
-275
/
+930
2007-10-10
r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.
Andrew Bartlett
6
-0
/
+1397
2007-10-10
r1187: * Remove testing hack (actually check signatures on NTLM2).
Andrew Bartlett
1
-5
/
+2
2007-10-10
r1170: Remove bogus part of previous commit - session keys, even in NTLMSSP
Andrew Bartlett
1
-2
/
+4
2007-10-10
r1169: Some more updates to the NTLMSSP NTLM2 code:
Andrew Bartlett
2
-46
/
+48
2007-10-10
r1134: added a TODO regarding schannel credentials
Andrew Tridgell
1
-1
/
+2
2007-10-10
r1080: Make sure to initialise all the returned elements in the SamLogon
Andrew Bartlett
1
-10
/
+13
2007-10-10
r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1041: - pulled the domain join code out of the netlogon test and made it a s...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1028: More consistancy fixes, which should also fix the build.
Andrew Bartlett
1
-10
/
+10
2007-10-10
r1024: Use samr_Password for the machine password here - this ensures we can
Andrew Bartlett
1
-8
/
+8
2007-10-10
r1009: Make all users of NT and LM passwords use the samr_Password structure.
Andrew Bartlett
1
-6
/
+6
2007-10-10
r1001: in samba4 we don't(shouldn't) use typedef's anymore...
Stefan Metzmacher
3
-27
/
+23
2007-10-10
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
5
-41
/
+91
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
5
-67
/
+67
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...
Andrew Tridgell
1
-0
/
+3
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
3
-19
/
+19
2007-10-10
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
9
-26
/
+26
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
7
-19
/
+19
2007-10-10
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
5
-192
/
+280
2007-10-10
r754: Implement the SetPassword operation on the netlogon pipe.
Andrew Bartlett
1
-16
/
+45
2007-10-10
r743: Start on a NETLOGON server in Samba4.
Andrew Bartlett
2
-3
/
+52
2007-10-10
r708: Clean up copyright headers, to reflect code that has come and gone
Andrew Bartlett
1
-4
/
+3
2007-10-10
r611: Fix breakage from my last commit:
Andrew Bartlett
1
-6
/
+6
2007-10-10
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
Andrew Bartlett
4
-22
/
+65
2007-10-10
r451: More NTLMSSP work.
Andrew Bartlett
2
-38
/
+157
2007-10-10
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
Andrew Bartlett
5
-96
/
+689
2007-10-10
r101: added lsa_SetSecret() and lsa_QuerySecret()
Andrew Tridgell
1
-0
/
+133
2004-02-10
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
2
-0
/
+344
2003-12-15
make sure we allow clients to negotiate ntlmssp seal if they want it
Andrew Tridgell
1
-1
/
+2
2003-12-02
added netr_DatabaseSync(). It doesn't work as I haven't done schannel
Andrew Tridgell
1
-3
/
+9
2003-12-02
another big improvement in the credentials API. I think it now
Andrew Tridgell
1
-42
/
+69
2003-12-02
* netr_ServerPasswordSet() now works - the test suite changes the
Andrew Tridgell
1
-0
/
+11
2003-12-01
* another small API change in the credentials code
Andrew Tridgell
1
-20
/
+48
2003-12-01
neater credentials handling in netlogon client code
Andrew Tridgell
1
-159
/
+32
2003-12-01
fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)
Andrew Tridgell
1
-2
/
+1
2003-12-01
added netr_LogonSamLogon() and test code
Andrew Tridgell
1
-3
/
+0
2003-12-01
added netr_ServerAuthenticate() and test code
Andrew Tridgell
1
-0
/
+213
2003-12-01
* got rid of UNISTR2 and everything that depends on it
Andrew Tridgell
1
-0
/
+3
[prev]
[next]