summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Expand)AuthorFilesLines
2013-02-22ndr: Comparing an array to null is always true.Andreas Schneider1-1/+1
2013-02-19librpc/rpc: make use of samba_tevent_context_init()Stefan Metzmacher1-2/+2
2013-02-04idl: Provide a common wrapper for the data to hash for a non-POSIX ACLAndrew Bartlett1-0/+12
2013-02-01krb5pac: make sure to correctly store the highest relative pointer offset.Günther Deschner1-0/+3
2013-02-01ndrdump: make sure to deal with the highest relative pointer offset correctly.Günther Deschner1-6/+19
2013-01-24spoolss: add UNIVERSAL_FONT_ID_ctr for debugging.Günther Deschner1-0/+5
2013-01-24spoolss: Add UNIVERSAL_FONT_ID.Günther Deschner1-0/+6
2013-01-24spoolss: fill in spoolss_PlayGDIScriptOnPrinterIC IDL.Günther Deschner1-1/+7
2013-01-24spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner1-2/+6
2013-01-24spoolss: add more spoolss_DriverAttributes values.Günther Deschner1-3/+13
2013-01-17spoolss: make spoolss deal with ndr64 SetForm by using proper container object.Günther Deschner1-2/+1
2013-01-17spoolss: make spoolss deal with ndr64 AddForm by using proper container object.Günther Deschner1-2/+6
2013-01-17s4-torture: add ndr64 spoolss_SetPrinter ndr test.Günther Deschner1-1/+1
2013-01-17spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner1-9/+9
2013-01-16spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner1-2/+1
2013-01-07spoolss: add stubs for new JobNamedProperty dcerpc calls.Günther Deschner1-0/+20
2013-01-07spoolss: add SPOOLSS_DRIVER_VERSION_2012 (4) define to IDL.Günther Deschner1-1/+2
2013-01-07spoolss: add Windows ARM architecture defines to IDL.Günther Deschner1-0/+4
2012-12-21librpc: Check return codes of ndr functions.Andreas Schneider1-2/+9
2012-12-21ndr: Check return code of ndr_pull_advance().Andreas Schneider1-1/+1
2012-12-12idl: Fix spoolss check for the size of the struct.Andreas Schneider1-4/+4
2012-11-29docs: man ndrdump: Add missing meta data.Karolin Seeger1-0/+3
2012-11-20librpc/idl: teach ndrdump about dumping security.idl structuresStefan Metzmacher1-0/+21
2012-10-31pymessaging: Use the server_id IDL structure rather than a tupleAndrew Bartlett1-0/+5
2012-10-29pidl: Remove depends_on=PIDL_MISC as it sets -I/ into CFLAGSAndrew Bartlett1-1/+0
2012-10-11posixacls: Add IDL changes for vfs_acl_xattr using hash of the sys aclAndrew Bartlett2-1/+32
2012-10-07drsuapi-idl: Fix the encoding of the source_dsa_dnsMatthieu Patou1-1/+1
2012-09-28Support UPN_DNS_INFO in the PACSimo Sorce1-7/+9
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett1-1/+0
2012-09-12smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett1-5/+21
2012-09-05s4 dns: Create IDL entry for TSIG-like record needed for signature checkKai Blin1-0/+14
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin1-14/+0
2012-09-05s4 dns: Handle GSS-TSIG signaturesKai Blin1-0/+14
2012-08-31SEC_RIGHTS_DIR_PRIV_BACKUP and SEC_RIGHTS_DIR_PRIV_RESTORE aren't used anywhe...Jeremy Allison1-8/+7
2012-08-22s4-python: Complete python bindings for idmap.idlAndrew Bartlett1-0/+5
2012-08-22s4-python: complete python bindigns for smb_acls.idlAndrew Bartlett1-0/+5
2012-08-16librpc/idl: Fix acl array definition in smb_acl_tAndrew Bartlett1-1/+1
2012-08-15librpc/idl: Make smb_acl_t public so we can pull/push it as a blobAndrew Bartlett1-1/+1
2012-08-15s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett3-1/+69
2012-08-10build: rename security → samba-securityBjörn Jacke1-1/+1
2012-07-17s4:librpc/rpc: add DCERPC_SCHANNEL_AES supportStefan Metzmacher1-0/+3
2012-07-06ntprinting: mark the final 4 byte null pointer for printer data in ndr_pull_n...Günther Deschner1-0/+1
2012-07-06ndr: fix push/pull DATA_BLOB with NDR_NOALIGNDavid Disseldorp1-12/+22
2012-07-06ntprinting: make decode_ntprinting helpers public in idl.Günther Deschner1-3/+3
2012-06-28librpc/ndr: Initilaise the remainder of struct dom_sid after a pullAndrew Bartlett1-0/+1
2012-06-25s3:librpc: add smbXsrv.idlStefan Metzmacher1-1/+1
2012-06-19auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett1-5/+0
2012-06-15auth.idl: mark confidential attributes as [noprint]Stefan Metzmacher1-4/+4
2012-06-14make librpc/build_idl.sh more portableBjörn Jacke1-1/+2
2012-06-08idl: add File Server Remote VSS Protocol idlDavid Disseldorp3-3/+126