summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Release Samba 4.3.0samba-4.3.0Stefan Metzmacher2015-09-081-2/+2
* WHATSNEW: Add release notes for Samba 4.3.0.Stefan Metzmacher2015-09-081-8/+27
* s4:torture:vfs_fruit: created empty resourceforksRalph Boehme2015-09-041-0/+129
* s4:torture:vfs_fruit: add a resource fork truncation testRalph Boehme2015-09-041-0/+118
* vfs_fruit: delete ._ file when deleting the basefileRalph Boehme2015-09-041-12/+50
* vfs_fruit: split and simplify fruit_ftruncateRalph Boehme2015-09-041-30/+60
* vfs_fruit: handling of empty resource forkRalph Boehme2015-09-041-8/+26
* samr4: Use <SID=%s> in GetGroupsForUserVolker Lendecke2015-09-031-2/+8
* python/tests: Add more assertions that we get back the value we expectAndrew Bartlett2015-09-031-0/+6
* python/tests: Add tests for 64 bit signed integersAndrew Bartlett2015-09-031-1/+27
* pidl/python: also add a ndr_PyLong_FromLongLong() for symnetric reasonsStefan Metzmacher2015-09-031-1/+10
* pidl/python: Provide static inline helper function ndr_PyLong_FromUnsignedLon...Andrew Bartlett2015-09-031-3/+12
* pidl/python: Calculate maximum integer values using a lookup tableAndrew Bartlett2015-09-031-2/+39
* selftest: Add assertion that we actually fix the replPropertyMetaData sort orderAndrew Bartlett2015-09-033-1/+290
* selftest: Add in steps to re-create this databaseAndrew Bartlett2015-09-035-0/+334
* Update release-4-1-0rc3 to include data using schema modificationsAndrew Bartlett2015-09-0325-41172/+40544
* ldb: create a cache of known wellknown objects instead of continously searchi...Matthieu Patou2015-09-031-1/+14
* dbcheck: Use set() operations to make dbcheck more efficientAndrew Bartlett2015-09-031-18/+18
* dbcheck: Try to avoid duplicate searchesAndrew Bartlett2015-09-031-2/+4
* dbcheck: Add additional tests for the attributeID listAndrew Bartlett2015-09-031-0/+14
* dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett2015-09-035-13/+113
* pidl: Assert that python arrays will not overflow the C arrayAndrew Bartlett2015-09-031-0/+7
* pydsdb: Allow the full range of uint32_t values for attributeIDAndrew Bartlett2015-09-031-2/+2
* python/tests: Add tests for integer overflow handlingAndrew Bartlett2015-09-033-0/+209
* pidl: Change PIDL to correctly use and validate python integer typesAndrew Bartlett2015-09-031-35/+118
* python: Use an unsigned integer for buf_size, not -1Andrew Bartlett2015-09-031-1/+1
* WHATSNEW: Prepare release notes for Samba 4.3.0rc5Stefan Metzmacher2015-09-011-1/+5
* VERSION: Bump version up to 4.3.0rc5...Stefan Metzmacher2015-09-011-2/+2
* VERSION: Release Samba 4.3.0rc4samba-4.3.0rc4Stefan Metzmacher2015-09-011-1/+1
* WHATSNEW: Update release notes for Samba 4.3.0rc3Stefan Metzmacher2015-09-011-0/+22
* WHATSNEW: mention improved sparse file supportDavid Disseldorp2015-09-011-0/+7
* ldb:wscript: make it possible to build samba with a system ldb againStefan Metzmacher2015-09-011-2/+2
* selftest: add a check for disabled change notifyRalph Boehme2015-09-015-2/+126
* selftest: add change notify = no to simpleserver envRalph Boehme2015-08-311-0/+1
* notify: check for valid notify_ctx in notify_removeRalph Boehme2015-08-311-0/+5
* winbind: Remove "have_idmap_config" from winbindd_domainVolker Lendecke2015-08-312-40/+0
* winbind: Do not look for the domain in wb_gid2sidVolker Lendecke2015-08-311-13/+0
* winbind: Do not look for the domain in wb_uid2sidVolker Lendecke2015-08-311-13/+0
* idmap: Remove dom_name from wbint_Gid2SidVolker Lendecke2015-08-312-2/+1
* idmap: Remove dom_name from wbint_Uid2SidVolker Lendecke2015-08-312-2/+1
* idmap: Remove "domname" from idmap_gid_to_sidVolker Lendecke2015-08-313-6/+4
* idmap: Remove "domname" from idmap_uid_to_sidVolker Lendecke2015-08-313-6/+4
* idmap: Remove "domname" from idmap_backends_unixid_to_sidVolker Lendecke2015-08-314-9/+7
* idmap: Use a range search in idmap_backends_unixid_to_sidVolker Lendecke2015-08-311-1/+11
* idmap: Initialize all idmap domains at startupVolker Lendecke2015-08-311-90/+109
* idmap: Move idmap_init() under the static varsVolker Lendecke2015-08-311-15/+15
* loadparm3: Add lp_wi_scan_global_parametrics()Volker Lendecke2015-08-312-0/+82
* lib/crypto: make it possible to use only parts of aes.[ch]Stefan Metzmacher2015-08-312-1/+14
* lib/crypto: sync AES_cfb8_encrypt() from heimdalStefan Metzmacher2015-08-312-20/+25
* lib/crypto: make use of aes_test.h in aes_gcm_128_test.cStefan Metzmacher2015-08-311-221/+137