summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-11-17param: Connect lp_security to the lib/param code to allow testsAndrew Bartlett1-0/+10
2011-11-17param: Move enum values into a common (included) .c fileAndrew Bartlett2-81/+113
2011-11-17param: move server role helpers into loadparm.hAndrew Bartlett4-33/+5
2011-11-17param: calculate server role from security, and security from server roleAndrew Bartlett4-7/+201
2011-11-17s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett1-1/+1
2011-11-17param: make server role list common and include auto (for the new default)Andrew Bartlett1-1/+9
2011-11-17param: Add "domain logons" and "domain master" parametersAmitay Isaacs1-0/+20
2011-11-16lib/util/debug: with log level = 10 we should be more verboseStefan Metzmacher1-3/+9
2011-11-15s3: allow to set TCP_NODELAYACK socket option on AIXBjörn Jacke1-0/+3
2011-11-13waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij4-0/+8
2011-11-13pytdb: Shorter description which fits on a single line.Jelmer Vernooij1-1/+2
2011-11-13testtools: Import new upstream snapshot.Jelmer Vernooij6-8/+30
2011-11-13subunit: Import new upstream snapshot.Jelmer Vernooij7-22/+92
2011-11-13ldb: Only check for pkg-config file when checking for system ldb.Jelmer Vernooij1-2/+2
2011-11-13tevent: Only check for pkg-config file when checking for system tevent.Jelmer Vernooij1-1/+1
2011-11-13tdb: Only check for pkg-config file when checking for system tdb.Jelmer Vernooij1-1/+1
2011-11-13talloc: Only check for pkg-config file when checking for system talloc.Jelmer Vernooij1-2/+2
2011-11-13subunit: Only check for pkg-config file and use proper pkg-config file name.Jelmer Vernooij1-1/+1
2011-11-13tevent: Only build pytevent if the system doesn't provide it.Jelmer Vernooij1-5/+8
2011-11-13ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij1-1/+1
2011-11-13tevent: remove unnecessary enablement.Jelmer Vernooij1-1/+0
2011-11-13pytalloc-util: Don't mark as python extension, use pyembed instead.Jelmer Vernooij1-1/+1
2011-11-10ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij1-33/+37
2011-11-10Revert "pyldb: fixed ldb API test"Jelmer Vernooij1-36/+39
2011-11-10Fix -Wunused-but-set-variable compiler warnings in tevent_signal.cMartin Schwenke1-4/+2
2011-11-10pyldb: fixed ldb API testAndrew Tridgell1-39/+36
2011-11-10pyldb: enhanced get() method on msg objectAndrew Tridgell1-14/+33
2011-11-03util/time: Make some functions explicitly public.Jelmer Vernooij1-3/+3
2011-11-03util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header...Jelmer Vernooij1-44/+40
2011-11-08param: Remove duplicate initialization of 'share backend' parameterAmitay Isaacs1-2/+0
2011-11-03torture: add torture_assert_guid_equal() macro.Günther Deschner1-0/+10
2011-11-03lib/param: use SMB_SIGNING_IF_REQUIRED instead of SMB_SIGNING_SUPPORTEDStefan Metzmacher1-6/+7
2011-11-03lib/param: map "* signing = auto" to SMB_SIGNING_SUPPORTEDStefan Metzmacher1-1/+1
2011-11-03s4:smb_server: change the default for "server signing" to "default"Stefan Metzmacher1-1/+1
2011-11-03lib/param: change the default for "client signing" to "default"Stefan Metzmacher1-1/+2
2011-11-02pyldb: Remove duplicate definition of SYNTAX_DN.Jelmer Vernooij1-1/+0
2011-11-02ldb: fix compiler warningDavid Disseldorp1-1/+1
2011-11-02tdb2: don't be fascist when TDB_VERSION1 is specified.Rusty Russell2-5/+40
2011-11-01tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_.Rusty Russell3-5/+5
2011-10-28lib/util Add ABI to the samba-module libraryAndrew Bartlett2-0/+4
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2-2/+2
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2-4/+4
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett4-15/+15
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett6-52/+128
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2-2/+2
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2-2/+2
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2-14/+14
2011-10-27ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer1-1/+1
2011-10-27replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2-0/+24