summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:auth fix a compiler warningChristian Ambach2012-09-161-3/+2
* s4-python: Formatting fixes, break lines.Jelmer Vernooij2012-09-1614-50/+69
* samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij2012-09-168-194/+209
* samba.provision.common: Fix formatting.Jelmer Vernooij2012-09-161-2/+0
* samba.provision.sambadns: Fix formatting.Jelmer Vernooij2012-09-161-57/+126
* samba.provision.backend: Fix formatting.Jelmer Vernooij2012-09-161-0/+1
* samba.provision: Fix formatting, NameErrors.Jelmer Vernooij2012-09-161-68/+80
* replace: add some includes for poll.hBjörn Jacke2012-09-161-0/+6
* quota: also log which fs type we foundBjörn Jacke2012-09-151-1/+1
* autoconf: check for dn_expand also in libinetBjörn Jacke2012-09-151-0/+1
* wafbuild: check for dn_expand also in libinetBjörn Jacke2012-09-151-0/+1
* Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison2012-09-154-5/+10
* Fix bad string in debug message (remove it).Jeremy Allison2012-09-141-4/+2
* Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison2012-09-145-4/+18
* Add "backup_intent" bool.Jeremy Allison2012-09-141-1/+2
* Don't call can_write_to_file() if we already have 'fsp->can_write' set.Jeremy Allison2012-09-141-0/+2
* build: Fix build on systems without ldap development headersAndrew Bartlett2012-09-141-0/+1
* docs: update for modern kerberos libsAndrew Bartlett2012-09-141-50/+2
* docs: remove references to security=serverAndrew Bartlett2012-09-141-66/+0
* docs: Remove distinction between server and domain accountsAndrew Bartlett2012-09-141-30/+0
* docs: Update docs to the modern age of Samba 4.0Andrew Bartlett2012-09-142-267/+15
* s4:torture: fix error reporting in the raw.oplock-brl3 testMichael Adam2012-09-141-2/+1
* s3: fix the hpux acl moduleBjörn Jacke2012-09-141-5/+5
* s3: fix the tru64 acl moduleBjörn Jacke2012-09-141-5/+5
* s3: fix the aix acl moduleBjörn Jacke2012-09-141-9/+9
* WHATSNEW: Fix some issues in the release notes.Karolin Seeger2012-09-141-12/+11
* s3: Fix the vfs_solarisacl module to compile.Ira Cooper2012-09-141-5/+5
* packaging: apply some solaris packaging fixesBjörn Jacke2012-09-142-17/+17
* autoconf: fix --with(out)-sendfile-support option handlingBjörn Jacke2012-09-141-15/+20
* s3: make smbldaphelper subsystem an internal libraryAlexander Bokovoy2012-09-143-11/+10
* Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison2012-09-133-0/+15
* docs: Fix generating idmap manpages.Andreas Schneider2012-09-131-0/+8
* s3: make ldapsam-related functions a smbldaphelper subsystemAlexander Bokovoy2012-09-133-4/+7
* VERSION: Bump version up to 4.1.0pre1Michael Adam2012-09-131-4/+4
* VERSION: Release Samba 4.0.0rc1Michael Adam2012-09-121-3/+3
* WHATSNEW: prepare release notes for 4.0.0rc1Michael Adam2012-09-121-63/+42
* build:dist: call source3/autogen.sh and packaged generated filesMichael Adam2012-09-121-0/+7
* build:dist: call build-manpages-nogit for make dist and package generated filesMichael Adam2012-09-121-0/+3
* build:dist: extend meaning of DIST_FILES to also recurse into directoriesMichael Adam2012-09-121-2/+16
* build:dist: make use of file / distfile more obvious in handling of DIST_FILE...Michael Adam2012-09-121-5/+2
* build:dist: for snapshot builds, call DIST_DIRS with extend=TrueMichael Adam2012-09-121-1/+1
* build:dist: extend samba_dist.DIST_FILES() to take optional parameter extend(...Michael Adam2012-09-121-1/+3
* build:waf dist: factor out function to add list of files to the tarballMichael Adam2012-09-121-22/+29
* s3:build: rewrite autogen.sh to be called from any directoryMichael Adam2012-09-121-5/+20
* release-scripts: run build-manpages-nogit with bashMichael Adam2012-09-121-1/+1
* release-scripts: run build-manpages-git with bashMichael Adam2012-09-121-1/+1
* release-scripts: let build-manpages-nogit store generated docs under ./bin/docsMichael Adam2012-09-121-1/+1
* release-scripts: let build-manpages-git store generated docs under bin/docs/Michael Adam2012-09-121-1/+1
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-124-10/+10
* Move cached cwd onto conn struct.Jeremy Allison2012-09-123-1/+17