s3/client: Restore '-E' handling
[samba.git] / source3 / lib /
2022-05-23 Pavel Filipenskýs3:lib: Fix use_after_free: Using freed pointer "p"
2022-05-10 Pavel Filipenskýs3:lib: reset all tevent trace callbacks in reinit_afte...
2022-05-10 Pavel Filipenskýs3:lib: fix trailing whitespaces
2022-05-06 John Mulligansource3/lib/smbconf: add python bindings for init functions
2022-05-06 John Mulligans3/lib/smbconf: add talloc_stackframe to smbconf_init_reg
2022-05-06 John Mulligans3/lib/smbconf: replace uses of talloc_tos with talloc_...
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-03-31 Ralph Boehmesmbd: remove itime and file_id logic and code
2022-03-11 Volker Lendeckesmbd: Remove a few vfs_stat() calls
2022-03-05 Pavel Filipenskýs3:lib: Fix possible 32-bit arithmetic overflow
2022-03-01 Volker Lendeckelib: Simplify parent_dirname() by using talloc_strndup()
2022-03-01 Volker Lendeckelib: Use cp_smb_filename_nostream() in adouble_path()
2022-02-18 Bjoern Jackevfs_aixacl: add proper header file
2022-02-18 Björn Jackeacl: fix function arguments for AIX' and Solaris' sys_a...
2022-02-17 Volker Lendeckesmbd: Make strnorm() static to filename.c
2022-02-11 Volker Lendeckesmbd: Introduce metadata_fsp()
2022-02-11 Volker Lendeckesmbd: Introduce fsp_is_alternate_stream()
2022-02-10 Volker Lendeckesmbd: NULL out "fsp" in close_file()
2022-02-04 Volker Lendeckesharesec: Add SEC_DIR_DELETE_CHILD to CHANGE permissions
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: harden parsing code
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: add basic cmocka tests
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: harden ad_unpack_xattrs()
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: add defines for icon lengths
2022-01-18 Volker Lendeckelib: Remove unused asprintf_strupper_m()
2022-01-18 Volker Lendeckelib: Save a few lines with str_list_add_printf()
2022-01-18 Volker Lendeckelib: Save a few lines with str_list_add_printf()
2022-01-10 Jones Syues3: includes: Make the comments describing itime consis...
2022-01-10 Jeremy Allisons3: lib: In create_clock_itime(), use timespec_current...
2022-01-08 Jeremy Allisons3: smbd: Create and use a common function for generati...
2022-01-05 Volker Lendeckelib: Avoid a cast
2021-12-15 Andreas Schneiders3:lib: Do not close fd = -1 on fail in netapi example
2021-12-15 Andreas Schneiders3:lib: Fix memory leak in netapi examples
2021-12-10 Volker Lendeckes3:rpc_server: Delete unused code and doc references
2021-11-11 Volker Lendeckelib: Use a direct struct initialization
2021-11-11 Volker Lendeckelib: Slightly tune cp_smb_filename_nostream()
2021-11-11 Volker Lendeckedbwrap: Remove unused dbwrap_watched_wakeup()
2021-11-11 Volker Lendeckelib: Fix a debug typo in g_lock.c
2021-11-11 Ralph Boehmesource3: move lib/substitute.c functions out of proto.h
2021-11-09 Alexander BokovoyCVE-2020-25717: Add FreeIPA domain controller role
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:lib: add lp_allow_trusted_domains...
2021-11-03 Ralph Boehmevfs_fruit: remove a fsp check from ad_fset()
2021-10-08 Volker Lendeckelib: Use talloc_asprintf_addbuf() in utok_string()
2021-10-08 Volker Lendeckelib: Fix a typo in a DEBUG fn prefix by using DBG_
2021-10-08 Volker Lendeckelib: Simplify set_privileges with a struct initialization
2021-10-08 Volker Lendeckelib: Avoid a cast in a DBG statement
2021-09-21 Volker Lendeckelib: Avoid an "includes.h"
2021-09-21 Volker Lendeckelib: Give util_specialsids.c its own prototype header
2021-09-21 Volker Lendeckelib: Simplify sid_linearize()
2021-09-14 Christof Schmittsystem: Remove kernel_flock
2021-09-10 Ralph Boehmesource3/lib/smbconf: don't ignore unknown options
2021-09-09 Alex RichardsonDon't use sysconf(_SC_NGROUPS_MAX) on macOS for getgroups()
2021-08-31 Bjoern Jackeutil_sock: fix assignment of sa_socklen
2021-08-24 Volker Lendeckelib: Improve comment wording
2021-08-17 Ralph Boehmes3/lib/dbwrap: check if global_messaging_context()...
2021-08-06 Volker Lendeckelibnetapi: Save lines with any_nt_status_not_ok()
2021-08-06 Volker Lendeckelib;smbd: Fix the -Os build by initializing variables
2021-07-15 Stefan Metzmachers3:smbstatus: pretty print the use of new signing/encry...
2021-07-14 Günther Deschners3-libnetapi: add djoin tool
2021-07-14 Günther Deschners3-libnetapi: implement NetRequestOfflineDomainJoin_l
2021-07-14 Günther Deschners3-libnetapi: add NetRequestOfflineDomainJoin example...
2021-07-14 Günther Deschners3-libnetapi: add NetRequestOfflineDomainJoin to api
2021-07-14 Günther Deschners3-libnetapi: add NetRequestOfflineDomainJoin() boilerp...
2021-07-14 Günther Deschners3-libnetapi: implement NetProvisionComputerAccount_l
2021-07-14 Günther Deschners3-libnetapi: add NetProvisionComputerAccount example...
2021-07-14 Günther Deschners3-libnetapi: add NetProvisionComputerAccount to api.
2021-07-14 Günther Deschners3-libnetapi: add NetProvisionComputerAccount() boilerplate
2021-07-14 Günther Deschners3-libnetapi: add netapi_save_file_ucs2() to example...
2021-07-14 Günther Deschners3-libnetapi: add netapi_read_file helper
2021-07-14 Günther Deschners3-libnetapi: add missing NetJoinFlags for netapi
2021-07-14 Günther Deschners3-libnetapi: add libnetapi_set_logfile()
2021-07-14 Günther Deschners3-libnetapi: add libnetapi_get_use_kerberos()
2021-07-14 Günther Deschnerre-run make libnetapi ....
2021-07-14 Jeremy Allisons3: lib: Add sys_fstatat() wrapper.
2021-07-08 Samuel Cabrerolibcli: Move map_errno_from_nt_status from s3 lib to...
2021-07-08 Samuel Cabreros3:lib: Map ECANCELED to NT_STATUS_CANCELLED
2021-07-04 Jeremy Allisons3: lib: adouble.c: In ad_read_meta() we can now guaran...
2021-07-04 Jeremy Allisons3: lib: In ad_read_meta(), allow use of SMB_VFS_FGETXA...
2021-07-01 Stefan Metzmachers3:lib: add samba_path_matching_regex_sub1_create()
2021-07-01 Stefan Metzmachers3:lib: add a new samba_path_matching* infrastructure
2021-06-29 Andreas Schneiders3:libnetapi: Check return code of cli_credentials_guess()
2021-06-25 Jeremy Allisons3: lib: adouble: Remove ad_set() - Dead code. Not...
2021-06-25 Jeremy Allisons3: lib: adouble: Protect ad_read_meta() from accidentl...
2021-06-22 Jeremy Allisons3: lib: In adouble_path(), if the parent directory...
2021-06-09 Jeremy Allisons3: lib: sysacls: Remove all implementations of sys_acl...
2021-06-09 Jeremy Allisons3: lib: sysacls: Add the 'SMB_ACL_TYPE_T type' paramet...
2021-06-09 Jeremy Allisons3: lib: sysacls: Remove sys_acl_get_file(). No longer...
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Add SMB_ACL_TYPE_T type arg
2021-06-04 Volker Lendeckedbwrap_ctdb: Remove "tryonly" from fetch_locked_internal()
2021-06-04 Volker Lendeckedbwrap: Remove "db_context->try_fetch_locked()" fn...
2021-06-02 Jeremy Allisons3: smbd: Remove parent_smb_fname(), no longer used.
2021-06-02 Jeremy Allisons3: lib: Fix talloc heirarcy error in parent_smb_fname().
2021-05-28 Andreas Schneiders3:lib: Remove util_cmdline
2021-05-28 Andreas Schneiders3:lib: Remove popt_samba3
2021-05-20 Andreas Schneiders3:lib: Migrate smbconftort to new cmdline option parser
2021-05-18 Jeremy Allisons3: lib: Fix the solaris build. Commit 8d0ea8bafa00...
2021-05-18 Jeremy Allisons3: smbd: Remove all references to utility and backend...
2021-05-18 Jeremy Allisons3: lib: sysacls: Add sys_acl_delete_def_fd().
2021-05-12 Richard Sharpes3: lib: If we're reporting getaddrinfo fail, print...
2021-05-11 Volker Lendeckelib: Add parent_watch_fd()
next