summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* s4-lsa: merge lsa_LookupPrivDisplayName from s3 lsa idl.Günther Deschner2008-10-271-5/+9
* s4-lsa: merge lsa_GetUserName from s3 lsa idl.Günther Deschner2008-10-271-11/+15
* Remove another use of global_loadparm.Jelmer Vernooij2008-10-241-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-3/+3
* Fix the build.Jelmer Vernooij2008-10-211-2/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrvJelmer Vernooij2008-10-2118-199/+522
|\
| * Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-203-2/+6
| * Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett2008-10-201-0/+1
| * LSA Patch for User ManagerMatthias Dieter Wallnöfer2008-10-201-4/+37
| * s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2008-10-181-8/+10
| * s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.Günther Deschner2008-10-181-5/+7
| * s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.Günther Deschner2008-10-181-5/+8
| * Fix errrors in new password handling code found by RPC-SAMR.Andrew Bartlett2008-10-171-2/+15
| * Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-163-66/+70
| * Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-151-1/+1
| |\
| | * s4: merge from s3 samr.idl.Günther Deschner2008-10-151-1/+1
| * | Sync parameter names with samba 3.Jelmer Vernooij2008-10-151-6/+6
| * | winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-151-1/+1
| |/
| * Fix includes.Jelmer Vernooij2008-10-151-1/+1
| * Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
| * Fix include paths to new location of libutil.Jelmer Vernooij2008-10-118-8/+8
| * Start implementing AD-style trusted domains in Samba4's NETLOGON serverAndrew Bartlett2008-10-061-2/+50
| * Store trusted domain passwords in the LSA serverAndrew Bartlett2008-10-061-4/+64
| * s4:rpc_server: tell the gensec layer that we want to do header signingStefan Metzmacher2008-10-061-0/+4
| * remove dependencies on my home domainAndrew Tridgell2008-10-051-2/+3
| * removed some debug lines I left in the last commitAndrew Tridgell2008-10-051-4/+0
| * updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-033-20/+113
| * fixed a talloc error in the rpc handle desctructor - destructorsAndrew Tridgell2008-10-021-1/+0
| * fixed a number of places in our LSA server where we should return theAndrew Tridgell2008-09-301-11/+13
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-304-34/+40
| |\
| | * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-303-15/+21
| | |\
| | | * Rework to match new trustDomainPasswords IDLAndrew Bartlett2008-09-291-5/+5
| | | * Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-291-4/+4
| | | * s4:rpc_server: correctly handle dcerpc requests with object uuidsStefan Metzmacher2008-09-302-6/+12
| | * | dcesrv: Remove use of global_loadparm.Jelmer Vernooij2008-09-301-19/+19
| | |/
| * | check call status not rpc fault code when calling to different levelsAndrew Tridgell2008-09-301-4/+4
| * | cope with NULL attrAndrew Tridgell2008-09-301-1/+3
| * | WSPP docs say we need to check that root_dir is NULLAndrew Tridgell2008-09-291-0/+6
| * | we need to return NT_STATUS_INVALID_PARAMETER for bad levels inAndrew Tridgell2008-09-291-0/+5
| * | unmapped SIDs should be rid 0 not rid -1Andrew Tridgell2008-09-291-1/+4
| * | added some more well known SIDs - thanks to the WSPP LSAT test suiteAndrew Tridgell2008-09-291-1/+42
| |/
| * Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-242-2/+2
| * Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
| * Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-233-20/+19
| * Remove unused parameter from decode_pw_buffer and fail on invalidAndrew Bartlett2008-09-222-8/+5
| * Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
| * Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* | Registry RPC server: Reintroduce the "key" variable for better readabilityMatthias Dieter Wallnöfer2008-10-211-22/+34
* | Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ...Matthias Dieter Wallnöfer2008-10-211-3/+6