Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-08 | s4-waf: split out wscript_build for ndrdump binary. | Günther Deschner | 1 | -0/+7 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 14:50:54 CET 2011 on sn-devel-104 | |||||
2011-02-08 | lib/compression: add shared wscript_build. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-08 | libndr: apply some const and make is_valid_policy_hnd a callback to ↵ | Günther Deschner | 2 | -5/+3 | |
policy_handle_empty. Guenther | |||||
2011-02-08 | libndr: share some uuid helpers. | Günther Deschner | 2 | -0/+20 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104 | |||||
2011-02-08 | ndr: merge ndr_map_error2string and ndr_errstr. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-08 | ndr: move null_ndr_syntax_id to the common libndr location. | Günther Deschner | 2 | -0/+6 | |
Guenther | |||||
2011-02-08 | ndr: merge duplicate ndr_map_error2ntstatus() functions. | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2011-02-07 | s4-waf Don't include ../librpc in paths | Andrew Bartlett | 1 | -100/+100 | |
The paths here are relative to the librpc directory the wscript_build file is in, and so these don't actually change anything. 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 | s3-build: remove --samba3-ndr-client from build_idl.sh script. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
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 | librpc/rpc: add dcerpc_fault_to_nt_status() mapping from ↵ | Stefan Metzmacher | 1 | -0/+2 | |
DCERPC_FAULT_SEC_PKG_ERROR metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 30 18:24:04 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-27 | librpc: Added support to accept netbios names. | Andreas Schneider | 1 | -1/+2 | |
If we have a NCACN_NP pipe, the binding host is the netbios name an not an IP address. | |||||
2011-01-25 | idl: add file_id idl. | Günther Deschner | 3 | -1/+20 | |
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-25 | waf: share libndr.so between samba3 and samba4. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2011-01-25 | libndr: move ndr_print_bool to ndr_basic.c | Günther Deschner | 2 | -0/+7 | |
Guenther | |||||
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 | 5 | -1/+348 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-12 | idl: remove protected storage | Matthieu Patou | 3 | -25/+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 | 3 | -25/+20 | |
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: cope with trailing '.' in dns_name | Andrew Tridgell | 1 | -1/+7 | |
2010-12-21 | librpc/ndr/ndr_*.c - remove "const" from OIDs | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
2010-12-21 | dns: fixed the padding for dnsp_name fields in LDAP | Andrew Tridgell | 1 | -4/+18 | |
all names are NUL terminated, but may have additional padding as well Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Dec 21 03:26:26 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-21 | dnsp: fixed parsing of dns_name structures | Andrew Tridgell | 1 | -3/+4 | |
its not a pad byte, its a trailing zero | |||||
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-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 2 | -2/+2 | |
this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | |||||
2010-12-08 | ndr: Another try to support the build on non-IPv6 systems | Kai Blin | 1 | -2/+4 | |
Signed-off-by: Matthieu Patou <mat@matws.net> Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 10:26:00 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 | |||||
2010-11-26 | librpc: fix builds without IPv6 suport (HP-UX 11.00) | Björn Jacke | 1 | -0/+2 | |
Kai, please check. Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Fri Nov 26 03:07:21 CET 2010 on sn-devel-104 | |||||
2010-11-03 | librpc/ndr: use new strlen_m_ext_term() in ndr_charset_length(): fix bug #7594 | Michael Adam | 1 | -2/+2 | |
This fixes the calculation of needed space for destination unicode charset. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Nov 3 23:28:07 UTC 2010 on sn-devel-104 | |||||
2010-11-01 | lib/util Remove setup_logging_stdout() | Andrew Bartlett | 1 | -1/+1 | |
This API is no longer required now that we don't attempt to build ndrdump with the s3 build system, and because the s3 debug system will soon have the same setup_logging() API. Andrew Bartlett | |||||
2010-10-31 | s4-druspia.idl: rename DRSUAPI_ATTID_NONE to DRSUAPI_ATTID_INVALID | Kamen Mazdrashki | 1 | -1/+2 | |
0xFFFFFFFF is actually an invalid value for an ATTID and *_INVALID will make it more easy to notice in logs | |||||
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 2 | -110/+110 | |
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | |||||
2010-10-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -1/+1 | |
based on running waf --symbol-check | |||||
2010-10-30 | zlib: use the real library name 'z' instead of ZLIB | Andrew Tridgell | 1 | -1/+1 | |
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library. | |||||
2010-10-27 | ndr: Make sure ndr_dns.c has no lines wider than 80 chars | Kai Blin | 2 | -104/+153 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Oct 27 21:17:50 UTC 2010 on sn-devel-104 |