summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r1047: Now samr eparser compiles, links and doesn't crash ethereal.Tim Potter2007-10-103-11/+97
* r1046: initialise a structure element caught by valgrindAndrew Tridgell2007-10-101-0/+1
* r1045: Wow - we actually compile (but not link) the autogenerated parser fromTim Potter2007-10-103-38/+170
* r1044: don't use sub_get_remote_machine()Andrew Tridgell2007-10-101-3/+2
* r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan...Andrew Tridgell2007-10-101-2/+2
* r1042: added testing of 128 bit schannel session keysAndrew Tridgell2007-10-103-7/+26
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-1010-237/+515
* r1040: make sure main() doesn't get auto-prototypedAndrew Tridgell2007-10-101-1/+1
* r1039: Remove description of unexisting option.Jelmer Vernooij2007-10-101-1/+0
* r1038: Check whether a module actually exists before attempting to load it...Jelmer Vernooij2007-10-101-1/+4
* r1037: Always export all symbolsJelmer Vernooij2007-10-102-152/+149
* r1036: Get module initialisation function correct when building sharedJelmer Vernooij2007-10-101-0/+20
* r1035: Support shared modules againJelmer Vernooij2007-10-102-13/+13
* r1034: Couple of small (popt) fixesJelmer Vernooij2007-10-101-6/+3
* r1032: Fix RPC backend segfaultJelmer Vernooij2007-10-101-2/+1
* r1031: Move more code dealing with passwords to struct samr_Password.Andrew Bartlett2007-10-101-3/+3
* r1030: added server side schannel supportAndrew Tridgell2007-10-1012-29/+248
* r1029: cope wiith samdb_result_passwords() returning a null machine passwordAndrew Tridgell2007-10-101-1/+2
* r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett2007-10-103-24/+24
* r1027: More rename:Andrew Bartlett2007-10-101-48/+48
* r1026: Spelling.Tim Potter2007-10-104-5/+5
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-1010-200/+163
* r1024: Use samr_Password for the machine password here - this ensures we canAndrew Bartlett2007-10-101-8/+8
* r1023: Prepare the auth subsystem interfaces for netlogon SamLogon to use.Andrew Bartlett2007-10-101-8/+20
* r1022: add the session_info() call to the dcerpc server auth backendsStefan Metzmacher2007-10-103-1/+21
* r1021: Because auth_serversupplied_info is not reference counted, this mayAndrew Bartlett2007-10-101-0/+2
* r1020: Add an (untested, until the other end is hooked in) method forAndrew Bartlett2007-10-101-0/+28
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-1010-126/+144
* r1018: fix a const and unsigned int problem in ldbAndrew Tridgell2007-10-102-3/+3
* r1017: - move to a centralised way of handling talloc/ldb interactionAndrew Tridgell2007-10-101-0/+9
* r1016: - store the schannel session key after it is establishedAndrew Tridgell2007-10-103-20/+17
* r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell2007-10-101-0/+143
* r1014: change the handling of r->out to auto-zero the structure, and auto-copyAndrew Tridgell2007-10-101-7/+47
* r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!Stefan Metzmacher2007-10-101-0/+2
* r1010: make the dcesrv_crypto code a bit more generic...Stefan Metzmacher2007-10-103-26/+22
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-109-78/+82
* r1006: print out the SVN revision by configure,Stefan Metzmacher2007-10-101-0/+5
* r1005: there was one NTLMSSP_STATE left in:-(Stefan Metzmacher2007-10-101-1/+1
* r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher2007-10-106-41/+231
* r1003: Removed e_ndr stuff - too verbose.Tim Potter2007-10-101-41/+67
* r1002: Add helper files for eparser output.Tim Potter2007-10-102-0/+90
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-106-43/+39
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-1019-157/+326
* r990: fix tdb standalone buildStefan Metzmacher2007-10-101-2/+2
* r987: Start replacing ndr_* functions with e_ndr_* and removing stuff relatedTim Potter2007-10-101-39/+43
* r986: Attempt #3 at eparser. This time use the 'pull' code as a base as it'sTim Potter2007-10-101-250/+250
* r985: Add stub function for dumping enums to prevent perl warnings in eparser.Tim Potter2007-10-101-0/+15
* r976: - added -W for workgroup to locktestAndrew Tridgell2007-10-101-7/+16
* r975: slight improvemet to nt_errstr(), still needs to be fixed properlyAndrew Tridgell2007-10-101-2/+2
* r970: - remove unused wchar_t checkStefan Metzmacher2007-10-102-22/+21