summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* rpc_server: don't send auth trailers in level connectStefan Metzmacher2008-09-132-89/+80
* rpc_server: correctly calculate the auth paddingStefan Metzmacher2008-09-131-3/+8
* Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008.Andrew Bartlett2008-09-081-51/+64
* More work towards trusted domains support in Samba4's LSAAndrew Bartlett2008-09-081-50/+323
* Update copyright, I've been working here many long years...Andrew Bartlett2008-09-051-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-031-1/+44
|\
| * Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-031-31/+29
| * Start implementing the server-sde NETLOGON PAC verification.Andrew Bartlett2008-08-291-1/+46
* | Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett2008-09-011-0/+6
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett2008-08-263-40/+92
|\
| * More LSA server and testuite work.Andrew Bartlett2008-08-261-1/+38
| * Implement matching logic to Windows 2008 on handling of secrets.Andrew Bartlett2008-08-261-16/+8
| * Fix LSA server to pass more of RPC-LSA and match Windows 2008Andrew Bartlett2008-08-261-17/+32
| * rpc_server: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-112-6/+14
* | Add GenericInfo level for SamLogon calls from the WSPP IDL.Andrew Bartlett2008-08-121-5/+13
|/
* rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-073-1/+14
* rpc_server: remove unused variableStefan Metzmacher2008-07-281-1/+0
* Make a new define to ensure the accoc_group_id we use is always in common.Andrew Bartlett2008-07-251-2/+4
* rpc_server: be more strict with the incoming assoc_group_idStefan Metzmacher2008-07-231-12/+12
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-231-0/+11
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-231-6/+9
| |\
| * | Remove the 'accoc_group_id' check in the RPC server.Andrew Bartlett2008-07-231-0/+11
* | | The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett2008-07-231-1/+10
| |/ |/|