summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
* dcerpc: add ncacn_packet_header to IDL.Günther Deschner2010-07-081-0/+12
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* samr.idl:UserInfo structures - fix some names according to MS-SAMR documentationMatthias Dieter Wallnöfer2010-07-051-3/+3
| | | | See MS-SAMR section "FULL IDL"
* s4-dsdb: Implementation of User-Change-Password and User-Force-Password-ChangeNadezhda Ivanova2010-07-051-0/+2
| | | | | | | These CARs need to be checked on password change and password reset operations. Apparently the password attributes are not influenced by Write Property. Single detele operations and modifications of dBCSPwd are let through to the password_hash module. This is determined experimentally.
* s4-smbtorture: fix incorrect IDL for QueryMultipleValue (aka RVALENT).Günther Deschner2010-06-291-1/+1
| | | | | | Found by torture test. Guenther
* winreg: fix winreg_QueryMultipleValues2 IDL.Günther Deschner2010-06-291-4/+5
| | | | Guenther
* winreg: fix winreg_QueryMultipleValues() IDL and torture tests.Günther Deschner2010-06-291-6/+7
| | | | Guenther
* s3-librpc: Fixed GUID_from_data_blob() with length of 32.Andreas Schneider2010-06-291-5/+5
| | | | | | If we hit the case that the blob length is 32. The code goes to the end of the function and generates a GUID with garbage. So try to convert the blob to the GUID and return.
* librpc: Use switch in GUID_from_data_blob().Andreas Schneider2010-06-281-7/+16
|
* ntlmssp: add decode_NTLMv2_RESPONSE to IDL.Günther Deschner2010-06-161-0/+4
| | | | Guenther
* Added guids for the validated writes.Nadezhda Ivanova2010-06-091-0/+7
|
* security: move generic_mapping and standard_mapping to security.idl.Günther Deschner2010-06-031-0/+18
| | | | Guenther
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
| | | | Guenther
* s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" resultMatthias Dieter Wallnöfer2010-05-311-1/+1
| | | | See MS-NRPC 3.5.5.6.3.
* libndr: add support for relative_rap_convert.Günther Deschner2010-05-272-0/+2
| | | | | | | | Will not harm anyone, is only used for rare short (2byte) relative pointers, and relative_rap_convert is always 0 so far (as all init functions using struct ndr_pull will zero the struct). Guenther
* rap: use rap_LogonHours in rap_NetUserInfo11 as well.Günther Deschner2010-05-261-1/+1
| | | | Guenther
* rap: fix typo in IDL.Günther Deschner2010-05-261-1/+1
| | | | Guenther
* rap: add rap_NetUserGetInfo IDL.Günther Deschner2010-05-261-0/+134
| | | | Guenther
* s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmapAndrew Bartlett2010-05-242-1/+35
| | | | | | | | These structures now match those in use in the source3 code. I'm not sure if this is the better API or not, but it is far, far safer to remove a pointer than to add one. Andrew Bartlett
* rap: fix rap_NetUserPasswordSet2 IDL.Günther Deschner2010-05-211-2/+2
| | | | Guenther
* s4-drsuapi: Sort ATTID definitions by ATTID valueKamen Mazdrashki2010-05-211-8/+8
|
* s4/drsuapi: Yet another set of predefined ATTIDsKamen Mazdrashki2010-05-211-0/+7
|
* librpc: finally merge ndr_string.c.Günther Deschner2010-05-201-0/+720
| | | | Guenther
* Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the ↵Jeremy Allison2010-05-191-1/+1
| | | | | | | | | correct way. No more magic blobs :-). Use ndr_push_struct_blob() to push a properly formatted VERSION struct. Jeremy.
* s4/drsuapi: Add another set of predefined ATTIDsKamen Mazdrashki2010-05-191-1/+5
| | | | Very useful for debugging/dumping purposes
* librpc/idl: fix errors and improve idl in dfsblobsMatthieu Patou2010-05-181-13/+25
| | | | | | | | Fix problems between strings and nstring Allow get_deferral parameters to be used by ndr_push/pull_blobs Handle correctly the 16 bytes padding Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-1827-179/+143
|
* security: merge builtin rid tables.Günther Deschner2010-05-181-0/+19
| | | | Guenther
* ntprinting: add ntprinting.idl.Günther Deschner2010-05-143-0/+246
| | | | | | | This generates convenient unmarshalling routines for pulling out spoolss related information out of ntprinters.tdb, ntforms.tdb and ntdrivers.tdb. Guenther
* rap: add rap_NetOEMChangePassword() to IDL.Günther Deschner2010-05-101-0/+8
| | | | Guenther
* librpc:dcerpc_error.c - fix a warningMatthias Dieter Wallnöfer2010-05-091-2/+2
|
* rap: add rap_NetUserPasswordSet2() to IDL.Günther Deschner2010-05-081-0/+10
| | | | Guenther
* idl: get the logic of the prevous commit rightBjörn Jacke2010-05-071-1/+1
|
* idl: fix Unix builds by replacing bashismBjörn Jacke2010-05-071-1/+1
| | | | test -nt is not portable - tridge, please check!
* rap: add IDL for rap_NetShareAdd (undocumented in MS-RAP).Günther Deschner2010-05-051-0/+9
| | | | Guenther
* rap: add rap_NetPrintDestGetInfo to IDL.Günther Deschner2010-05-041-0/+12
| | | | Guenther
* rap: add IDL for (undocumented) NetPrintDestEnum.Günther Deschner2010-05-041-0/+58
| | | | Guenther
* s3-idl: rebuild IDL files based on all outputsAndrew Tridgell2010-05-041-9/+13
|
* s4-waf: we don't need the symlink hack for gen_ndr any moreAndrew Tridgell2010-05-041-14/+3
| | | | we can now generate files into the build directory
* idl: removed the generated gen_ndr/ files from pidlAndrew Tridgell2010-05-04144-366982/+0
| | | | | Samba3 will add these to the release tarball instead. See the mail on samba-technical
* s3: re-run make samba3-idl.Günther Deschner2010-05-0314-361/+361
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-05-033-1/+468
| | | | Guenther
* rap: add rap_NetPrintJobSetInfo to IDL.Günther Deschner2010-05-031-0/+38
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-303-1/+87
| | | | Guenther
* rap: add rap_NetPrintJobGetInfo to IDL.Günther Deschner2010-04-301-0/+10
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-303-1/+1025
| | | | Guenther
* s3: add rap_NetPrintJobEnum (again a call not documented in MS-RAP).Günther Deschner2010-04-301-0/+19
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-303-44/+72
| | | | Guenther
* rap: use rap_status in IDL.Günther Deschner2010-04-301-11/+11
| | | | Guenther
* rap: add rap_status to IDL.Günther Deschner2010-04-303-0/+9
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-303-1/+232
| | | | Guenther