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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1057: added rpc packet logging for packets that generate rpc faults. This
Andrew Tridgell
1
-0
/
+38
2007-10-10
r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...
Andrew Tridgell
1
-3
/
+2
2007-10-10
r1055: Standalone build fixes for ldb:
Tim Potter
2
-4
/
+5
2007-10-10
r1054: Build extra binaries in bin directory like ldb does.
Tim Potter
1
-5
/
+5
2007-10-10
r1053: Make tdb build standalone:
Tim Potter
4
-17
/
+18
2007-10-10
r1052: Remove autogenerated file.
Tim Potter
1
-165
/
+0
2007-10-10
r1048: - moved the schannel definitions into a separate schannel.idl
Andrew Tridgell
8
-22
/
+121
2007-10-10
r1047: Now samr eparser compiles, links and doesn't crash ethereal.
Tim Potter
3
-11
/
+97
2007-10-10
r1046: initialise a structure element caught by valgrind
Andrew Tridgell
1
-0
/
+1
2007-10-10
r1045: Wow - we actually compile (but not link) the autogenerated parser from
Tim Potter
3
-38
/
+170
2007-10-10
r1044: don't use sub_get_remote_machine()
Andrew Tridgell
1
-3
/
+2
2007-10-10
r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1042: added testing of 128 bit schannel session keys
Andrew Tridgell
3
-7
/
+26
2007-10-10
r1041: - pulled the domain join code out of the netlogon test and made it a s...
Andrew Tridgell
10
-237
/
+515
2007-10-10
r1040: make sure main() doesn't get auto-prototyped
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1039: Remove description of unexisting option.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r1038: Check whether a module actually exists before attempting to load it...
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r1037: Always export all symbols
Jelmer Vernooij
2
-152
/
+149
2007-10-10
r1036: Get module initialisation function correct when building shared
Jelmer Vernooij
1
-0
/
+20
2007-10-10
r1035: Support shared modules again
Jelmer Vernooij
2
-13
/
+13
2007-10-10
r1034: Couple of small (popt) fixes
Jelmer Vernooij
1
-6
/
+3
2007-10-10
r1033: Include new manpages
Jelmer Vernooij
2
-0
/
+3
2007-10-10
r1032: Fix RPC backend segfault
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r1031: Move more code dealing with passwords to struct samr_Password.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r1030: added server side schannel support
Andrew Tridgell
12
-29
/
+248
2007-10-10
r1029: cope wiith samdb_result_passwords() returning a null machine password
Andrew Tridgell
1
-1
/
+2
2007-10-10
r1028: More consistancy fixes, which should also fix the build.
Andrew Bartlett
3
-24
/
+24
2007-10-10
r1027: More rename:
Andrew Bartlett
1
-48
/
+48
2007-10-10
r1026: Spelling.
Tim Potter
4
-5
/
+5
2007-10-10
r1025: Rename (across the samr and netlogon pipes, so far)
Andrew Bartlett
10
-200
/
+163
2007-10-10
r1024: Use samr_Password for the machine password here - this ensures we can
Andrew Bartlett
1
-8
/
+8
2007-10-10
r1023: Prepare the auth subsystem interfaces for netlogon SamLogon to use.
Andrew Bartlett
1
-8
/
+20
2007-10-10
r1022: add the session_info() call to the dcerpc server auth backends
Stefan Metzmacher
3
-1
/
+21
2007-10-10
r1021: Because auth_serversupplied_info is not reference counted, this may
Andrew Bartlett
1
-0
/
+2
2007-10-10
r1020: Add an (untested, until the other end is hooked in) method for
Andrew Bartlett
1
-0
/
+28
2007-10-10
r1019: Push the auth subsystem away from using typedef, and over to the 'all
Andrew Bartlett
10
-126
/
+144
2007-10-10
r1018: fix a const and unsigned int problem in ldb
Andrew Tridgell
2
-3
/
+3
2007-10-10
r1017: - move to a centralised way of handling talloc/ldb interaction
Andrew Tridgell
1
-0
/
+9
2007-10-10
r1016: - store the schannel session key after it is established
Andrew Tridgell
3
-20
/
+17
2007-10-10
r1015: commit the schannel session key handling code now, so abartlet and
Andrew Tridgell
1
-0
/
+143
2007-10-10
r1014: change the handling of r->out to auto-zero the structure, and auto-copy
Andrew Tridgell
1
-7
/
+47
2007-10-10
r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r1010: make the dcesrv_crypto code a bit more generic...
Stefan Metzmacher
3
-26
/
+22
2007-10-10
r1009: Make all users of NT and LM passwords use the samr_Password structure.
Andrew Bartlett
9
-78
/
+82
2007-10-10
r1006: print out the SVN revision by configure,
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r1005: there was one NTLMSSP_STATE left in:-(
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1004: continue tridge's work on dcerpc server auth/crypto code
Stefan Metzmacher
6
-41
/
+231
2007-10-10
r1003: Removed e_ndr stuff - too verbose.
Tim Potter
1
-41
/
+67
2007-10-10
r1002: Add helper files for eparser output.
Tim Potter
2
-0
/
+90
2007-10-10
r1001: in samba4 we don't(shouldn't) use typedef's anymore...
Stefan Metzmacher
6
-43
/
+39
[next]