summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-17docs: Remove references to old kerberos behaviourAndrew Bartlett1-21/+0
2012-09-17docs: Remove confusing reference to smb signing and client use spnegoAndrew Bartlett1-19/+0
2012-09-17s3:libsmb fix a double free errorChristian Ambach1-1/+0
2012-09-17docs-xml: fix build of winbindd- and krb5 locator-related manpagesAlexander Bokovoy1-2/+2
2012-09-17docs-xml: convert smb.conf.5 build to wafAlexander Bokovoy5-9/+40
2012-09-16s3:libsmb fix a potential crashChristian Ambach1-9/+12
2012-09-16s3:vfs_gpfs: fix buildChristian Ambach1-5/+5
2012-09-16s3:auth fix a compiler warningChristian Ambach1-3/+2
2012-09-16s4-python: Formatting fixes, break lines.Jelmer Vernooij14-50/+69
2012-09-16samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij8-194/+209
2012-09-16samba.provision.common: Fix formatting.Jelmer Vernooij1-2/+0
2012-09-16samba.provision.sambadns: Fix formatting.Jelmer Vernooij1-57/+126
2012-09-16samba.provision.backend: Fix formatting.Jelmer Vernooij1-0/+1
2012-09-16samba.provision: Fix formatting, NameErrors.Jelmer Vernooij1-68/+80
2012-09-16replace: add some includes for poll.hBjörn Jacke1-0/+6
2012-09-15quota: also log which fs type we foundBjörn Jacke1-1/+1
2012-09-15autoconf: check for dn_expand also in libinetBjörn Jacke1-0/+1
2012-09-15wafbuild: check for dn_expand also in libinetBjörn Jacke1-0/+1
2012-09-15Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison4-5/+10
2012-09-14Fix bad string in debug message (remove it).Jeremy Allison1-4/+2
2012-09-14Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison5-4/+18
2012-09-14Add "backup_intent" bool.Jeremy Allison1-1/+2
2012-09-14Don't call can_write_to_file() if we already have 'fsp->can_write' set.Jeremy Allison1-0/+2
2012-09-14build: Fix build on systems without ldap development headersAndrew Bartlett1-0/+1
2012-09-14docs: update for modern kerberos libsAndrew Bartlett1-50/+2
2012-09-14docs: remove references to security=serverAndrew Bartlett1-66/+0
2012-09-14docs: Remove distinction between server and domain accountsAndrew Bartlett1-30/+0
2012-09-14docs: Update docs to the modern age of Samba 4.0Andrew Bartlett2-267/+15
2012-09-14s4:torture: fix error reporting in the raw.oplock-brl3 testMichael Adam1-2/+1
2012-09-14s3: fix the hpux acl moduleBjörn Jacke1-5/+5
2012-09-14s3: fix the tru64 acl moduleBjörn Jacke1-5/+5
2012-09-14s3: fix the aix acl moduleBjörn Jacke1-9/+9
2012-09-14WHATSNEW: Fix some issues in the release notes.Karolin Seeger1-12/+11
2012-09-14s3: Fix the vfs_solarisacl module to compile.Ira Cooper1-5/+5
2012-09-14packaging: apply some solaris packaging fixesBjörn Jacke2-17/+17
2012-09-14autoconf: fix --with(out)-sendfile-support option handlingBjörn Jacke1-15/+20
2012-09-14s3: make smbldaphelper subsystem an internal libraryAlexander Bokovoy3-11/+10
2012-09-13Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison3-0/+15
2012-09-13docs: Fix generating idmap manpages.Andreas Schneider1-0/+8
2012-09-13s3: make ldapsam-related functions a smbldaphelper subsystemAlexander Bokovoy3-4/+7
2012-09-13VERSION: Bump version up to 4.1.0pre1Michael Adam1-4/+4
2012-09-12VERSION: Release Samba 4.0.0rc1Michael Adam1-3/+3
2012-09-12WHATSNEW: prepare release notes for 4.0.0rc1Michael Adam1-63/+42
2012-09-12build:dist: call source3/autogen.sh and packaged generated filesMichael Adam1-0/+7
2012-09-12build:dist: call build-manpages-nogit for make dist and package generated filesMichael Adam1-0/+3
2012-09-12build:dist: extend meaning of DIST_FILES to also recurse into directoriesMichael Adam1-2/+16
2012-09-12build:dist: make use of file / distfile more obvious in handling of DIST_FILE...Michael Adam1-5/+2
2012-09-12build:dist: for snapshot builds, call DIST_DIRS with extend=TrueMichael Adam1-1/+1
2012-09-12build:dist: extend samba_dist.DIST_FILES() to take optional parameter extend(...Michael Adam1-1/+3
2012-09-12build:waf dist: factor out function to add list of files to the tarballMichael Adam1-22/+29