| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/util: Add tevent WERROR wrappers | Kai Blin | 2010-10-23 | 5 | -2/+128 |
* | tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local... | Stefan Metzmacher | 2010-10-23 | 3 | -6/+12 |
* | tsocket: ask the kernel for the specific local address after a tcp connect | Stefan Metzmacher | 2010-10-23 | 1 | -3/+54 |
* | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 2010-10-23 | 1 | -2/+2 |
* | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 2010-10-23 | 2 | -3/+3 |
* | Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil... | Jeremy Allison | 2010-10-22 | 11 | -38/+29 |
* | s4-dsdb_syntax: Setup "String(Case Sensitive)" syntax | Kamen Mazdrashki | 2010-10-22 | 1 | -3/+10 |
* | Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ... | Jeremy Allison | 2010-10-22 | 11 | -29/+38 |
* | Fix const warning. Allocate off NULL as we always talloc_free(). | Jeremy Allison | 2010-10-22 | 1 | -1/+1 |
* | s4-dsdb/schema_syntax: Separate validation for numericoid OID values | Kamen Mazdrashki | 2010-10-21 | 1 | -3/+47 |
* | asn1_tests: Implement negative unit-tests for ber_write_OID_String() | Kamen Mazdrashki | 2010-10-22 | 1 | -0/+22 |
* | asn1: ber_write_OID_String() to be more picky about supplied OID | Kamen Mazdrashki | 2010-10-22 | 1 | -0/+5 |
* | waf: Mark the replacement zlib private so that it can build on machine withou... | Matthieu Patou | 2010-10-21 | 1 | -0/+1 |
* | replace: use replace for non 'samba' compliant strptime | Matthieu Patou | 2010-10-22 | 1 | -0/+19 |
* | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 2010-10-22 | 3 | -2/+77 |
* | Lowercase socket_wrapper name. | Jelmer Vernooij | 2010-10-21 | 7 | -7/+9 |
* | s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-init | Andrew Bartlett | 2010-10-21 | 1 | -54/+77 |
* | tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898) | Jelmer Vernooij | 2010-10-21 | 12 | -128/+126 |
* | s4-waf: we don't need the smbtorture.static for s3 any more | Andrew Tridgell | 2010-10-21 | 1 | -11/+0 |
* | autobuild: don't cleanup the pid file within the retry loop | Andrew Tridgell | 2010-10-21 | 1 | -1/+2 |
* | waf: RPC_NDR_WINBIND is samba4 specific | Andrew Tridgell | 2010-10-21 | 2 | -1/+9 |
* | ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror" | Matthias Dieter Wallnöfer | 2010-10-21 | 1 | -1/+1 |
* | waf: check the linker accepts a set of ldflags before using them | Andrew Tridgell | 2010-10-21 | 1 | -1/+10 |
* | s4-dsdb: force LDB_ERR_NO_SUCH_ATTRIBUTE on missing schemaInfo | Andrew Tridgell | 2010-10-21 | 1 | -2/+3 |
* | s4-ldb: make ldb_options_find() public | Andrew Tridgell | 2010-10-21 | 3 | -2/+231 |
* | waf: loosen the restriction on depending on python libs | Andrew Tridgell | 2010-10-21 | 1 | -1/+3 |
* | waf-python: make the pyext flag add the pyembed features for libraries | Andrew Tridgell | 2010-10-21 | 1 | -1/+3 |
* | waf: fixed the handling of -Wl,-no-undefined | Andrew Tridgell | 2010-10-21 | 4 | -14/+6 |
* | s4-librpc: fixed depenencies for libcli/security | Andrew Tridgell | 2010-10-21 | 1 | -5/+4 |
* | libcli: LIBSECURITY depends on NDR_SECURITY | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
* | s4-dsdb: fixed depenencies for -no-undefined | Andrew Tridgell | 2010-10-21 | 2 | -5/+5 |
* | s4-events: LIBEVENTS depends on LIBSAMBA-UTIL | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
* | s4-rpc_server: split out DCERPC_SHARE as a separate subsystem | Andrew Tridgell | 2010-10-21 | 5 | -3/+12 |
* | s4-python: python_samba needs pyext | Andrew Tridgell | 2010-10-21 | 1 | -1/+2 |
* | waf: show duplicate objects in python modules as well as libraries | Andrew Tridgell | 2010-10-21 | 1 | -2/+3 |
* | s4-waf: removed the dependency loop between ntvfs and dcerpc_server | Andrew Tridgell | 2010-10-21 | 1 | -5/+7 |
* | librpc: added a few more NDR_* targets to NDR_SAMBA | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
* | s4-ldb: make pyldb_util a private library | Andrew Tridgell | 2010-10-21 | 1 | -1/+5 |
* | librpc: added RPC_NDR_SAMBA grouping library | Andrew Tridgell | 2010-10-21 | 1 | -1/+9 |
* | lib: make WRAP_XATTR a private library | Andrew Tridgell | 2010-10-21 | 1 | -6/+7 |
* | waf: added pyext option to SAMBA_LIBRARY() | Andrew Tridgell | 2010-10-21 | 1 | -1/+2 |
* | librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping library | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
* | s4-python: added a samba_python grouping library | Andrew Tridgell | 2010-10-21 | 1 | -0/+6 |
* | s4-param: added a libshares grouping library | Andrew Tridgell | 2010-10-21 | 1 | -0/+5 |
* | s3-waf: mark some libraries as private | Andrew Tridgell | 2010-10-21 | 1 | -0/+5 |
* | waf: raise an error on a dependency on a python module | Andrew Tridgell | 2010-10-21 | 1 | -0/+3 |
* | s4-waf: don't depend directly on python modules | Andrew Tridgell | 2010-10-21 | 4 | -9/+9 |
* | s4-waf: removed the XATTR and SASL aliases | Andrew Tridgell | 2010-10-21 | 3 | -7/+2 |
* | waf: prevent the global deps list creating depenency loops | Andrew Tridgell | 2010-10-21 | 1 | -1/+9 |
* | s4-libcli: make LIBSECURITY_SESSION a private library | Andrew Tridgell | 2010-10-21 | 1 | -5/+6 |