summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-11-25socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"Michael Adam1-3/+5
2011-11-25socket_wrapper: simplify include path for replace.hMichael Adam1-1/+1
2011-11-24Remove unused variable.Jeremy Allison1-1/+0
2011-11-23Fix uninitialized variable frees on error paths.Jeremy Allison1-11/+11
2011-11-23Ensure we don't free uninitialized variables.Jeremy Allison1-2/+2
2011-11-22s3 libaddns: Prevent a crash when dns_create_update failsKai Blin1-1/+1
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2-5/+2
2011-11-20lib/param: add "SMB2_22" to enum_protocolStefan Metzmacher1-0/+1
2011-11-19socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity codeMatthias Dieter Wallnöfer1-0/+7
2011-11-17socket_wrapper: Added python interface to socket_wrapperAmitay Isaacs3-0/+938
2011-11-17ldb: Add handy macros for reporting error inside ldb moduleAmitay Isaacs1-0/+2
2011-11-17lib/param simplify server role values specified in smb.confAndrew Bartlett1-5/+1
2011-11-17param: use lp_is_security_and_server_role_valid()Andrew Bartlett1-5/+11
2011-11-17param: Check if server role and security parameters are conflictingAmitay Isaacs2-0/+40
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