summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-13s4-dynconfig: use the build modules when running from build directoryAndrew Tridgell1-3/+7
2010-10-13ldb: when running from build directory, use the build modulesAndrew Tridgell1-27/+35
2010-10-13s4 rpc_server: fix a build error on freebsdMatthieu Patou1-0/+9
2010-10-12torture/becomedc: Add test for global schema, use samdb_connect().Jelmer Vernooij2-7/+14
2010-10-12wafsamba: Warn about circular dependencies between libraries.Jelmer Vernooij1-1/+1
2010-10-12s3:registry: fix some trailing spaces in reg_backend_dbMichael Adam1-6/+6
2010-10-12libwbclient: Remove half-finished async implementationKai Blin9-2186/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett156-61/+158
2010-10-12libcli/security Use common security.hAndrew Bartlett12-13/+12
2010-10-12s4-credentials Allocate ldb result on correct memory contextAndrew Bartlett1-1/+1
2010-10-12s4-libcli/security Use seperate subsystem for session related functionsAndrew Bartlett16-19/+57
2010-10-12libcli/security Add debug class to security_token_debug() et alAndrew Bartlett8-21/+23
2010-10-12lib/debug Add DEBUGC and DEBUGADDC as dummiesAndrew Bartlett1-0/+4
2010-10-12libcli/security Move most of security_token.c to common code.Andrew Bartlett6-53/+139
2010-10-12autobuild: send email failure if rebase failsAndrew Tridgell1-9/+16
2010-10-12autobuild: add an extra blank line before the autobuild markersAndrew Tridgell1-0/+1
2010-10-12s4: mark us as not supporting python3 yetAndrew Tridgell1-1/+4
2010-10-12dsdb: Build more modules as shared objects.Jelmer Vernooij1-14/+14
2010-10-12Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison1-41/+29
2010-10-11Canonicalize incoming and outgoing ACLs.Jeremy Allison1-4/+55
2010-10-11Make the posix ACL module cope with a NULL incoming DACL and aJeremy Allison1-0/+31
2010-10-11dsdb: Build some more modules as shared objects.Jelmer Vernooij1-7/+7
2010-10-11dsdb: Build some more modules as shared object files.Jelmer Vernooij1-10/+10
2010-10-11selftest: Avoid check_call(), use call() instead. This should fixJelmer Vernooij1-1/+1
2010-10-11dsdb: Build some more modules as .so files.Jelmer Vernooij1-9/+9
2010-10-11wins_ldb: Build as shared library.Jelmer Vernooij1-1/+1
2010-10-11land-remote: Fix --fail-slowly.Jelmer Vernooij1-0/+2
2010-10-11ldb: Build ildap module as shared object.Jelmer Vernooij1-7/+3
2010-10-11samdb_common, ntlm: Add missing dependency on libsamba-hostconfig.Jelmer Vernooij2-2/+2
2010-10-11popt_credentials: Implement pending machine account manually, rather than thr...Jelmer Vernooij1-5/+10
2010-10-11pidl: fix minor typo in s3 server generation.Günther Deschner1-1/+1
2010-10-11s3-spoolss: add more userlevel info validation to _spoolss_OpenPrinterEx.Günther Deschner1-0/+9
2010-10-11s3-spoolss: let set_printer_hnd_name return WERROR.Günther Deschner1-17/+19
2010-10-11s3-spoolss: convert open_printer_hnd to return WERROR.Günther Deschner1-11/+16
2010-10-11s3-spoolss: fix set_printer_hnd_name() to match torture test.Günther Deschner1-9/+15
2010-10-11s4-smbtorture: add test for openprinter printername pattern.Günther Deschner1-2/+129
2010-10-11unit tests: do some cleanup after testsMatthieu Patou2-0/+15
2010-10-11torture: Add debug on what we are removingMatthieu Patou1-0/+1
2010-10-11s4:smbtorture Create a new random output directory each time, and delete itAndrew Bartlett1-2/+14
2010-10-11lib/torture: Add function to clean up the output directoryAndrew Bartlett2-1/+66
2010-10-11ldb The use of a private event context isn't a hackAndrew Bartlett1-2/+3
2010-10-11s4-ldb Allow a NULL event context in samba_ldb_init()Andrew Bartlett1-7/+0
2010-10-11s4-ldb Don't use talloc_autofree_context() in ldbAndrew Bartlett1-1/+1
2010-10-11s4-tevent Remove event_contex_find() and event_context_set_default()Andrew Bartlett1-30/+0
2010-10-11s4-smbd Remove event_context_set_default()Andrew Bartlett2-9/+0
2010-10-11s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett14-87/+187
2010-10-11s4-param Refactor secrets code to not require an event context.Andrew Bartlett6-13/+7
2010-10-11s4-kerberos Remove unused parameterAndrew Bartlett3-4/+1
2010-10-11s4-kerberos Remove unsued variableAndrew Bartlett1-1/+0
2010-10-11credentials: Avoid unnecessary includes.Jelmer Vernooij1-2/+0