summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2019-03-12lib: Remove "struct sid_parse_ret" againVolker Lendecke2-4/+4
2019-03-12lib: Make sid_parse return the parsed lengthVolker Lendecke2-3/+5
2019-03-06lib/winbind_util: Add winbind_xid_to_sid for --without-winbindChristof Schmitt1-0/+7
2019-03-06lib/winbind_util: Remove winbind_[gu]id_to_sidChristof Schmitt1-14/+0
2019-03-06lib/winbind_util: Move include out of ifdefChristof Schmitt1-2/+2
2019-03-01lib: Use wrapper for string to integer conversionSwen Schillig6-23/+50
2019-02-28lib: Remove some unused codeVolker Lendecke4-88/+0
2019-02-28lib: Introduce winbind_xid_to_sidVolker Lendecke2-0/+32
2019-02-28idmap_cache: Introduce idmap_cache_find_xid2sidVolker Lendecke2-0/+38
2019-02-28idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke1-3/+2
2019-02-28lib: Make idmap_cache return negative mappingsVolker Lendecke1-1/+6
2019-02-17sysquotas_4B: raise log level of a sometimes too noisy messageBjörn Jacke1-1/+1
2019-02-17add sysquotas_jfs2.cBjoern Jacke2-0/+153
2019-02-17sysquotas_4B: enable for jfs/quota.h on AIXBjoern Jacke1-0/+4
2019-02-17sysquotas_4B: make quota block calculation adopt to platform quota block sizeBjoern Jacke1-25/+20
2019-02-17sysquotas_nfs: also honor reported inode/file limitsBjörn Jacke1-0/+3
2019-02-17sysquotas_xfs: fix inode limit setting, which is not depeding on blocksizeBjörn Jacke1-4/+2
2019-02-17sysquotas_linux: fix inode limit setting, which is not depeding on blocksizeBjörn Jacke1-4/+2
2019-02-14messages_dgm: Properly handle receiver re-initializationVolker Lendecke1-0/+16
2019-02-14messages_dgm: Use saved errno valueVolker Lendecke1-1/+1
2019-02-11s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou1-47/+0
2019-02-11s3:util: Move popen wrappers to lib/utilAliaksei Karaliou3-281/+1
2019-02-09s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider1-5/+2
2019-02-07s3/lib/popt_common: use stack buffer in set_logfile()David Disseldorp1-7/+8
2019-02-07s3/lib/popt_common: don't assume stackframe presenceDavid Disseldorp1-5/+22
2019-02-06tldap: avoid more use after free errorsRalph Boehme1-2/+0
2019-02-06tldap: avoid a use after free crashRalph Boehme1-1/+0
2019-02-03sysquota_linux: fix querying of group quotasBjörn Jacke1-4/+4
2019-01-29s3/lib: clean up have_syscall() formattingDavid Disseldorp1-2/+3
2019-01-29s3/lib: don't rely on implicit int return typeDavid Disseldorp1-1/+1
2019-01-28s3:lib: Use C99 initializer for audit_category_tabAndreas Schneider1-1/+1
2019-01-28s3:netapi: Use C99 initializer for poptOption in netapi exampleAndreas Schneider1-6/+35
2019-01-28s3:lib: Use C99 initializer for poptOption in popt_common_cmdlineAndreas Schneider1-20/+70
2019-01-28s3:lib: Use C99 initializer for poptOption in popt_commonAndreas Schneider1-21/+123
2019-01-28s3:lib: Use C99 initializer for poptOption in netapi nltestAndreas Schneider1-30/+247
2019-01-28s3:lib: Use C99 initializer for poptOption in netapi common testAndreas Schneider1-5/+35
2019-01-28s3:lib: Use POPT_TABLEEND for last element of poptOptionAndreas Schneider1-1/+1
2019-01-19s3:lib: Fix the debug message for adding cache entries.Andreas Schneider1-4/+4
2019-01-12lib: remove unused function nttime_from_string()Swen Schillig1-9/+0
2019-01-11Revert "s3:messages: protect against usage of wrapper tevent_context objects ...Ralph Boehme5-69/+0
2019-01-11Revert "s3:messages: allow messaging_{dgm,ctdb}_register_tevent_context() to ...Ralph Boehme2-58/+18
2019-01-11Revert "s3:messages: allow messaging_dgm_ref() to use wrapper tevent_context"Ralph Boehme1-12/+12
2019-01-11Revert "s3:messages: allow messaging_filtered_read_send() to use wrapper teve...Ralph Boehme1-11/+5
2019-01-11s3:smbd: prepare the usage of per_thread_cwd_*() functionsStefan Metzmacher1-0/+7
2019-01-11s3:lib: add per_thread_cwd_{check,supported,disable,activate}() helper functionsStefan Metzmacher1-0/+156
2019-01-11s3:lib: add root_unix_token()Ralph Boehme1-0/+26
2019-01-08lib: Remove StrnCpyVolker Lendecke1-26/+0
2018-12-20lib: Remove sid_string_dbgVolker Lendecke1-11/+0
2018-12-20lib: Use dom_sid_str_bufVolker Lendecke4-7/+17
2018-12-20lib: Avoid sid_string_dbgVolker Lendecke1-2/+2