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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1352: Add a 'peek' function to our ASN1 code, so we can safely perform the
Andrew Bartlett
2
-18
/
+63
2007-10-10
r1350: - init nt_status- found by valgrind
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r1349: don't segfault with empty data_blob
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r1348: get gensec backend by OID instead of name
Stefan Metzmacher
2
-12
/
+1
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
r1345: add extended security spnego support to the smb client
Stefan Metzmacher
5
-19
/
+194
2007-10-10
r1344: add gensec_start_mech_by_name()
Stefan Metzmacher
3
-116
/
+137
2007-10-10
r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1294: A nice, large, commit...
Andrew Bartlett
7
-169
/
+813
2007-10-10
r1274: revert -r 1239 as discussed with abartlet
Stefan Metzmacher
5
-159
/
+433
2007-10-10
r1268: varient -> variant
Tim Potter
2
-2
/
+2
2007-10-10
r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...
Stefan Metzmacher
5
-433
/
+159
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
9
-277
/
+935
2007-10-10
r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.
Andrew Bartlett
9
-569
/
+1021
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
r1131: remove an error msg for failing to open unexpected.tdb
Andrew Tridgell
1
-1
/
+0
2007-10-10
r1129: Remove unused function.
Andrew Bartlett
1
-30
/
+0
2007-10-10
r1091: Added in timing tests for deferred opens. Added extra debug info to si...
Jeremy Allison
1
-1
/
+1
2007-10-10
r1080: Make sure to initialise all the returned elements in the SamLogon
Andrew Bartlett
1
-10
/
+13
2007-10-10
r1061: The start of the SamLogon call for the NETLOGON pipe.
Andrew Bartlett
1
-0
/
+33
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
6
-70
/
+131
2007-10-10
r975: slight improvemet to nt_errstr(), still needs to be fixed properly
Andrew Tridgell
1
-2
/
+2
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
7
-27
/
+25
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
10
-130
/
+130
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
6
-8
/
+8
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
7
-55
/
+55
2007-10-10
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r898: - remove some unused macros
Andrew Tridgell
1
-0
/
+7
2007-10-10
r893: a few more _t conversions
Andrew Tridgell
1
-1
/
+1
2007-10-10
r891: fix compile
Gerald Carter
1
-2
/
+2
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
21
-70
/
+70
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
23
-66
/
+66
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
18
-50
/
+50
2007-10-10
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
6
-199
/
+294
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
8
-39
/
+35
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
r719: Follow the trend - remove more unused functions.
Andrew Bartlett
1
-22
/
+0
[prev]
[next]