summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/samr
Commit message (Expand)AuthorAgeFilesLines
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2007-10-101-13/+13
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-3/+8
* r1270: Start to break samdb into general bits so we can share code with otherTim Potter2007-10-101-39/+13
* r1268: varient -> variantTim Potter2007-10-101-2/+2
* r1235: as the pidl code init all output data.Stefan Metzmacher2007-10-101-1/+1
* r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher2007-10-101-2/+14
* r1060: check for an invalid session key in samr_set_password()Andrew Tridgell2007-10-101-0/+5
* r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett2007-10-101-12/+12
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-103-45/+50
* r1016: - store the schannel session key after it is establishedAndrew Tridgell2007-10-101-19/+11
* r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!Stefan Metzmacher2007-10-101-0/+2
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-102-37/+48
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-4/+4
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-102-1/+28
* r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2007-10-101-0/+22
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-102-2/+78
* 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-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-102-5/+5
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-105-29/+29
* r879: fixed a typo in the password fetch wrapperAndrew Tridgell2007-10-101-1/+1
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-103-48/+285
* r871: add a comment about how samdb_set_password() worksAndrew Tridgell2007-10-101-0/+6
* r839: password set/change in the samr server is complex enough that itAndrew Tridgell2007-10-104-529/+585
* 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
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-102-39/+67
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-103-105/+308
* 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-102-11/+332
* 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-102-99/+613
* 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-101-0/+1