summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Expand)AuthorFilesLines
2013-03-15ndr: Pass down string_flags in ndr_pull_ntprinting_printer().Andreas Schneider1-0/+2
2013-03-15idl: Add flags for strings in ntprinting idl.Andreas Schneider1-27/+42
2013-03-15ndr: Add ndr_ntprinting_string_flags() function.Andreas Schneider2-0/+17
2013-02-22ndrdump: Don't leak plugin handle on error.Andreas Schneider1-0/+1
2013-02-22ndrdump: Check return value of ndr_pull_init_blob().Andreas Schneider1-0/+12
2013-02-22librpc: Add NULL check for ndr functions for epm bindings.Andreas Schneider1-1/+6
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