summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* registry: Fix Coverity ID 1034916 Wrong sizeof argumentVolker Lendecke2013-11-111-1/+2
* dsdb: Fix Coverity ID 1034907 Dereference before null checkVolker Lendecke2013-11-111-1/+1
* oLschema2ldif: Add some NULL checksVolker Lendecke2013-11-111-0/+6
* s4:torture:smb2: add new lease.upgrade3 test to test the contended upgradeMichael Adam2013-11-111-0/+143
* s4:torture:smb2: add comment explaining lease upgrade in the non-contended caseMichael Adam2013-11-111-0/+11
* README.Coding: Add __func__Volker Lendecke2013-11-111-0/+14
* smbd: Fix DEBUG in do_break_to_noneVolker Lendecke2013-11-111-8/+6
* CVE-2013-4476: s4:libtls: check for safe permissions of tls private key file ...Björn Baumbach2013-11-112-0/+33
* CVE-2013-4476: s4:libtls: Create tls private key file (key.pem) with mode 0600Björn Baumbach2013-11-111-1/+1
* CVE-2013-4476: selftest/Samba4: use umask 0077 within mk_keyblobs()Stefan Metzmacher2013-11-111-1/+5
* CVE-2013-4476: samba-tool provision: create ${private_dir}/tls with mode 0700Björn Baumbach2013-11-111-1/+1
* CVE-2013-4476: lib-util: split out file_save_mode() from file_save()Björn Baumbach2013-11-112-5/+13
* CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2013-11-112-0/+53
* xattr: fix listing EAs on *BSD for non-root usersBjörn Jacke2013-11-081-0/+4
* s4-smb_server: Fix a use after free.Andreas Schneider2013-11-081-1/+5
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-081-8/+8
* vfstest: fix uninitialised variable usage in openDavid Disseldorp2013-11-081-2/+3
* net: remove net idmap secretAtul Kulkarni2013-11-081-8/+0
* doc: update the net manpage for net idmap set, get and deleteAtul Kulkarni2013-11-071-2/+67
* idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0Abhidnya Joshi2013-11-071-1/+1
* idmap_autorid: fix status code when trying to load range for an invalid inputMichael Adam2013-11-071-0/+6
* net: correct typos in net idmap delete ranges help messageAtul Kulkarni2013-11-071-2/+2
* idmap_autorid: add space between two words in a debug messageAtul Kulkarni2013-11-071-2/+2
* s4-lsa: Make sure we also duplicate the domain_name.Andreas Schneider2013-11-071-4/+20
* s4-lsa: Add missing null checks in dcesrv_lsa_lookup_name().Andreas Schneider2013-11-071-0/+12
* s4-lsa: Fix a user after free in dcesrv_lsa_lookup_name().Andreas Schneider2013-11-071-3/+9
* test_smbclient_tarmode.pl: remove unneccesary arg defaultsDavid Disseldorp2013-11-051-6/+9
* test_smbclient_tarmode.pl: depend only on perl v5.10Aurélien Aptel2013-11-051-10/+17
* test_smbclient_tarmode.pl: remove all ./ prefix when dealing with remote filesAurélien Aptel2013-11-051-3/+11
* test_smbclient_tarmode.pl: sanitize $DIR + whitespaceAurélien Aptel2013-11-051-1/+2
* test_smbclient_tarmode.pl: use -n flag for specifiying hostname (was ambiguou...Aurélien Aptel2013-11-051-3/+6
* test_smbclient_tarmode.pl: enable create with exclude testsAurélien Aptel2013-11-051-1/+1
* test_smbclient_tarmode.pl: add subunit output flagAurélien Aptel2013-11-051-6/+51
* test_smbclient_tarmode.pl: add test for interactive sessionAurélien Aptel2013-11-051-20/+29
* test_smbclient_tarmode.pl: add extraction regex tests, verbose flagAurélien Aptel2013-11-051-15/+90
* test_smbclient_tarmode.pl: test regex flag behaviourAurélien Aptel2013-11-051-67/+65
* test_smbclient_tarmode.pl: add large file and long path testsAurélien Aptel2013-11-051-15/+50
* test_smbclient_tarmode.pl: add simple wildcard testAurélien Aptel2013-11-051-3/+46
* test_smbclient_tarmode.pl: test interactive commandAurélien Aptel2013-11-051-1/+7
* test_smbclient_tarmode.pl: whitespaceAurélien Aptel2013-11-051-1/+0
* test_smbclient_tarmode.pl: let --test run multiple testsAurélien Aptel2013-11-051-7/+45
* test_smbclient_tarmode.pl: sanitize input, use File::Temp instead of hardcodi...Aurélien Aptel2013-11-051-8/+19
* test_smbclient_tarmode.pl: cosmetic changesAurélien Aptel2013-11-051-70/+68
* test_smbclient_tarmode.pl: add copyright headerAurélien Aptel2013-11-051-0/+17
* test_smbclient_tarmode.pl: samba 3.6.9 can print a empty attribute stringAurélien Aptel2013-11-051-1/+1
* test_smbclient_tarmode.pl: disable failing tests for nowAurélien Aptel2013-11-051-3/+3
* test_smbclient_tarmode.pl: make script work on older Perl (now only need 5.14)Aurélien Aptel2013-11-051-2/+7
* test_smbclient_tarmode.pl: fix a few minor typosDavid Disseldorp2013-11-051-7/+7
* test_smbclient_tarmode.pl: refactor, cleanup and document in PODAurélien Aptel2013-11-051-178/+459
* test_smbclient_tarmode.pl: add tests for wildcard pattern (cI, cX, cF, xF).Aurélien Aptel2013-11-051-33/+161