Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-17 | s4-dfs: fix bugs in idl and adapt code accordingly | Matthieu Patou | 1 | -15/+2 | |
2011-05-16 | s3-printing: Get the location info from cups. | Günther Deschner | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-05-16 | s3-rap: add rap_NetRemoteTOD to IDL. | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2011-04-13 | s3: Add wbint_LookupSids | Volker Lendecke | 1 | -3/+3 | |
This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-07 | lsa: use lsa_TrustedAccessMask in some more places in the lsa IDL. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2011-04-05 | auth: Move auth_session_info into IDL | Andrew Bartlett | 1 | -1/+17 | |
This changes auth_session_info_transport to just be a wrapper, rather than a copy that has to be kept in sync. As auth_session_info was already wrapped in python, this required changes to the existing pyauth wrapper and it's users. Andrew Bartlett | |||||
2011-04-05 | librpc/idl Add [nopython] to krb5pac ndrdump functions | Andrew Bartlett | 1 | -5/+5 | |
These functions are not real RPC functions, but are used to help ndrdump operate. They don't need python bindings. Andrew Bartlett | |||||
2011-03-21 | idmap.idl: Fix whitespace | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 21 13:36:48 CET 2011 on sn-devel-104 | |||||
2011-03-18 | rap: add rap_NetSessionGetInfo to IDL. | Günther Deschner | 1 | -0/+11 | |
Guenther | |||||
2011-03-18 | rap: add rap_NetUserDelete IDL. | Günther Deschner | 1 | -0/+7 | |
Guenther | |||||
2011-03-18 | rap: add rap_NetUserAdd IDL. | Günther Deschner | 1 | -0/+11 | |
Guenther | |||||
2011-03-16 | idl: define printcap IPC message format | David Disseldorp | 2 | -1/+19 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-03-10 | frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync() | Stefan Metzmacher | 1 | -2/+10 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Mar 10 15:18:22 CET 2011 on sn-devel-104 | |||||
2011-03-08 | s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind. | Andreas Schneider | 1 | -1/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-02 | librpc/idl: remove unused string defines from idl_types.h | Stefan Metzmacher | 1 | -23/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 2 14:09:44 CET 2011 on sn-devel-104 | |||||
2011-03-02 | rap: add rap_NetSessionEnum to IDL. | Günther Deschner | 1 | -0/+30 | |
Guenther | |||||
2011-03-01 | librpc/idl Add helper structures for use by samba3 in auth_session_info | Andrew Bartlett | 2 | -0/+23 | |
The unix info and in particular unix token needs to be preserved into the struct auth_session_info. Andrew Bartlett | |||||
2011-03-01 | spoolss.idl: align spoolss_DriverFileInfo relative pointer to 4 byte | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 1 02:12:37 CET 2011 on sn-devel-104 | |||||
2011-02-28 | spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the type | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-02-28 | TODO test/review librpc: align nstring and nstring_array to 2 byte | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-02-17 | idl: naming a structure 'VERSION' is not a good idea! | Andrew Tridgell | 1 | -2/+2 | |
this renames it to ntlmssp_VERSION Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-13 | librpc: add bindings for dnsp in python | Matthieu Patou | 1 | -1/+6 | |
2011-02-10 | librpc: move preg.idl to main directory. | Günther Deschner | 2 | -1/+50 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104 | |||||
2011-02-10 | libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport | Andrew Bartlett | 1 | -11/+6 | |
This changes the structure being used to convey the current user state from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built structure that matches the internals of the Samba auth subsystem and contains the final group list, as well as the final privilege set and session key. These previously had to be re-created on the server side of the pipe each time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-10 | auth.idl fix size_is() reference in IDL | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-10 | libcli/named_pipe_auth Remove support for unused levels 0-2. | Andrew Bartlett | 1 | -24/+0 | |
The only client and server for this code uses level 3 exclusively. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-09 | s4-auth Add auth.idl to encode auth subsystem structures in IDL | Andrew Bartlett | 2 | -1/+71 | |
This is not only a useful way to encode stuff, it also allows python to handle the structures, and natrually allows them to be NDR encoded. Andrew Bartlett | |||||
2011-02-02 | s3-waf: no need to call pidl with --samba3-ndr-client anymore. | Günther Deschner | 1 | -2/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 21:38:23 CET 2011 on sn-devel-104 | |||||
2011-02-02 | netlogon.idl: remove pointless union arms of netr_DELTA_UNION | Stefan Metzmacher | 1 | -16/+4 | |
These were just padding, which was needed as we didn't have 'ms_union' support. metze | |||||
2011-02-02 | netlogon.idl: use 'ms_union' as specified in [MS-NRPC] | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-02-02 | netlogon.idl: add missing [default]; union arms | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2011-01-31 | s4-smbtorture: add samr_changepassworduser3 ndr torture tests. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 16:07:14 CET 2011 on sn-devel-104 | |||||
2011-01-30 | dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERROR | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-01-28 | s4-smbtorture: add NDR tests for netr_LogonSamLogon. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-27 | idl: Added missing endpoint mapper defines. | Andreas Schneider | 1 | -10/+23 | |
[MS-RPCE] 2.2.1.2.4 ept_lookup Method | |||||
2011-01-25 | idl: add file_id idl. | Günther Deschner | 2 | -1/+15 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONE | Andrew Tridgell | 1 | -1/+2 | |
we now know that these are tombstone records, with a timestamp Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-12 | drsuapi.idl: add some more DRSUAPI_ATTID_* values | Stefan Metzmacher | 1 | -0/+5 | |
These will be use for "net rpc vampire passwd" in source3. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 19:51:53 CET 2011 on sn-devel-104 | |||||
2011-01-12 | idl: Add IDL for remote key backup protocol (rkbp) | Matthieu Patou | 2 | -1/+121 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-12 | idl: remove protected storage | Matthieu Patou | 2 | -15/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-07 | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-01 | wmi: Remove unnecessary noprint statements. | Jelmer Vernooij | 1 | -14/+13 | |
2010-12-22 | dns: fixed dns record format | Andrew Tridgell | 1 | -7/+25 | |
based on new WSPP docs from Bryan Burgin Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 22 04:45:46 CET 2010 on sn-devel-104 | |||||
2010-12-21 | dns: auto-calculate the wDataLength field in DNS records | Andrew Tridgell | 1 | -2/+2 | |
we need this for creating new records | |||||
2010-12-16 | spoolss: fill in PerMachineConnections add and delete IDL. | Günther Deschner | 1 | -3/+9 | |
Guenther | |||||
2010-12-10 | drsblobs.idl: remove nopython from package_PrimaryKerberosBlob related stuff | Stefan Metzmacher | 1 | -8/+8 | |
This allows parsing and construction of the supplementatlCredentials attribute in python. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 10 19:08:33 CET 2010 on sn-devel-104 | |||||
2010-12-09 | s4-lsa Implement kerberos ticket life policy | Andrew Bartlett | 1 | -1/+4 | |
We now no longer print tickets with a potentially infinite life, and we report the same life over LSA as we use in the KDC. We should get this from group policy, but for now it's parametric smb.conf options. Andrew Bartlett | |||||
2010-12-08 | dcerpc.idl: fix typo 0x800000000 => 0x80000000 | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 8 20:13:03 CET 2010 on sn-devel-104 | |||||
2010-12-08 | Add ncacn_http (RTS) IDL implementation in dcerpc.idl | Julien Kerihuel | 1 | -1/+153 | |
Signed-off-by: Julien Kerihuel <j.kerihuel@openchange.org> Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 8 14:17:45 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s3/s4:lsa.idl - QueryDomainInformationPolicy - the "unknown6" field is ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
called "reserved" MS-LSAD 3.1.1.1 - http://msdn.microsoft.com/en-us/library/cc234319(v=PROT.13).aspx |