summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
...
* eventlog: add eventlog_Record_tdb to support the traditional s3 on-disc format.Günther Deschner2009-02-031-0/+32
| | | | Guenther
* eventlog: fill in IDL for eventlog_OpenBackupEventLogW.Günther Deschner2009-01-241-1/+7
| | | | Guenther
* eventlog: fill in IDL for eventlog_BackupEventLogW.Günther Deschner2009-01-241-2/+5
| | | | Guenther
* eventlog: fill in IDL for eventlog_DeregisterEventSource.Günther Deschner2009-01-241-1/+3
| | | | Guenther
* eventlog: fill in IDL for eventlog_RegisterEventSourceW.Günther Deschner2009-01-241-1/+8
| | | | Guenther
* eventlog: add missing IDL (opnum 24) for eventlog_ReportEventAndSourceW.Günther Deschner2009-01-241-1/+21
| | | | Guenther
* eventlog: fill in IDL for eventlog_GetLogIntormation.Günther Deschner2009-01-241-1/+12
| | | | Guenther
* eventlog: fill in IDL for eventlog_ReportEventW.Günther Deschner2009-01-241-1/+16
| | | | Guenther
* librpc: Remove usage of max and replace with improved range.Tim Prouty2009-01-171-1/+1
|
* winreg: fix winreg_EnumValue by re-adding winreg_ValNameBuf from 3.3/3.2.Günther Deschner2009-01-161-2/+11
| | | | | | | | This fixes viewing samba registry with windows tools like regedit and eventviewer. Michael, Jelmer, please check. Guenther
* librpc: Change a uint16 to use the max property instead of rangeTim Prouty2009-01-151-1/+1
| | | | | This fixes a "comparison is always false due to limited range of data type" warning
* eventlog: more eventlog record idl fixes.Günther Deschner2009-01-141-5/+5
| | | | | | | | | - treat eventlogEventTypes as an enum. - do not align the full eventlog entry. - set range on number of strings according to docs. - make a little more obvious what the reserved field stands for. Guenther
* eventlog: some fixes for eventlog_Record struct.Günther Deschner2009-01-121-4/+7
| | | | | | | | | * make reserved field always have value 0x654c664C ("eLfL"). * add missing sid entry * add padding and 2nd size counter. * use time_t in eventlog_Record. Guenther
* eventlog: make out pointer a ref pointer in eventlog_GetNumRecords.Günther Deschner2009-01-121-1/+1
| | | | Guenther
* svcctl: include hand marshalling helper in idl.Günther Deschner2009-01-091-0/+1
| | | | Guenther
* svcctl: add SERVICE_TYPE_INTERACTIVE_PROCESS define.Günther Deschner2009-01-091-0/+1
| | | | Guenther
* svcctl: use svcctl_ServiceState in some other places.Günther Deschner2009-01-081-3/+3
| | | | Guenther
* svcctl: use hex range format in IDL.Günther Deschner2009-01-081-7/+7
| | | | Guenther
* svcctl: add ENUM_SERVICE_STATUSW and ENUM_SERVICE_STATUSA.Günther Deschner2009-01-081-3/+9
| | | | Guenther
* svcctl: remove redundant SERVICE_STATE_* defines.Günther Deschner2009-01-081-7/+3
| | | | Guenther
* svcctl: add svcctl_ServiceStatus and svcctl_ControlsAccepted.Günther Deschner2009-01-081-2/+24
| | | | Guenther
* svcctl: add svcctl_ServiceState.Günther Deschner2009-01-081-1/+8
| | | | Guenther
* svcctl: add SERVICE_FAILURE_ACTIONS and SERVICE_DESCRIPTION to IDL.Günther Deschner2009-01-081-0/+24
| | | | Guenther
* svcctl: add SERVICE_STATUS_PROCESS to idl.Günther Deschner2009-01-081-0/+6
| | | | Guenther
* svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.Günther Deschner2009-01-081-10/+26
| | | | Guenther
* svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner2009-01-081-2/+8
| | | | Guenther
* svcctl: move SVC_STATUS_ to idl.Günther Deschner2009-01-081-1/+6
| | | | Guenther
* Fix syntax errors.Jelmer Vernooij2009-01-011-4/+4
|
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-017-19/+19
|
* netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString).Günther Deschner2008-12-171-7/+1
| | | | Guenther
* netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION.Günther Deschner2008-12-171-0/+3
| | | | Guenther
* netlogon: fix IDL for netr_LogonControl2Ex.Günther Deschner2008-12-171-2/+2
| | | | Guenther
* netlogon: add netr_NETLOGON_INFO_4.Günther Deschner2008-12-171-0/+6
| | | | Guenther
* netlogon: add all documented netlogon control codes.Günther Deschner2008-12-171-5/+16
| | | | Guenther
* s3/s4: Fix DCOM idl bugTim Prouty2008-12-161-1/+1
| | | | | A build warning uncovered a bug where a pointer was being passed in instead of the dereferenced value of the pointer.
* Share object files for gen_ndr.Jelmer Vernooij2008-12-162-1/+19
|
* Fix [out] pointers in DCOM-related IDL files.Jelmer Vernooij2008-12-162-9/+8
|
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-162-60/+0
| | | | the dom_sid). No longer include it from security.idl.
* Add python extensions for dom_sid.Jelmer Vernooij2008-12-161-2/+1
|
* Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-121-0/+29
|
* Remove noejs property, which is no longer used.Jelmer Vernooij2008-12-123-3/+3
|
* netlogon: fill in netr_ServerGetTrustInfo IDL.Günther Deschner2008-12-101-1/+19
| | | | Guenther
* s4:brwoser.idl: add idl for BrowserrQueryOtherDomains()Stefan Metzmacher2008-12-062-15/+43
| | | | metze
* samr: fix samr_UserInfo18, lm/nt pwd mixup.Günther Deschner2008-12-051-2/+2
| | | | Guenther
* samr: fix samr_UserInfo18. It also contains password_expired, thanks metze.Günther Deschner2008-12-051-0/+1
| | | | Guenther
* samr: make more explicit what SAMR_FIELD_PASSWORD{2} means.Günther Deschner2008-12-051-2/+2
| | | | Guenther
* samr: fill in two unknowns in samr_UserInfo21.Günther Deschner2008-12-051-2/+2
| | | | Guenther
* samr: fill in two unknowns in samr_DomInfo13.Günther Deschner2008-12-051-2/+1
| | | | Guenther
* samr: fix samr_UserInfo21 (order of lm_password_set and nt_password_set).Günther Deschner2008-12-051-1/+1
| | | | Guenther
* samr: add samr_DomainServerState.Günther Deschner2008-12-021-2/+7
| | | | Guenther