summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-04s3: Fix memleaks in pylibsmb.cVolker Lendecke1-2/+2
2012-09-04s3: in sys_popen(), add a debug message for failed forkMichael Adam1-0/+1
2012-09-04s3: in sys_popen(), add a debug message for failed extract_args()Michael Adam1-0/+1
2012-09-04s3: in sys_popen(), untangle function call from result checkMichael Adam1-1/+3
2012-09-04s3: in sys_popen(), untangle assigment from check and add a debug message in ...Michael Adam1-1/+4
2012-09-04s3: in sys_popen(), improve call to pipe and report error to debugMichael Adam1-1/+5
2012-09-04s3: in sys_popen(), validate input before opening the pipe.Michael Adam1-5/+5
2012-09-04s3: in sys_popen(), fix a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam1-2/+3
2012-09-04s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam1-1/+1
2012-09-04s3-winbind: DON'T PANIC if we couldn't find the domain.Andreas Schneider1-1/+9
2012-09-04file_server: Remove explicit set of passdb backend in fileserver.confAndrew Bartlett1-1/+0
2012-09-04build: sync the waf ACL checks with configure.inAndrew Bartlett1-12/+35
2012-09-04build: Remove references to charset modules - we no longer have theseAndrew Bartlett2-3/+1
2012-09-04build: vfs_fake_acls does not need the acl libAndrew Bartlett1-1/+1
2012-09-04file_server: Run task_server_terminate when smbd existsAndrew Bartlett1-0/+4
2012-09-04file_server: use 'subreq' as variable instead of 'req'Stefan Metzmacher1-4/+4
2012-09-04build: remove unused HAVE_NO_ACLS defineAndrew Bartlett2-5/+0
2012-09-04s4-selftest: Try a more complex ACL - this example from a GPOAndrew Bartlett1-0/+14
2012-09-04s4-selftest: Try to make ntacl unit tests better match their namesAndrew Bartlett1-5/+5
2012-09-04file_server: Clarify code by avoiding a gotoAndrew Bartlett1-4/+2
2012-09-04s4-samba-tool: Ensure we also sync the SACL as well as the DACL during sysvol...Andrew Bartlett1-1/+1
2012-09-04s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett7-292/+297
2012-09-04docs: Move Samba4 HOWTO link into READMEAndrew Bartlett2-10/+8
2012-09-04docs: Update RoadmapAndrew Bartlett1-4/+4
2012-09-04docs: Remove merged-branches.txtAndrew Bartlett1-6/+0
2012-09-04docs: Remove docs for removed parameter 'display charset'Andrew Bartlett1-17/+0
2012-09-04remove extra tab from MakefileAndrew Bartlett1-2/+2
2012-09-04docs: Fix undocumented target to find smb.conf directives in the right placeAndrew Bartlett3-3/+3
2012-09-04docs: Remove references to security=share and security=server from the smb.co...Andrew Bartlett9-91/+12
2012-09-04docs: Remove docs for removed parameter 'parinoid server security'Andrew Bartlett1-19/+0
2012-09-03docs: Rename manpages-3 -> manpages.Karolin Seeger95-75/+75
2012-09-03s4-docs: Remove empty s4 HOWTO Collection.Karolin Seeger22-490/+0
2012-09-03build: skip shipping the alpha13 provision in the release tarballsAndrew Bartlett1-1/+1
2012-09-03s4-classicupgrade: Show more clearly what is wrong with the Adminstrator SIDAndrew Bartlett1-0/+1
2012-09-03build: Only make bin/ if it does not existAndrew Bartlett1-1/+2
2012-09-03selftest: skip tests if the tarball did not include the alpha13 provisionAndrew Bartlett1-6/+28
2012-09-02waf: add new quota header checks and sysquota_4B source fileBjörn Jacke2-1/+3
2012-09-02s3: remove some duplicate quota codeBjörn Jacke1-27/+12
2012-09-02s3: adopt the new sysquotas_4B support for BSDBjörn Jacke2-3/+28
2012-09-02s3: add sysquotas_4B supportBjörn Jacke5-4/+227
2012-09-01s3: Make an if statement a bit easier to readVolker Lendecke1-2/+3
2012-08-31Now SEC_RIGHTS_PRIV_RESTORE and SEC_RIGHTS_PRIV_BACKUP don't include any gene...Jeremy Allison2-4/+28
2012-08-31Rewrite torture_samba3_rpc_sharesec() to use a non-privileged user for share ...Jeremy Allison2-15/+182
2012-08-31Add a comment showing where to set log level in tests.Jeremy Allison1-0/+3
2012-08-31Change the S3 fileserver over to se_file_access_check().Jeremy Allison2-7/+10
2012-08-31Factor out privilege checking code into se_file_access_check() which takes a ...Jeremy Allison2-10/+87
2012-08-31SEC_RIGHTS_DIR_PRIV_BACKUP and SEC_RIGHTS_DIR_PRIV_RESTORE aren't used anywhe...Jeremy Allison1-8/+7