summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove unused brlock codeVolker Lendecke2019-06-202-13/+0
* s3/lib: don't write to buffer (which might be NULL) if bufsize <=0Noel Power2019-05-291-6/+7
* s3/lib/netapi: Fix 'Possible null pointer dereference' warningNoel Power2019-05-291-1/+1
* dbwrap: Use sizeof, not an integer constantVolker Lendecke2019-05-281-1/+2
* s3: lib: Rename all uses of file_pload_XXX -> file_ploadv_XXX.Ralph Boehme2019-05-242-16/+16
* s3: lib: Remove file_pload_send().Jeremy Allison2019-05-242-32/+0
* s3: lib: Add file_ploadv_send().Jeremy Allison2019-05-242-0/+32
* s3: lib: Remove file_lines_pload().Jeremy Allison2019-05-242-17/+0
* s3: smbd: Convert sysquotas.c code to use file_lines_ploadv().Jeremy Allison2019-05-241-19/+107
* s3: lib: util: Add file_lines_ploadv().Jeremy Allison2019-05-242-0/+18
* s3:lib: Move up NULL checkAndreas Schneider2019-05-241-4/+4
* libsmbconf:registry: Return correct case for get_shareChristof Schmitt2019-05-231-4/+22
* Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine2019-05-191-0/+1
* s3: net: Harden srprs_str() against memcmp overread.Jeremy Allison2019-05-151-0/+8
* g_lock: Fix a typoVolker Lendecke2019-05-081-1/+1
* g_lock: Apply some constVolker Lendecke2019-05-081-1/+2
* s3:lib: Use correct C99 initializer for 'struct flock' in messages_dgmAndreas Schneider2019-04-291-1/+3
* s3/lib: add a tevent_glib_glue subsystem testRalph Boehme2019-04-241-0/+397
* s3/lib: new tevent_glib_glue subsystemRalph Boehme2019-04-242-0/+951
* utils: Move conn_tdb.c to utils/Volker Lendecke2019-04-122-221/+0
* lib: remove duplicate checkSwen Schillig2019-04-111-4/+0
* lib: Update error check for new string conversion wrapperSwen Schillig2019-04-112-2/+2
* s3-messages: add mallinfo() information to pool-usage reportRalph Wuerthner2019-04-041-1/+49
* s3-messages: modify msg_pool_usage() to allow enhanced memory reportsRalph Wuerthner2019-04-041-6/+17
* s3:lib: Increase debug level for messaging_send_buf messageAndreas Schneider2019-03-211-1/+1
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-122-4/+4
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-122-3/+5
* lib/winbind_util: Add winbind_xid_to_sid for --without-winbindChristof Schmitt2019-03-061-0/+7
* lib/winbind_util: Remove winbind_[gu]id_to_sidChristof Schmitt2019-03-061-14/+0
* lib/winbind_util: Move include out of ifdefChristof Schmitt2019-03-061-2/+2
* lib: Use wrapper for string to integer conversionSwen Schillig2019-03-016-23/+50
* lib: Remove some unused codeVolker Lendecke2019-02-284-88/+0
* lib: Introduce winbind_xid_to_sidVolker Lendecke2019-02-282-0/+32
* idmap_cache: Introduce idmap_cache_find_xid2sidVolker Lendecke2019-02-282-0/+38
* idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke2019-02-281-3/+2
* lib: Make idmap_cache return negative mappingsVolker Lendecke2019-02-281-1/+6
* sysquotas_4B: raise log level of a sometimes too noisy messageBjörn Jacke2019-02-171-1/+1
* add sysquotas_jfs2.cBjoern Jacke2019-02-172-0/+153
* sysquotas_4B: enable for jfs/quota.h on AIXBjoern Jacke2019-02-171-0/+4
* sysquotas_4B: make quota block calculation adopt to platform quota block sizeBjoern Jacke2019-02-171-25/+20
* sysquotas_nfs: also honor reported inode/file limitsBjörn Jacke2019-02-171-0/+3
* sysquotas_xfs: fix inode limit setting, which is not depeding on blocksizeBjörn Jacke2019-02-171-4/+2
* sysquotas_linux: fix inode limit setting, which is not depeding on blocksizeBjörn Jacke2019-02-171-4/+2
* messages_dgm: Properly handle receiver re-initializationVolker Lendecke2019-02-141-0/+16
* messages_dgm: Use saved errno valueVolker Lendecke2019-02-141-1/+1
* s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2019-02-111-47/+0
* s3:util: Move popen wrappers to lib/utilAliaksei Karaliou2019-02-113-281/+1
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-091-5/+2
* s3/lib/popt_common: use stack buffer in set_logfile()David Disseldorp2019-02-071-7/+8
* s3/lib/popt_common: don't assume stackframe presenceDavid Disseldorp2019-02-071-5/+22