libsmb: Use sid_parse()
[samba.git] / source3 / lib /
2019-03-12 Volker Lendeckelib: Remove "struct sid_parse_ret" again
2019-03-12 Volker Lendeckelib: Make sid_parse return the parsed length
2019-03-06 Christof Schmittlib/winbind_util: Add winbind_xid_to_sid for --without...
2019-03-06 Christof Schmittlib/winbind_util: Remove winbind_[gu]id_to_sid
2019-03-06 Christof Schmittlib/winbind_util: Move include out of ifdef
2019-03-01 Swen Schilliglib: Use wrapper for string to integer conversion
2019-02-28 Volker Lendeckelib: Remove some unused code
2019-02-28 Volker Lendeckelib: Introduce winbind_xid_to_sid
2019-02-28 Volker Lendeckeidmap_cache: Introduce idmap_cache_find_xid2sid
2019-02-28 Volker Lendeckeidmap_cache: Only touch "sid" on success in find_xid_to_sid
2019-02-28 Volker Lendeckelib: Make idmap_cache return negative mappings
2019-02-17 Björn Jackesysquotas_4B: raise log level of a sometimes too noisy...
2019-02-17 Bjoern Jackeadd sysquotas_jfs2.c
2019-02-17 Bjoern Jackesysquotas_4B: enable for jfs/quota.h on AIX
2019-02-17 Bjoern Jackesysquotas_4B: make quota block calculation adopt to...
2019-02-17 Björn Jackesysquotas_nfs: also honor reported inode/file limits
2019-02-17 Björn Jackesysquotas_xfs: fix inode limit setting, which is not...
2019-02-17 Björn Jackesysquotas_linux: fix inode limit setting, which is...
2019-02-14 Volker Lendeckemessages_dgm: Properly handle receiver re-initialization
2019-02-14 Volker Lendeckemessages_dgm: Use saved errno value
2019-02-11 Aliaksei Karalious3:util: Move static file_pload() function to lib/util
2019-02-11 Aliaksei Karalious3:util: Move popen wrappers to lib/util
2019-02-09 Andreas Schneiders3:vfs: Correctly check if OFD locks should be enabled...
2019-02-07 David Disseldorps3/lib/popt_common: use stack buffer in set_logfile()
2019-02-07 David Disseldorps3/lib/popt_common: don't assume stackframe presence
2019-02-06 Ralph Boehmetldap: avoid more use after free errors
2019-02-06 Ralph Boehmetldap: avoid a use after free crash
2019-02-03 Björn Jackesysquota_linux: fix querying of group quotas
2019-01-28 David Disseldorps3/lib: clean up have_syscall() formatting
2019-01-28 David Disseldorps3/lib: don't rely on implicit int return type
2019-01-28 Andreas Schneiders3:lib: Use C99 initializer for audit_category_tab
2019-01-28 Andreas Schneiders3:netapi: Use C99 initializer for poptOption in netapi...
2019-01-28 Andreas Schneiders3:lib: Use C99 initializer for poptOption in popt_comm...
2019-01-28 Andreas Schneiders3:lib: Use C99 initializer for poptOption in popt_common
2019-01-28 Andreas Schneiders3:lib: Use C99 initializer for poptOption in netapi...
2019-01-28 Andreas Schneiders3:lib: Use C99 initializer for poptOption in netapi...
2019-01-28 Andreas Schneiders3:lib: Use POPT_TABLEEND for last element of poptOption
2019-01-19 Andreas Schneiders3:lib: Fix the debug message for adding cache entries.
2019-01-12 Swen Schilliglib: remove unused function nttime_from_string()
2019-01-11 Ralph BoehmeRevert "s3:messages: protect against usage of wrapper...
2019-01-11 Ralph BoehmeRevert "s3:messages: allow messaging_{dgm,ctdb}_registe...
2019-01-11 Ralph BoehmeRevert "s3:messages: allow messaging_dgm_ref() to use...
2019-01-11 Ralph BoehmeRevert "s3:messages: allow messaging_filtered_read_send...
2019-01-11 Stefan Metzmachers3:smbd: prepare the usage of per_thread_cwd_*() functions
2019-01-11 Stefan Metzmachers3:lib: add per_thread_cwd_{check,supported,disable...
2019-01-11 Ralph Boehmes3:lib: add root_unix_token()
2019-01-08 Volker Lendeckelib: Remove StrnCpy
2018-12-20 Volker Lendeckelib: Remove sid_string_dbg
2018-12-20 Volker Lendeckelib: Use dom_sid_str_buf
2018-12-20 Volker Lendeckelib: Avoid sid_string_dbg
2018-12-16 Andreas Schneiders3:lib: Fix checking for config.h #define in system.c
2018-12-11 Volker Lendeckelib: Remove sid_string_talloc
2018-12-10 Volker Lendeckenetapi: Use dom_sid_str_buf
2018-12-10 Volker Lendeckelib: Remove sid_string_tos
2018-12-10 Volker Lendeckelib: Use dom_sid_str_buf
2018-12-03 Andreas Schneiders3:lib: Fix undefined behavior in tdb_unpack()
2018-12-03 Andreas Schneiders3:lib: Fix undefined behavior in tdb_pack()
2018-12-03 Andreas Schneiders3:lib: Fix uninitialized variable
2018-11-28 Andreas Schneiders3:lib: Use #ifdef instead of #if for config.h definitions
2018-11-28 Volker Lendeckelib: Align integer types
2018-11-27 Volker Lendeckeidmap_cache: Use dom_sid_str_buf
2018-11-22 Andreas Schneiders3:lib: Fix undefined behavior in messages_dgm
2018-11-22 Andreas Schneiders3:lib: Do not redefine bool and use stdbool.h
2018-11-22 Andreas Schneiders3:tests: Initialize pointers with NULL in netdisplay...
2018-11-16 Volker Lendeckelib: Fix CID 1441264 Error handling issues (CHECKED_RETURN)
2018-11-10 Volker Lendeckelib: Use dom_sid_str_buf
2018-11-09 Volker Lendeckeidmap: Use dom_sid_str_buf
2018-11-06 Volker Lendeckegencache: Prune expired entries
2018-11-06 Volker Lendeckegencache: Wipe corrupt databases
2018-11-06 Volker Lendeckegencache: Remove transaction-based tdb
2018-11-06 Volker Lendeckegencache: Add crc check
2018-11-06 Volker Lendeckegencache: Convert to a binary timestamp
2018-11-02 Volker Lendeckelib: Use dom_sid_str_buf
2018-11-02 Volker Lendeckelib: Use dom_sid_str_buf
2018-10-27 Volker Lendeckelib: Remove unused tdb_trans_* functions
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-10-17 Volker Lendeckegencache: Remove a redundant check
2018-10-17 Volker Lendeckegencache: Remove a redundant check
2018-10-17 Volker Lendeckegencache: Make gencache_pull_timeout return a payload...
2018-10-17 Volker Lendeckegencache: Make gencache_pull_timeout a bit more robust
2018-10-17 Volker Lendeckegencache: Call string_term_tdb_data() only once
2018-10-17 Volker Lendeckegencache: Swap tests: Do cheapest first
2018-10-17 Volker Lendeckegencache: Avoid counting characters manually
2018-10-16 Volker Lendeckelib: Move the "expired" for gencache_parse calculation...
2018-10-16 Volker Lendeckenamemap_cache: Absorb the expired calculation into...
2018-10-16 Andreas Schneiders3:lib:popt: Use memset_s() to burn password string
2018-10-10 Douglas Bagnallpopt_common_creds: actually use the ignore_missing_conf...
2018-10-08 Volker Lendecketdb_unpack: Protect against overflow
2018-10-08 Volker Lendecketdb_unpack: Correct "len" arg for "B" format
2018-10-08 Volker Lendecketdb_unpack: Convert to size_t for internal calculations
2018-10-05 Martin Schwenkectdbd_conn: Generalise inaccurate error message
2018-10-02 Volker Lendeckelib: Remove unused tdb_pack_append()
2018-09-12 Ralph Boehmedbwrap_ctdb: return correct record count for a persiste...
2018-09-12 Ralph Boehmedbwrap_ctdb: increment record count in traverse_callback()
2018-09-12 Ralph Boehmedbwrap_ctdb: use struct initializer in db_ctdb_traverse()
2018-09-12 Ralph Boehmedbwrap_ctdb: use struct initializer in db_ctdb_traverse...
2018-09-12 Ralph Boehmedbwrap_ctdb: README.Coding fixes in traverse_callback()
2018-09-12 Ralph Boehmedbwrap_ctdb: simplify if condition
2018-09-12 Ralph Boehmedbwrap_ctdb: add error checking to ctdbd_dbpath()
2018-09-12 Ralph Boehmedbwrap: early return, removes an indentation level
next