summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.2.0rc5 release.samba-4.2.0rc5Karolin Seeger2015-02-241-1/+1
* WHATSNEW: Add release notes for Samba 4.2.0rc5.Karolin Seeger2015-02-241-1/+77
* s3-netlogon: Make sure we do not deference a NULL pointer.Andreas Schneider2015-02-231-1/+6
* CVE-2015-0240: s3: netlogon: Ensure we don't call talloc_free on an uninitial...Jeremy Allison2015-02-231-1/+5
* s3: smbd: SMB2 close. If a file has delete on close, store the return info be...Jeremy Allison2015-02-221-0/+20
* s3: smbd: SMB2 close. Call utility function setup_close_full_information()Jeremy Allison2015-02-221-26/+11
* s3: smbd: SMB2 close. Add utility function setup_close_full_information()Jeremy Allison2015-02-221-0/+42
* s4: smbtorture: leases - show stat opens grant leases and can be broken.Jeremy Allison2015-02-221-0/+79
* s3: smbd: leases - losen paranoia check. Stat opens can grant leases.Jeremy Allison2015-02-221-1/+2
* s3: smbd: leases - new torture test shows stat opens can get leases.Jeremy Allison2015-02-221-7/+4
* samba-tool: Create NIS enabled users and unixHomeDirectory attributeMarc Muehlfeld2015-02-212-4/+39
* s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison2015-02-211-0/+1
* printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp2015-02-111-1/+1
* s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"Stefan Metzmacher2015-02-011-0/+3
* s3:smb2_server: always try to grant the credits the client just consumedStefan Metzmacher2015-02-011-6/+2
* wafsamba: create unique names when building shared modulesStefan Metzmacher2015-01-271-0/+3
* wafsamba: remove unused variable in SAMBA_MODULE()Stefan Metzmacher2015-01-271-2/+0
* wafsamba: passing 'subsystem' to SAMBA_MODULE() is not optionalStefan Metzmacher2015-01-271-8/+9
* wafsamba: make it possible to pass bundled_name to SAMBA_LIBRARY()Stefan Metzmacher2015-01-271-1/+4
* wafadmin: backported the openbsd fixes from waf 1.7Thomas Nagy2015-01-273-6/+20
* wafsamba: remove commented out code.Michael Adam2015-01-271-27/+0
* Revert "waf: added suncc_wrap"Michael Adam2015-01-271-18/+1
* wafsamba: generate an empty.c file if a SAMBA_{LIBRARY,SUBSYSTEM} doesn't hav...Stefan Metzmacher2015-01-271-6/+23
* wafsamba: flags from enviroment are put before our own internal versionsRalph Boehme2015-01-271-0/+42
* wafsamba: filter out standard library paths from RPATH and LIBPATHMichael Adam2015-01-273-1/+55
* wafsamba: fix ordering problems with lib-provided and internal RPATHsMichael Adam2015-01-271-0/+53
* wafsamba: make it possible to specify ADDITIONAL_{CFLAGS,LDFLAGS} as env var ...Stefan Metzmacher2015-01-271-0/+13
* wafsamba: improve -fvisibility=hidden, we should check it together this WERRO...Stefan Metzmacher2015-01-271-1/+1
* wafsamba: let CURRENT_CFLAGS() use bld.env.VISIBILITY_CFLAGSStefan Metzmacher2015-01-271-1/+1
* wafsamba: move -fvisibility=hidden checks from lib/replace to wafsambaStefan Metzmacher2015-01-272-7/+7
* wafsamba: move '-fstack-protector' checks from lib/replace to wafsambaStefan Metzmacher2015-01-272-4/+4
* wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsambaStefan Metzmacher2015-01-272-13/+13
* wafsamba: move compiler / cflags related stuff from lib/replace to wafsambaStefan Metzmacher2015-01-272-21/+21
* wafsamba: let TO_LIST(mylist) return a copy of mylistStefan Metzmacher2015-01-271-1/+2
* wafsamba: check for rpath compiler/linker flagsRalph Boehme2015-01-271-0/+4
* wafsamba: fill PRIVATE_NAME() logic againStefan Metzmacher2015-01-272-4/+21
* wafsamba: add -Werror=return-type for developer buildsStefan Metzmacher2015-01-271-0/+2
* Reduce the no-op build times by 30%Thomas Nagy2015-01-272-3/+148
* Don't use a nested function when testing for visibility attribute support.Jelmer Vernooij2015-01-271-2/+2
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2015-01-272-5/+7
* Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij2015-01-273-6/+6
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2015-01-272-10/+14
* s4:dsdb/tests: add test_timevalues1() to verify timestamp valuesStefan Metzmacher2015-01-271-0/+40
* ldb: version 1.1.20Stefan Metzmacher2015-01-273-1/+266
* lib/ldb: fix logic in ldb_val_to_time()Stefan Metzmacher2015-01-271-6/+32
* Remove use of the "staticforward" macroPetr Viktorin2015-01-278-22/+22
* ldb: bump to version 1.1.19Andrew Bartlett2015-01-273-1/+266
* ldb: Allow to register extended match rulesSamuel Cabrero2015-01-274-36/+165
* s3-pam_smbpass: Fix memory leak in pam_sm_authenticate().Andreas Schneider2015-01-251-2/+9
* utils: Fix 'net time' segfault.Andreas Schneider2015-01-241-7/+14