summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-04waf: Build pam_smbpass module only if enabled.Andreas Schneider2-1/+5
2012-10-04tdb: add -e option to tdbdump (and docment it).Rusty Russell2-3/+53
2012-10-04tdb: tdbdump should log errors, and fail in that case.Rusty Russell1-2/+38
2012-10-04tdb: add tdb_rescue()Rusty Russell7-4/+622
2012-10-03Correct fix for bug #9222 - smbd ignores the "server signing = no" setting fo...Jeremy Allison1-6/+11
2012-10-03Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SM...Jeremy Allison2-12/+4
2012-10-03Fix bug #9214 - Bad user supplied SMB2 credit value can cause smbd to call sm...Jeremy Allison1-1/+6
2012-10-03s3-docs: add delete_lost option to vfs_streams_depot.8Björn Baumbach1-0/+19
2012-10-03s3-docs: Fix opening and ending tag mismatch in Samba3-HOWTO (Bug #9235)Björn Baumbach1-2/+1
2012-10-03s4: samba_backup: Fix typos.Björn Baumbach1-2/+2
2012-10-03s4:tortore/rpc/lsa: make more use of torture_assert*Stefan Metzmacher1-47/+40
2012-10-03wintest: Give dcpromo more timeAndrew Bartlett1-1/+1
2012-10-03wintest: Give netdom join more time to completeAndrew Bartlett2-2/+2
2012-10-03wintest: Add config file for a second hostAndrew Bartlett1-0/+104
2012-10-03wintest: bump version to 4.1Andrew Bartlett1-1/+1
2012-10-03nsswitch: Build nss_winbind on all supported platformsAndrew Bartlett1-10/+49
2012-10-03selftest: Always build a linux-style nss_winbind for nss_wrapperAndrew Bartlett4-5/+20
2012-10-03provision: Use logger rather than print.Jelmer Vernooij1-1/+1
2012-10-03s4-provision: do not skip setting the acls on sysvolMatthieu Patou2-2/+4
2012-10-03Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2.Jeremy Allison2-4/+12
2012-10-02When creating a new file/directory, we need to obey the create mask/directory...Jeremy Allison1-0/+15
2012-10-02Add functions to programatically set the security mask and directory security...Jeremy Allison2-0/+16
2012-10-02When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER a...Jeremy Allison1-0/+10
2012-10-02Only apply masks on non-default ACL entries when setting the ACL.Jeremy Allison1-9/+19
2012-10-02Use is_default_acl variable in canonicalise_acl().Jeremy Allison1-2/+3
2012-10-02Reformat spacing to be even.Jeremy Allison1-7/+8
2012-10-02tdb: Fix a typoVolker Lendecke1-1/+1
2012-10-02s3-net: Fix DEBUG() location.Günther Deschner1-1/+1
2012-10-02s3-net: give more control how to update/register DNS entries.Günther Deschner3-24/+76
2012-10-02s3-net: pass down a flags field to DoDNSUpdate().Günther Deschner2-2/+5
2012-10-02s3-net: move out some prototypes to net_dns.h.Günther Deschner3-22/+34
2012-10-02s3-net: pass down struct net_context to the dns update calls.Günther Deschner1-9/+11
2012-10-02s3-kerberos: add aes enctypes to generated krb5.conf.Günther Deschner1-5/+24
2012-10-02s3-krb5: use and request AES keys in kerberos operations.Günther Deschner3-1/+14
2012-10-02Fix release script to build full set of documentationAlexander Bokovoy2-2/+4
2012-10-02librelease.sh: Move the GPG data to the library section.Karolin Seeger1-10/+24
2012-10-02s4-dns: fix a non handled memory out of memoryMatthieu Patou1-0/+1
2012-10-01Add samba3.samba3badnameblob test to check regressions in bug #9215.Jeremy Allison3-1/+140
2012-10-01s3fs-smbd: Move housekeeping to the background process.Andreas Schneider1-0/+9
2012-10-01s3: vfs_streams_depot: add delete_lost optionBjörn Baumbach1-23/+42
2012-10-01s3: make recursive_rmdir function non-staticBjörn Baumbach2-4/+7
2012-10-01s3: Fix bug 8966, Fix net rpc share allowedusers to work with 2008r2Jeremy Allison1-37/+44
2012-09-30s3: Fix libnss_winbind.so's build on Illumos/SolarisIra Cooper2-7/+20
2012-09-30s4 dns: Fix return code for deleted recordsKai Blin2-4/+44
2012-09-30s4 dns: Get rid of deprecated allocation result checkKai Blin1-1/+3
2012-09-30selftest: use an array when starting testenv with system()Andrew Bartlett1-3/+11
2012-09-29s3: Fix opening a file under kernel oplocksVolker Lendecke1-0/+79
2012-09-29s3: Remove a SMB_ASSERTVolker Lendecke1-2/+0
2012-09-29s3: Close the now opened file descriptor in error pathsVolker Lendecke1-0/+3
2012-09-29s3: No code change, just re-indentVolker Lendecke1-188/+187