Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-22 | asn1_tests: Implement negative unit-tests for ber_write_OID_String() | Kamen Mazdrashki | 1 | -0/+22 | |
2010-10-22 | asn1: ber_write_OID_String() to be more picky about supplied OID | Kamen Mazdrashki | 1 | -0/+5 | |
Now function will check for invalid OID handling cases where: - sub-identifier has invalid characters (non-digit) - 'dot' separator found on unexpected place. For instance '.' at start or end of the OID. Two '.' in a row. | |||||
2010-10-21 | waf: Mark the replacement zlib private so that it can build on machine ↵ | Matthieu Patou | 1 | -0/+1 | |
without a system zlib Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | replace: use replace for non 'samba' compliant strptime | Matthieu Patou | 1 | -0/+19 | |
2010-10-22 | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 3 | -2/+77 | |
2010-10-21 | Lowercase socket_wrapper name. | Jelmer Vernooij | 7 | -7/+9 | |
Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-init | Andrew Bartlett | 1 | -54/+77 | |
We didn't seem to get the control created by the time we do searches here. Andrew Bartlett Autobuild-User: Anatoliy Atanasov <anatoliy@samba.org> Autobuild-Date: Thu Oct 21 12:29:54 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898) | Jelmer Vernooij | 12 | -128/+126 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 11:47:22 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | s4-waf: we don't need the smbtorture.static for s3 any more | Andrew Tridgell | 1 | -11/+0 | |
this breaks the build farm Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 21 11:04:21 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | autobuild: don't cleanup the pid file within the retry loop | Andrew Tridgell | 1 | -1/+2 | |
if we rebase and retry we need to keep the pid file | |||||
2010-10-21 | waf: RPC_NDR_WINBIND is samba4 specific | Andrew Tridgell | 2 | -1/+9 | |
this caused problems with the s3 waf build | |||||
2010-10-21 | ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Oct 21 09:28:19 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | waf: check the linker accepts a set of ldflags before using them | Andrew Tridgell | 1 | -1/+10 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 21 08:45:49 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | s4-dsdb: force LDB_ERR_NO_SUCH_ATTRIBUTE on missing schemaInfo | Andrew Tridgell | 1 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-ldb: make ldb_options_find() public | Andrew Tridgell | 3 | -2/+231 | |
we need to make this symbol public to allow for -Wl,-no-undefined, as otherwise the pyldb module can't find the symbol when it creates the module | |||||
2010-10-21 | waf: loosen the restriction on depending on python libs | Andrew Tridgell | 1 | -1/+3 | |
the pidl generated python code can generate dependencies between two python modules, so we have to allow this for now | |||||
2010-10-21 | waf-python: make the pyext flag add the pyembed features for libraries | Andrew Tridgell | 1 | -1/+3 | |
this is rather strange, but we get build errors without it. There may be a bug in the waf python tool, or I may misunderstand how to use it | |||||
2010-10-21 | waf: fixed the handling of -Wl,-no-undefined | Andrew Tridgell | 4 | -14/+6 | |
this flag was not being propogated to our link rules, so we were not in fact enforcing no undefined symbols in libraries. | |||||
2010-10-21 | s4-librpc: fixed depenencies for libcli/security | Andrew Tridgell | 1 | -5/+4 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | libcli: LIBSECURITY depends on NDR_SECURITY | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-dsdb: fixed depenencies for -no-undefined | Andrew Tridgell | 2 | -5/+5 | |
added some depenencies needed for -Wl,-no-undefined | |||||
2010-10-21 | s4-events: LIBEVENTS depends on LIBSAMBA-UTIL | Andrew Tridgell | 1 | -1/+1 | |
it needs it for the debug code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-rpc_server: split out DCERPC_SHARE as a separate subsystem | Andrew Tridgell | 5 | -3/+12 | |
this avoids a problem with -Wl,-no-undefined in the ntvfs layer Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-python: python_samba needs pyext | Andrew Tridgell | 1 | -1/+2 | |
2010-10-21 | waf: show duplicate objects in python modules as well as libraries | Andrew Tridgell | 1 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-waf: removed the dependency loop between ntvfs and dcerpc_server | Andrew Tridgell | 1 | -5/+7 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | librpc: added a few more NDR_* targets to NDR_SAMBA | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-ldb: make pyldb_util a private library | Andrew Tridgell | 1 | -1/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
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 | lib: make WRAP_XATTR a private library | Andrew Tridgell | 1 | -6/+7 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | waf: added pyext option to SAMBA_LIBRARY() | Andrew Tridgell | 1 | -1/+2 | |
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 | s4-python: added a samba_python grouping library | Andrew Tridgell | 1 | -0/+6 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-param: added a libshares grouping library | Andrew Tridgell | 1 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s3-waf: mark some libraries as private | Andrew Tridgell | 1 | -0/+5 | |
public libraries must have a vnum specified | |||||
2010-10-21 | waf: raise an error on a dependency on a python module | Andrew Tridgell | 1 | -0/+3 | |
it is never correct to list a dependency on a python module Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-waf: don't depend directly on python modules | Andrew Tridgell | 4 | -9/+9 | |
build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-waf: removed the XATTR and SASL aliases | Andrew Tridgell | 3 | -7/+2 | |
these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | waf: prevent the global deps list creating depenency loops | Andrew Tridgell | 1 | -1/+9 | |
this prevents a loop between SOCKET_WRAPPER and replace in the s3 waf build | |||||
2010-10-21 | s4-libcli: make LIBSECURITY_SESSION a private library | Andrew Tridgell | 1 | -5/+6 | |
2010-10-21 | s4-socket: make LIBNETIF a private library | Andrew Tridgell | 1 | -5/+6 | |
2010-10-21 | s4-events: make LIBEVENTS a private library | Andrew Tridgell | 1 | -4/+5 | |
2010-10-21 | s4-kdc: make DB_GLUE a private library | Andrew Tridgell | 1 | -2/+3 | |
2010-10-21 | s4-dsdb: make ldb_password_hash depend on hdb not HEIMDAL_HDB_KEYS | Andrew Tridgell | 1 | -1/+1 | |
this prevents a duplicate object file | |||||
2010-10-21 | nsswitch: make LIBWINBIND-CLIENT a private library | Andrew Tridgell | 1 | -5/+6 | |
2010-10-21 | nsswitch: make LIBWBCLIENT a private library | Andrew Tridgell | 1 | -4/+5 | |
2010-10-21 | lib: add UTIL_TEVENT to samba_sockets grouping library | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-libcli: make LIBSAMBA-ERRORS a private library | Andrew Tridgell | 1 | -6/+7 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-lib: make SMBPASSWD a private library | Andrew Tridgell | 1 | -4/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to ↵ | Andrew Tridgell | 7 | -295/+367 | |
samdb/ldb_modules/schema_util.c these functions operate on ldb_modules, so they should be in the ldb_modules directory. They also should return ldb errors codes, not WERROR codes, as otherwise the error can be hidden from the ldap caller This re-arrangement fixes a dependency loop in the schema/samdb code. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Kamen Mazdrashki <kamenim@samba.org> |