summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-105-106/+777
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-8/+12
* r649: return unknown interface when the client not yetStefan Metzmacher2007-10-101-0/+5
* r626: make the code a bit more readableStefan Metzmacher2007-10-101-151/+151
* r625: - handle passwords longer than length 14 (thanks to abartlet for point...Andrew Tridgell2007-10-102-44/+82
* r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell2007-10-104-13/+346
* r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo,Volker Lendecke2007-10-101-50/+238
* r608: - a couple of very minor fixes to the CreateGroup codeAndrew Tridgell2007-10-102-11/+49
* r605: Implement CreateDomainGroup, essentially cut&paste from CreateUser2.Volker Lendecke2007-10-102-12/+136
* r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell2007-10-102-17/+342
* r596: log all ldb searches at level 4 in samdbAndrew Tridgell2007-10-101-0/+2
* r595: nicer handling on max_size multiplierAndrew Tridgell2007-10-101-2/+3
* r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell2007-10-102-10/+271
* r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell2007-10-103-99/+624
* r514: added a context pointer to the samdb interface, as suggested byAndrew Tridgell2007-10-102-43/+138
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-101-0/+17
* r510: converted the samdb code to give ldb a talloc context rather than letti...Andrew Tridgell2007-10-102-37/+86
* r466: implemented samr_OpenDomain() and samr_GetDomPwInfo() server side callsAndrew Tridgell2007-10-102-10/+116
* r465: we need common.h in two more rpc server pipesAndrew Tridgell2007-10-102-0/+2
* r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2007-10-108-555/+451