summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-samr: merge samr_RidToSid from s3 idl. (fixme: python)Günther Deschner2008-11-101-2/+1
| | | | Guenther
* s4-samr: merge samr_QuerySecurity from s3 idl. (fixme: python)Günther Deschner2008-11-101-1/+1
| | | | Guenther
* s4-samr: merge samr_LookupRids from s3 idl.Günther Deschner2008-11-101-2/+2
| | | | Guenther
* s4-samr: merge samr_ValidatePassword from s3 idl.Günther Deschner2008-11-101-2/+2
| | | | Guenther
* s4-samr: merge samr_GetDisplayEnumerationIndex2 from s3 idl.Günther Deschner2008-11-101-2/+2
| | | | Guenther
* s4-samr: merge samr_GetDisplayEnumerationIndex from s3 idl.Günther Deschner2008-11-101-2/+2
| | | | Guenther
* s4-samr: merge samr_ChangePasswordUser3 from s3 idl.Günther Deschner2008-11-101-2/+2
| | | | Guenther
* s4-samr: merge Alias Object specific access rights from s3 idl.Günther Deschner2008-11-101-0/+22
| | | | Guenther
* s4-samr: merge Group Object specific access rights from s3 idl.Günther Deschner2008-11-101-0/+22
| | | | Guenther
* s4-samr: merge Domain Object specific access rights from s3 idl.Günther Deschner2008-11-101-0/+28
| | | | Guenther
* s4-samr: merge User Object specific access rights from s3 idl.Günther Deschner2008-11-101-0/+29
| | | | Guenther
* s4-samr: merge SAM server specific access rights from s3 idl.Günther Deschner2008-11-101-0/+23
| | | | Guenther
* s4-samr: merge samr_UserInfo20 from s3 idl.Günther Deschner2008-11-101-2/+2
| | | | | | This must not be treated as a normal string (strlen truncates it). Guenther
* s4-samr: move samr.idl to toplevel idl directory.Günther Deschner2008-11-101-0/+1424
| | | | Guenther
* s4-netlogon: change parameters string to lsa_BinaryString.Günther Deschner2008-11-101-1/+1
| | | | Guenther
* s3: make idlStefan Metzmacher2008-11-081-3/+3
| | | | metze
* security.idl: sometimes ACEs have some padding at the endStefan Metzmacher2008-11-082-1/+31
| | | | metze
* s3: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2008-11-081-19/+2
| | | | | | And use the toplevel ndr_sec_helper.c metze
* librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher2008-11-071-0/+88
| | | | metze
* librpc/idl: Add named_pipe_auth.idl to Samba4Stefan Metzmacher2008-11-061-0/+44
| | | | metze
* netlogon: use 8bit SamDatabaseID and DeltaEnum in netr_ChangeLogEntry.Günther Deschner2008-11-061-2/+2
| | | | Guenther
* netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner2008-11-064-0/+99
| | | | Guenther
* netlogon-idl: use netr_ChangeLogEntry subcontext in netr_DatabaseRedo.Günther Deschner2008-11-061-3/+3
| | | | Guenther
* netlogon-idl: add netr_ChangeLogObject union.Günther Deschner2008-11-061-3/+7
| | | | Guenther
* netlogon-idl: add netr_ChangeLogFlags.Günther Deschner2008-11-061-1/+9
| | | | Guenther
* netlogon-idl: add netr_ChangeLogEntry.Günther Deschner2008-11-061-0/+12
| | | | Guenther
* netlogon: fix IDL for netr_DatabaseRedo.Günther Deschner2008-11-041-3/+3
| | | | Guenther
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-2/+2
| | | | | | Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters.
* security-idl: fix typo.Günther Deschner2008-11-011-3/+3
| | | | Guenther
* security-idl: add STANDARD_RIGHTS_X bits.Günther Deschner2008-10-311-0/+14
| | | | Guenther
* srvsvc: fix typo in srvsvc_NetSrvInfo403.Günther Deschner2008-10-311-1/+1
| | | | Guenther
* errors: share dcerpc error function.Günther Deschner2008-10-311-0/+55
| | | | Guenther
* srvsvc: share srvsvc idl between s3 and s4.Günther Deschner2008-10-311-0/+1547
| | | | Guenther
* netlogon: merge netlogon.idl between s3 and s4.Günther Deschner2008-10-291-0/+1474
| | | | Guenther
* idl: share lsa.idl between s3 and s4.Günther Deschner2008-10-271-0/+1216
| | | | Guenther
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-241-1/+1
|\
| * Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warningTim Prouty2008-10-231-1/+1
| | | | | | | | | | | | | | This patch removes the gensize option from krb5pac.idl because it generates an unused function that has been causing warnings during the s3 build. I re-ran 'make samba3-idl' to update the generated files for s3. For s4 I ran a full build with no problems.
* | Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
|/
* Fix "parameter has incomplete type" build warning.Tim Prouty2008-10-231-0/+5
| | | | | | | | | | When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h
* idl: add svcctl specific access bits.Günther Deschner2008-10-231-1/+46
| | | | Guenther
* Use common error definitions.Jelmer Vernooij2008-10-231-3/+1
|
* Move orpc to top-level directory.Jelmer Vernooij2008-10-201-0/+173
|
* Move WMI support code to top-level.Jelmer Vernooij2008-10-202-0/+63
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-204-14/+3
| | | | remove some unused functions.
* Use tables in Samba 3 ndrdump.Jelmer Vernooij2008-10-204-17/+240
|
* Also move wireshark conformance file.Jelmer Vernooij2008-10-201-0/+52
|
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij2008-10-201-0/+134
|\
| * idl: finally share krb5_pac.idl.Günther Deschner2008-10-201-0/+134
| | | | | | | | Guenther
* | Share winreg.idl.Jelmer Vernooij2008-10-201-0/+401
|/
* Fix 64-bit printf warningsVolker Lendecke2008-10-191-3/+5
|