Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-02 | s4:auth/kerberos: s/private/private_data | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2009-02-02 | s4:auth/gensec: s/private/private_data | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2009-02-01 | shared: Move dom_sid_* utility functions to top level | Kai Blin | 10 | -313/+12 | |
2009-02-01 | Make schannel not depend on samdb anymore. | Simo Sorce | 2 | -6/+61 | |
2009-02-01 | "test" expects only one = | Björn Jacke | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-31 | Start restoring the sqlite3 backend | Simo Sorce | 1 | -320/+357 | |
Passes many tests but not all yet. | |||||
2009-02-01 | s4:irpc: avoid c++ reserved word 'private' | Stefan Metzmacher | 13 | -27/+30 | |
metze | |||||
2009-02-01 | s4:lib/messaging: fix warnings in testsuite | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-02-01 | s4:lib/messaging: avoid c++ reserved word 'private' | Stefan Metzmacher | 3 | -29/+29 | |
metze | |||||
2009-02-01 | s4:kdc: avoid c++ reserved word 'private' | Stefan Metzmacher | 3 | -49/+50 | |
metze | |||||
2009-02-01 | s4:nbt_server/wins/: fix compiler warnings in winsdb.c | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-31 | s4:auth: try to fix the build on Solaris | Stefan Metzmacher | 1 | -0/+1 | |
MAXHOSTNAMELEN comes in via system/network.h now. metze | |||||
2009-01-31 | s4:repl_meta_data: fix segfault after ldb changes | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-31 | s4:heimdal_build: fix the build of asn1_compile and compile_et | Stefan Metzmacher | 1 | -4/+2 | |
We should not link in heimdal_build/replace.ho twice. HEIMDAL_ROKEN has everything we need.... metze | |||||
2009-01-31 | s4:build: require ldb 0.9.3 when building against an external library | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-31 | heimdal: void functions should not return a value | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-30 | Explicitly include ldb_handlers.h where necessary | Simo Sorce | 3 | -5/+2 | |
2009-01-30 | Install mising public headers | Simo Sorce | 1 | -1/+1 | |
2009-01-30 | Fix proxy module | Simo Sorce | 1 | -2/+2 | |
2009-01-30 | Bump up ldb version to 0.9.3 after latest changes | Simo Sorce | 1 | -1/+1 | |
2009-01-30 | Fix all other modules to use ldb_module.h instead of ldb_private.h | Simo Sorce | 19 | -574/+817 | |
The only 2 modules escaping the rule so far are rootdse and partitions | |||||
2009-01-30 | s4:lib/socket: don't use gethostbyname2() | Stefan Metzmacher | 2 | -9/+25 | |
metze | |||||
2009-01-30 | s4:heimdal_build: heimdal requires u_int32_t and u_char | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2009-01-30 | selftest: pass down the path to python for provisioning samba4 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-01-30 | heimdal:hdb: always include "config.h" first | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2009-01-30 | s4:lib/ldb: include replace.h in pyldb.c | Stefan Metzmacher | 1 | -0/+1 | |
This fixes the build on Tru64. metze | |||||
2009-01-30 | heimdal:camellia: include roken.h | Stefan Metzmacher | 2 | -0/+4 | |
metze | |||||
2009-01-30 | Revert "s4:heimdal_build: include "system/network.h" via config.h wrapper" | Stefan Metzmacher | 1 | -1/+0 | |
This reverts commit 334c6e6b78de8529fce0061efd5249f8fe2d256f. This breaks the build later in the ntvfs code... metze | |||||
2009-01-30 | s4:heimdal_build: add a dummy define for dirfd() | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2009-01-30 | heimdal:roken: arg_match_long() should return a value | Stefan Metzmacher | 1 | -0/+3 | |
This should fix a build problem on IRIX. metze | |||||
2009-01-30 | heimdal:roken: arg_printusage() should not try to return a value. | Stefan Metzmacher | 1 | -2/+2 | |
This should fix problems with the IRIX build. metze | |||||
2009-01-30 | s4:heimdal_build: include "system/network.h" via config.h wrapper | Stefan Metzmacher | 1 | -0/+1 | |
This fixes build problems on Tru64. metze | |||||
2009-01-30 | heimdal:camellia-ntt.c: include config.h as first header | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2009-01-30 | heimdal: don't include <sys/cdefs.h> without knowing it's there | Stefan Metzmacher | 2 | -0/+13 | |
metze | |||||
2009-01-30 | heimdal: don't include <ifaddrs.h> without knowing it's there | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-01-30 | s4:build: kill DEFAULT_HEADERS variable | Stefan Metzmacher | 1 | -4/+3 | |
metze | |||||
2009-01-30 | Add helper function to get a module name, may be useful for debugging. | Simo Sorce | 2 | -1/+7 | |
2009-01-30 | Fix misfiled headers. | Simo Sorce | 4 | -14/+12 | |
Some public functions were mistakenly put into ldb_private.h Revert all modules to only include ldb_module.h | |||||
2009-01-30 | s4:selftest: run RPC-COUNTCALLS as dc:local | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2009-01-30 | s4:selftest: run ncalrpc tests in dc:local mode | Stefan Metzmacher | 1 | -12/+22 | |
metze | |||||
2009-01-30 | selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATH | Stefan Metzmacher | 1 | -7/+2 | |
metze | |||||
2009-01-30 | s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88 | Stefan Metzmacher | 2 | -0/+2 | |
metze | |||||
2009-01-30 | selftest: allow environment options | Stefan Metzmacher | 1 | -2/+2 | |
We support "local" and "client" (default) now. We can decide if we want to run a client against the server (with a special client.conf) or if we want to run tests localy on the server with the same config as the server. metze | |||||
2009-01-30 | Fix standalone configure scripts | Simo Sorce | 2 | -1/+2 | |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 77 | -578/+1031 | |
Separate again the public from the private headers. Add a new header specific for modules. Also add service function for modules as now ldb_context and ldb_module are opaque structures for them. | |||||
2009-01-29 | quote ' inside '...' and make sure shell isn't eating \ by using perl here. | Björn Jacke | 1 | -5/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-28 | Stop installing events.h - it contains a broken include itself and | Jelmer Vernooij | 2 | -3/+0 | |
should be considered internal now. | |||||
2009-01-26 | pyrpc: Raise proper NDR error codes with matching strings rather than mapping | Jelmer Vernooij | 1 | -1/+1 | |
to NTSTATUS first. | |||||
2009-01-25 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 3 | -1/+170 | |
2009-01-25 | Add prototypes required by samba-gtk. | Jelmer Vernooij | 2 | -0/+11 | |