summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: smbd: Remove unused dptr_idleoldest() and dptr_idle() functions.Jeremy Allison2019-07-091-46/+0
* s3: smbd: Remove SMB1 idle unused directory handles code.Jeremy Allison2019-07-091-21/+2
* s3: smbd: Remove MAX_OPEN_DIRECTORIES check in dptr_create().Jeremy Allison2019-07-091-4/+0
* s3: smbd: Remove now unused dptr_idlecnum().Jeremy Allison2019-07-092-21/+0
* s3: smbd: Remove unused DPTR_IDLE_TIMEOUT.Jeremy Allison2019-07-091-1/+0
* s3: smbd: Don't idle SMB1 directory scans after DPTR_IDLE_TIMEOUT.Jeremy Allison2019-07-091-5/+0
* s3: smbd: Don't idle connections with active SMB1 directory scans.Jeremy Allison2019-07-091-0/+10
* s3: smbd: Add dptr_activecnum(), not yet used.Jeremy Allison2019-07-092-0/+19
* s3:profile: Allow profile subsystem to use SHA1 in FIPS modeAndreas Schneider2019-07-091-0/+7
* lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpersAndreas Schneider2019-07-092-9/+12
* lib:crypto: Fix path to header file in gnutls_helpers.hAndreas Schneider2019-07-091-2/+2
* s3:profile: Use SHA1 for hashing in profiling functions.Andreas Schneider2019-07-091-6/+5
* WHATSNEW: Start release notes for Samba 4.12.0pre1.Karolin Seeger2019-07-091-283/+3
* VERSION: Bump version up to 4.12.0.Karolin Seeger2019-07-091-1/+1
* VERSION: Bump version up to 4.12.0pre1...Karolin Seeger2019-07-091-3/+3
* VERSION: Disable GIT_SNAPSHOT for the 4.11.0rc1 release...samba-4.11.0rc1Karolin Seeger2019-07-091-3/+3
* WHATSNEW: Fix typo.Karolin Seeger2019-07-091-3/+3
* WHATSNEW: Add link for >= and <= indexingGarming Sam2019-07-091-0/+2
* dsdb repl_meta_data: Don't print ldif on errorGary Lockyer2019-07-091-5/+4
* WHATSNEW.txt: change "mangled names" default to "illegal"Ralph Boehme2019-07-081-0/+1
* docs/xml: change default for "mangled names" to "illegal"Ralph Boehme2019-07-083-4/+4
* selftest: explicitly set "mangled names = yes"Ralph Boehme2019-07-082-0/+2
* WHATSNEW.txt: disable SMB1 by default!Stefan Metzmacher2019-07-081-0/+31
* docs-xml: change "client min protocol" to SMB2_02Stefan Metzmacher2019-07-083-4/+8
* selftest: explicitly set "client min protocol = CORE"Stefan Metzmacher2019-07-083-0/+3
* docs-xml: change "server min protocol" to SMB2_02Stefan Metzmacher2019-07-083-4/+4
* selftest: explicitly set "server min protocol = LANMAN1"Stefan Metzmacher2019-07-082-0/+3
* smbd: Move fcb_or_dos_open() out of open_file_ntcreate()Volker Lendecke2019-07-086-104/+207
* smbd: Slightly simplify open_mode_check()Volker Lendecke2019-07-081-4/+0