summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* third_party: Update uid_wrapper to version 1.2.7Andreas Schneider2019-07-163-42/+77
* prefork tests: re-enable restart tests for MIT KerberosGary Lockyer2019-07-161-4/+0
* prefork restart tests: Use echo server for back offGary Lockyer2019-07-161-7/+7
* s4 echo_server: Enable prefork process modelGary Lockyer2019-07-161-1/+1
* vfs:glusterfs_fuse: ensure fileids are constant across nodesMichael Adam2019-07-132-1/+200
* s3:net: add 'net vfs getntacl' commandRalph Boehme2019-07-123-0/+132
* s4/torture: add a vfs_fruit unconversion testRalph Boehme2019-07-123-0/+262
* s3:net: add 'vfs' hierarchy with 'stream2adouble' commandRalph Boehme2019-07-126-0/+439
* adouble: add ad_unconvert()Ralph Boehme2019-07-122-0/+770
* s3: move fruit catia string replace mappings to s3/lib/Ralph Boehme2019-07-123-15/+17
* s3:{modules => lib}/string_replace.[c|h]Ralph Boehme2019-07-124-3/+3
* vfs_fruit: remove duplicate catia mappingsRalph Boehme2019-07-121-2/+1
* s3:modules: pass a TALLOC_CTX to string_replace_init_map()Ralph Boehme2019-07-124-5/+8
* adouble: ensure stat info is marked invalid on new pathRalph Boehme2019-07-121-0/+2
* adouble: remove xattrs after successfull conversionRalph Boehme2019-07-121-0/+3
* adouble: add some ASCII artRalph Boehme2019-07-121-0/+35
* adouble: use runtime size when writing out AppleDouble headerRalph Boehme2019-07-121-2/+2
* adouble: pass VFS handle and fsp to ad_pack()Ralph Boehme2019-07-121-3/+5
* adouble: remove redundant calls to ad_pack()Ralph Boehme2019-07-121-17/+0
* s3:lib: move Mac streams util functions to s3/libRalph Boehme2019-07-124-45/+113
* vfs_fruit: move AppleDouble functionality to a dedicated subsystemRalph Boehme2019-07-125-2009/+2072
* vfs_fruit: pass catia mappings as argument to ad_convert()Ralph Boehme2019-07-121-4/+13
* vfs_fruit: add flags to ad_convert()Ralph Boehme2019-07-121-16/+31
* vfs_fruit: convert adouble accessor macros to functionsRalph Boehme2019-07-121-6/+19
* ldap_server: Regression in 0559430ab6e5c48d6e853fda0d8b63f2e149015cGarming Sam2019-07-111-0/+1
* libcl/smb: clang: Fix 'Value stored to 'next_offset' is never read'Noel Power2019-07-111-1/+0
* libcli/smb: clang: Fix 'value stored to 'p' is never read'Noel Power2019-07-111-2/+0
* auth/gensec: clang: Fix 'Value stored to 'status' is never read'Noel Power2019-07-111-2/+0
* s4/auth/gensec: clang: Fix 'initialization value is never read'Noel Power2019-07-111-1/+1
* nsswitch/libwbclient: clang: Fix Value stored to 'wbc_status' is never readNoel Power2019-07-111-1/+0
* s4/dsdb/common: clang: Fix access results in null pointer deref.Noel Power2019-07-111-0/+8
* nsswitch/libwbclient: clang Fix Potential leak of memoryNoel Power2019-07-111-2/+4
* ldb ABI bump for pyldb_Ldb_AsLdbContext changeDouglas Bagnall2019-07-103-1/+287
* pyldb: ldb.register_module() checks arguments a little bitDouglas Bagnall2019-07-102-4/+11
* pyldb: remove ldb.open, which was never survivableDouglas Bagnall2019-07-103-14/+0
* py segfault test: ldb.openDouglas Bagnall2019-07-102-0/+10
* py segfault test: ldb.register_moduleDouglas Bagnall2019-07-102-0/+5
* pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall2019-07-105-21/+21
* pyldb: check for errors in PyLdb_GetPyType()Douglas Bagnall2019-07-102-5/+21
* pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall2019-07-104-47/+52
* pyldb: add pyldb_check_type()Douglas Bagnall2019-07-102-0/+13
* ldb: do not allow adding a DN as a base to itselfDouglas Bagnall2019-07-101-0/+4
* s3: smbd: Remove ifdef'ed out dptr_close_oldest().Jeremy Allison2019-07-101-39/+0
* s3: smbd: Remove the 'close oldest' logic in SMB1 trans2 search processing.Jeremy Allison2019-07-091-19/+8
* s3: smbd: Remove the 'close oldest' logic in SMB1search processing.Jeremy Allison2019-07-091-17/+6
* s3: smbd: Remove now unused parameter 'forclose' to dptr_get().Jeremy Allison2019-07-091-8/+8
* s3: smbd: globals - remove dirhandles_open from internal search struct.Jeremy Allison2019-07-091-1/+0
* s3: smbd: We no longer need to keep a count of dirhandles open.Jeremy Allison2019-07-091-11/+0
* s3: smbd: Add a note explaining MAX_DIRECTORY_HANDLES only applies to SMB1.Jeremy Allison2019-07-091-1/+1
* s3: smbd: Remove now unused MAX_OPEN_DIRECTORIES define.Jeremy Allison2019-07-091-5/+0