summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tdb: Do not return errors from tdb_repack() in the tail of tdb_transaction_co...Andrew Bartlett2019-05-171-1/+23
* smbd: Do oplock break messages in ndrVolker Lendecke2019-05-163-34/+57
* smbd: Use send_break_message() in send_break_to_none()Volker Lendecke2019-05-161-8/+6
* smbd: Remove a pointless "continue" statementVolker Lendecke2019-05-161-1/+0
* smbd: Remove an obsolete comment from share_conflict()Volker Lendecke2019-05-161-4/+0
* s3: smbd: Don't log at WARNING level when exiting the server on error.Richard Sharpe2019-05-161-1/+1
* lib:util: Fix tfork return value if sigprocmask failsRikard Falkeborn2019-05-161-1/+1
* s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundaryShyamsunder Rathi2019-05-161-3/+35
* lib/crypto: squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+1
* lib/ldb-samba: squash 'cast between incompatible function types' warningNoel Power2019-05-161-2/+4
* lib/ldb: Fix incorrect return type for (setter) func typeNoel Power2019-05-161-1/+1
* lib/ldb: squash 'cast between incompatible function types' warningNoel Power2019-05-161-45/+94
* lib/talloc: squash 'cast between incompatible function types' warningNoel Power2019-05-162-5/+12
* lib/tevent: squash 'cast between incompatible function types' warningNoel Power2019-05-161-23/+50
* lib/tdb: squash 'cast between incompatible function types' warningNoel Power2019-05-161-20/+40
* squash 'cast between incompatible function types' warningNoel Power2019-05-165-15/+35
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-168-39/+125
* s3: squash 'cast between incompatible function types' warningNoel Power2019-05-162-11/+16
* s4/librpc: squash 'cast between incompatible function types' warningNoel Power2019-05-163-7/+18
* s3/ntvfs: squash 'cast between incompatible function types' warningNoel Power2019-05-163-3/+6
* s3/smbd: squash 'cast between incompatible function types' warningNoel Power2019-05-161-10/+21
* pidl: Call PY_DISCARD_FUNC_SIG in generated code to avoid ugly warningNoel Power2019-05-161-12/+13
* python: Create macro to hide ugly function signature castNoel Power2019-05-161-1/+2
* smbd: Slightly simplify delay_for_oplock()Volker Lendecke2019-05-161-12/+12
* smbd: Fix a typoVolker Lendecke2019-05-161-1/+1
* smbd: Use a direct struct assignment in reply_setatr()Volker Lendecke2019-05-161-3/+4
* samba_autoconf: fix undefined behaviour sanitizer compile flagsGary Lockyer2019-05-161-1/+4
* s3: net: Test of fuzzer problems with net rpc registry import.Jeremy Allison2019-05-152-0/+193
* s3: net: Rewrite of reg_parse_fd() to harden against buffer overwrites.Jeremy Allison2019-05-151-99/+203
* s3: net: Harden srprs_str() against memcmp overread.Jeremy Allison2019-05-151-0/+8
* s3: net: Harden act_val_hex() act_val_sz() against errors.Jeremy Allison2019-05-151-0/+2
* s3: net: Harden guess_charset() against overflow errors.Jeremy Allison2019-05-151-1/+9
* s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_valueGary Lockyer2019-05-151-0/+36
* s4 dsdb/repl_meta_data: allocate new extended DNs during ADD on a better contextAndrew Bartlett2019-05-151-1/+1
* ldap: Add a database open after fork to speed-up prefork bindsGarming Sam2019-05-152-1/+27
* util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytesDouglas Bagnall2019-05-151-0/+52
* util/charset/convert: do not pretend to reallocDouglas Bagnall2019-05-151-16/+7
* util/charset/convert: when retrying, retry from the startDouglas Bagnall2019-05-151-1/+2
* util/charset/convert: do not overflow dest len in corner caseDouglas Bagnall2019-05-151-2/+2
* util/charset/convert: do not overflow dest lenDouglas Bagnall2019-05-151-1/+10
* util/charset/convert_string: always set lengthDouglas Bagnall2019-05-151-0/+3
* test_regfio.c: include stdint.h before cmoka.hFabrice Fontaine2019-05-151-0/+1
* ldb: Release ldb 2.0.1Andrew Bartlett2019-05-153-1/+283
* ldb: remove unpack only attr list functionalityAaron Haslett2019-05-155-148/+20
* ldb: move ldb_kv's filter into pack codeAndrew Bartlett2019-05-154-155/+184
* ldb: removing msg and dn copying from filter attrsAaron Haslett2019-05-153-49/+66
* ldb: perf test for pack formatAaron Haslett2019-05-151-0/+79
* ldb: removing alloc from unpack_dataAaron Haslett2019-05-157-132/+52
* ldb_kv: Use ldb_msg_add_steal_value() in msg_add_distinguished_name()Andrew Bartlett2019-05-151-66/+14
* ldb_kv: Remove incorrect reference to LDB_UNPACK_DATA_FLAG_NO_DNAndrew Bartlett2019-05-151-2/+1