Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2010-10-27 | librpc/ndr/ndr.c - fix some counter types | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
The "depth" is "uint32_t" Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Oct 27 08:13:40 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | librpc Make ndrdump use printf() rather than having to mess with DEBUG() | Andrew Bartlett | 3 | -12/+27 | |
This means it no longer needs to force the debug level etc. (this builds on the fine work by Volker to create dump_data_cb()) Andrew Bartlett | |||||
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-26 | waf: Don't auto-lowercase library names. | Jelmer Vernooij | 1 | -14/+14 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -55/+55 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | waf: Lowercase several library names. | Jelmer Vernooij | 1 | -12/+12 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4 dns: More work on updates | Kai Blin | 1 | -1/+1 | |
2010-10-23 | s4 dns: Better error handling when parsing invalid or unknown records | Kai Blin | 3 | -8/+19 | |
2010-10-23 | s4 dns: Allow more components as part of a domain name | Kai Blin | 1 | -1/+1 | |
2010-10-23 | s4 dns: Fix a data corruption in the dns_string parsing | Kai Blin | 1 | -8/+4 | |
2010-10-23 | dnsp: Can't have two memebers of a union with the same name | Kai Blin | 1 | -2/+2 | |
2010-10-23 | s4 dns: Reply to a name request with an A record. | Kai Blin | 3 | -12/+131 | |
The first real answer to a DNS request. Still uses hardcoded reply. | |||||
2010-10-23 | ndr dns: Add simple parser | Kai Blin | 5 | -6/+221 | |
2010-10-23 | dns/nbt: Fix spelling of the "authoritative" flag. | Kai Blin | 2 | -2/+2 | |
2010-10-23 | idl: Add idl describing DNS structures | Kai Blin | 3 | -1/+161 | |
2010-10-23 | netlogon.idl: Switch to explicit constants to remove dependency on nbt.idl | Kai Blin | 1 | -16/+16 | |
2010-10-23 | misc.idl: add SEC_CHAN_LOCAL and SEC_CHAN_LANMAN | Stefan Metzmacher | 1 | -0/+2 | |
MsvApSecureChannel and UasServerSecureChannel in [MS-NRPC] metze | |||||
2010-10-21 | waf: RPC_NDR_WINBIND is samba4 specific | Andrew Tridgell | 1 | -1/+1 | |
this caused problems with the s3 waf build | |||||
2010-10-21 | librpc: added RPC_NDR_SAMBA grouping library | Andrew Tridgell | 1 | -1/+9 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping library | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | waf-build: create a NDR_SAMBA grouping library | Andrew Tridgell | 1 | -0/+8 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-18 | Include misc.idl for policy_handle in srvsvc.idl. | Tim Potter | 1 | -1/+1 | |
Autobuild-User: Tim Potter <tpot@samba.org> Autobuild-Date: Mon Oct 18 15:35:40 UTC 2010 on sn-devel-104 | |||||
2010-10-18 | s3-waf: fix the build of smbtorture. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-10-18 | librpc: Fixed memory context of dcerpc_binding_from_tower. | Stefan Metzmacher | 1 | -2/+2 | |