summaryrefslogtreecommitdiff
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-6/+9
|/
* Rename structures to better match the names in the WSPP IDL.Andrew Bartlett2008-07-211-33/+33
* Remove bogus test in 'enum trusted domains' LSA server.Andrew Bartlett2008-07-211-6/+0
* rpc_server: use the transport session_info if availableStefan Metzmacher2008-07-071-8/+12
* rpc_server: use the same chunk_size logic as we we use in the clientStefan Metzmacher2008-07-031-7/+7
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-2/+2
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-5/+5
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-5/+11
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-17/+17
* The following patch calls the op_bind operation for an interface which contex...Julien Kerihuel2008-05-161-0/+8
* This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...Julien Kerihuel2008-05-161-0/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2512-45/+48
|\
| * Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-1/+2
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-1712-44/+46
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-38/+38
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-0/+12
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-0811-107/+242
|\ \ | |/
| * rpc_server: Remove references to sidmap from the lsa pipe code.Kai Blin2008-04-023-9/+2
| * rpc_server: Use wbclient instead of sidmap in unixinfo pipeKai Blin2008-04-021-41/+119
| * wbclient: Add an async winbind client library.Kai Blin2008-04-021-1/+2
| * Move handle utility functions to public header, remove more public headers.Jelmer Vernooij2008-04-022-37/+38
| * Trim down installed headers some more.Jelmer Vernooij2008-04-021-2/+0
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-026-19/+81
* | Merge v4.0-testJelmer Vernooij2008-03-285-143/+302
|\ \ | |/
| * More kludge ACLs!Andrew Bartlett2008-03-202-88/+193
| * Rework our SAMR test and SAMR server.Andrew Bartlett2008-03-142-25/+49
| * Rework SAMR functions to avoid gendb_search()Andrew Bartlett2008-03-131-26/+38
| * Show why a LookupName fails (help debugging)Andrew Bartlett2008-03-132-3/+21
| * Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett2008-03-131-1/+1