summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-01-22Move configure test files to the top-level and share them between s3 andJelmer Vernooij10-1225/+11
2009-01-22s3: run "make samba3-idl"Michael Adam1-0/+2
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher18-60/+131
2009-01-21Fix path to check_python.m4.Jelmer Vernooij1-1/+1
2009-01-21libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam7-1430/+3
2009-01-21s3:libsmbconf: include smbconf headers with lib/smbconf prefixMichael Adam2-4/+4
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam1-20/+20
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backendMichael Adam1-5/+6
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_initMichael Adam1-1/+1
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam1-5/+5
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.cMichael Adam1-2/+2
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.cMichael Adam1-2/+2
2009-01-21s3:libsmbconf: remove the init headers from smbconf.hMichael Adam6-19/+103
2009-01-21s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()Michael Adam2-27/+0
2009-01-21s3/vfs_extd_audit: Don't ignore "syslog = 0".Karolin Seeger1-59/+86
2009-01-21Fix warning; base dn is no longer const.Jelmer Vernooij1-2/+2
2009-01-21Move check_python.m4 to common m4 directory.Jelmer Vernooij1-1/+1
2009-01-21expand-includes: Add simple protection against infinite recursion.Jelmer Vernooij1-0/+5
2009-01-21Automagically expand includes in Makefile.in during configure timeJelmer Vernooij2-1/+42
2009-01-21Only check for Perl once in Samba 3.Jelmer Vernooij1-11/+8
2009-01-21Move check_make.m4 to the top-level.Jelmer Vernooij1-1/+1
2009-01-21Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij10-122/+28
2009-01-21Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij11-59/+53
2009-01-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2-2/+5
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij5-2/+56
2009-01-21merged-build: propare to fix make test4Stefan Metzmacher1-1/+4
2009-01-21Fix a typoVolker Lendecke1-1/+1
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke5-7/+2
2009-01-20Fix some nonempty blank linesVolker Lendecke2-20/+20
2009-01-20Remove some unused codeVolker Lendecke3-17/+0
2009-01-20Remove some smb fsp knowledge from rpc_server/Volker Lendecke5-71/+99
2009-01-20Make use of TALLOC_FREEVolker Lendecke1-3/+1
2009-01-20s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher1-3/+11
2009-01-20s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher1-4/+4
2009-01-20s3:events: add support for signal eventsStefan Metzmacher1-0/+6
2009-01-20s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher1-0/+6
2009-01-19s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher1-244/+223
2009-01-19s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2-8/+31
2009-01-19s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher3-0/+18
2009-01-19Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke1-2/+4
2009-01-19Remove unused tdb_search_keys()Volker Lendecke2-78/+0
2009-01-19simplify gencache_iterate a bit, fix nonempty blank linesVolker Lendecke1-86/+84
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke10-246/+12
2009-01-18Add a macro async_req_setup()Volker Lendecke8-176/+77
2009-01-18Add code to torture the fragmentation code a bitVolker Lendecke1-3/+15
2009-01-18Remove unused functionsVolker Lendecke1-401/+0
2009-01-18Make rpc_pipe_bind asyncVolker Lendecke2-0/+452
2009-01-18Fix an uninitialized variableVolker Lendecke1-0/+1
2009-01-18Remove sync rpc_api_pipe_reqVolker Lendecke1-170/+0
2009-01-18Add async rpc_api_pipe_reqVolker Lendecke2-0/+315