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