summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett1-7/+14
2007-10-10r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher6-43/+31
2007-10-10r1066: fix compiler warningStefan Metzmacher1-2/+0
2007-10-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett1-50/+135
2007-10-10r1060: check for an invalid session key in samr_set_password()Andrew Tridgell1-0/+5
2007-10-10r1059: add dcesrv_crypto_schannel_session_info() dummy function.Stefan Metzmacher1-0/+11
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-3/+130
2007-10-10r1057: added rpc packet logging for packets that generate rpc faults. ThisAndrew Tridgell1-0/+38
2007-10-10r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...Andrew Tridgell1-3/+2
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-4/+23
2007-10-10r1046: initialise a structure element caught by valgrindAndrew Tridgell1-0/+1
2007-10-10r1030: added server side schannel supportAndrew Tridgell7-11/+194
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 Bartlett1-12/+12
2007-10-10r1026: Spelling.Tim Potter1-2/+2
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett4-96/+58
2007-10-10r1022: add the session_info() call to the dcerpc server auth backendsStefan Metzmacher3-1/+21
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-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 Bartlett3-41/+49
2007-10-10r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher6-41/+231
2007-10-10r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher1-5/+5
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell8-70/+173
2007-10-10r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...Andrew Tridgell1-1/+1
2007-10-10r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell1-84/+73
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell3-1/+354
2007-10-10r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2-26/+94
2007-10-10r918: - dcerpc endpoint name are case insensitiveAndrew Tridgell1-1/+1
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell6-3/+737
2007-10-10r904: - fixed account expiry testing in auth_samAndrew Tridgell1-8/+8
2007-10-10r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the...Andrew Tridgell1-16/+14
2007-10-10r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,Andrew Tridgell1-5/+4
2007-10-10r897: - user/group creation needs to create unique names across both theAndrew Tridgell2-2/+126
2007-10-10r896: - use andrews samdb_result_passwords() for the remaining password chang...Andrew Tridgell1-33/+39
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher3-4/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher6-14/+14
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher13-65/+65
2007-10-10r879: fixed a typo in the password fetch wrapperAndrew Tridgell1-1/+1
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-8/+9
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell5-55/+290
2007-10-10r871: add a comment about how samdb_set_password() worksAndrew Tridgell1-0/+6
2007-10-10r870: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell1-29/+29
2007-10-10r868: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell1-41/+39
2007-10-10r846: convert DCESRV subsystem to a config.mk fileStefan Metzmacher2-22/+128
2007-10-10r839: password set/change in the samr server is complex enough that itAndrew Tridgell5-530/+592
2007-10-10r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett1-20/+7
2007-10-10r812: added a new samdb_replace() call that simplifies the code in the main s...Andrew Tridgell2-31/+27
2007-10-10r796: fixed samr_OemChangePasswordUser2() to replace attributes, not addAndrew Tridgell1-1/+6