summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij2011-11-134-0/+8
* pytdb: Shorter description which fits on a single line.Jelmer Vernooij2011-11-131-1/+2
* testtools: Import new upstream snapshot.Jelmer Vernooij2011-11-136-8/+30
* subunit: Import new upstream snapshot.Jelmer Vernooij2011-11-137-22/+92
* ldb: Only check for pkg-config file when checking for system ldb.Jelmer Vernooij2011-11-131-2/+2
* tevent: Only check for pkg-config file when checking for system tevent.Jelmer Vernooij2011-11-131-1/+1
* tdb: Only check for pkg-config file when checking for system tdb.Jelmer Vernooij2011-11-131-1/+1
* talloc: Only check for pkg-config file when checking for system talloc.Jelmer Vernooij2011-11-131-2/+2
* subunit: Only check for pkg-config file and use proper pkg-config file name.Jelmer Vernooij2011-11-131-1/+1
* tevent: Only build pytevent if the system doesn't provide it.Jelmer Vernooij2011-11-131-5/+8
* ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij2011-11-131-1/+1
* tevent: remove unnecessary enablement.Jelmer Vernooij2011-11-131-1/+0
* pytalloc-util: Don't mark as python extension, use pyembed instead.Jelmer Vernooij2011-11-131-1/+1
* ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij2011-11-101-33/+37
* Revert "pyldb: fixed ldb API test"Jelmer Vernooij2011-11-101-36/+39
* Fix -Wunused-but-set-variable compiler warnings in tevent_signal.cMartin Schwenke2011-11-101-4/+2
* pyldb: fixed ldb API testAndrew Tridgell2011-11-101-39/+36
* pyldb: enhanced get() method on msg objectAndrew Tridgell2011-11-101-14/+33
* util/time: Make some functions explicitly public.Jelmer Vernooij2011-11-031-3/+3
* util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header...Jelmer Vernooij2011-11-031-44/+40
* param: Remove duplicate initialization of 'share backend' parameterAmitay Isaacs2011-11-081-2/+0
* torture: add torture_assert_guid_equal() macro.Günther Deschner2011-11-031-0/+10
* lib/param: use SMB_SIGNING_IF_REQUIRED instead of SMB_SIGNING_SUPPORTEDStefan Metzmacher2011-11-031-6/+7
* lib/param: map "* signing = auto" to SMB_SIGNING_SUPPORTEDStefan Metzmacher2011-11-031-1/+1
* s4:smb_server: change the default for "server signing" to "default"Stefan Metzmacher2011-11-031-1/+1
* lib/param: change the default for "client signing" to "default"Stefan Metzmacher2011-11-031-1/+2
* pyldb: Remove duplicate definition of SYNTAX_DN.Jelmer Vernooij2011-11-021-1/+0
* ldb: fix compiler warningDavid Disseldorp2011-11-021-1/+1
* tdb2: don't be fascist when TDB_VERSION1 is specified.Rusty Russell2011-11-022-5/+40
* tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_.Rusty Russell2011-11-013-5/+5
* lib/util Add ABI to the samba-module libraryAndrew Bartlett2011-10-282-0/+4
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-282-2/+2
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-282-4/+4
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-284-15/+15
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-286-52/+128
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-282-2/+2
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-282-2/+2
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-282-14/+14
* ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer2011-10-271-1/+1
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-272-0/+24
* Include uid_wrapper correctly.Andreas Schneider2011-10-275-21/+18
* uid_wrapper: Add uwrap_setresgid().Andreas Schneider2011-10-272-0/+24
* uid_wrapper: Fix build on UNIX platforms.Andreas Schneider2011-10-271-0/+10
* uid_wrapper: Handle euid and egid 0.Andreas Schneider2011-10-271-7/+29
* uid_wrapper: Make sure we have initialized the wrapper.Andreas Schneider2011-10-271-0/+2
* uid_wrapper: Fix prototypes.Andreas Schneider2011-10-271-2/+2
* replace: Add checks for setreuid and setregid.Andreas Schneider2011-10-272-3/+4
* replace: Make sure we compile without uid_wrapper.Andreas Schneider2011-10-271-1/+1
* talloc: fix a comment typoMichael Adam2011-10-261-1/+1