summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* r1059: add dcesrv_crypto_schannel_session_info() dummy function.Stefan Metzmacher2007-10-101-0/+11
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-101-3/+130
* r1057: added rpc packet logging for packets that generate rpc faults. ThisAndrew Tridgell2007-10-101-0/+38
* r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...Andrew Tridgell2007-10-101-3/+2
* r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell2007-10-101-4/+23
* r1046: initialise a structure element caught by valgrindAndrew Tridgell2007-10-101-0/+1
* r1030: added server side schannel supportAndrew Tridgell2007-10-107-11/+194
* 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-101-12/+12
* r1026: Spelling.Tim Potter2007-10-101-2/+2
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-104-96/+58
* r1022: add the session_info() call to the dcerpc server auth backendsStefan Metzmacher2007-10-103-1/+21
* 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
* 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-103-41/+49
* r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher2007-10-106-41/+231
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-101-5/+5
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-108-70/+173
* r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...Andrew Tridgell2007-10-101-1/+1
* r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell2007-10-101-84/+73
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-103-1/+354
* r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2007-10-102-26/+94
* r918: - dcerpc endpoint name are case insensitiveAndrew Tridgell2007-10-101-1/+1
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-106-3/+737
* r904: - fixed account expiry testing in auth_samAndrew Tridgell2007-10-101-8/+8
* r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the...Andrew Tridgell2007-10-101-16/+14
* r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,Andrew Tridgell2007-10-101-5/+4
* r897: - user/group creation needs to create unique names across both theAndrew Tridgell2007-10-102-2/+126
* r896: - use andrews samdb_result_passwords() for the remaining password chang...Andrew Tridgell2007-10-101-33/+39
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-103-4/+4
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-106-14/+14
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-1013-65/+65
* r879: fixed a typo in the password fetch wrapperAndrew Tridgell2007-10-101-1/+1
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-8/+9
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-105-55/+290
* r871: add a comment about how samdb_set_password() worksAndrew Tridgell2007-10-101-0/+6
* r870: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell2007-10-101-29/+29
* r868: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell2007-10-101-41/+39
* r846: convert DCESRV subsystem to a config.mk fileStefan Metzmacher2007-10-102-22/+128
* r839: password set/change in the samr server is complex enough that itAndrew Tridgell2007-10-105-530/+592
* r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett2007-10-101-20/+7
* r812: added a new samdb_replace() call that simplifies the code in the main s...Andrew Tridgell2007-10-102-31/+27
* r796: fixed samr_OemChangePasswordUser2() to replace attributes, not addAndrew Tridgell2007-10-101-1/+6
* r793: - don't make templates members of any class that would make them showAndrew Tridgell2007-10-102-32/+255
* r789: we return wrong number of entriesSimo Sorce2007-10-101-1/+1
* r758: just move the util file to the additional object file listStefan Metzmacher2007-10-101-1/+1
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-103-42/+205
* r745: Move netr_ServerPasswordSet up with the other secure channelAndrew Bartlett2007-10-101-12/+24