s3: smbd: mkdir_internal(). 2 of 2. All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name...
[samba.git] / lib /
2022-03-23 Stefan Metzmacherreplace: add explicit function pointer casting from...
2022-03-23 Andrew Bartlettlib/replace: Do not typedef int bool
2022-03-17 Andreas Schneiderlib:krb5_wrap: Implement smb_krb5_principal_is_tgs()
2022-03-11 Stefan Metzmacherdocs-xml: add 'kdc enable fast' option
2022-03-04 Isaac Boukriskrb5-mit: Enable S4U client support for MIT build
2022-02-24 Andreas Schneiderlib:tevent: Reformat shell scripts
2022-02-24 Andreas Schneiderlib:tdb: Reformat shell scripts
2022-02-24 Andreas Schneiderlib:replace: Reformat shell scripts
2022-02-24 Andreas Schneiderlib:ldb: Reformat shell scripts
2022-02-24 Andreas Schneiderlib:fuzzing: Reformat shell scripts
2022-02-23 Samuel Cabrerolib:krb5_wrap: Fix wrong debug message and use newer...
2022-02-23 Samuel Cabrerolib:krb5_wrap: Improve debug message and use newer...
2022-02-22 Martin Schwenkeutil: CID 1499409: Memory - corruptions (OVERLAPPING_...
2022-02-17 Martin Schwenkeutil: Drop unused variable num_chars
2022-02-07 Volker Lendeckelib: Simplify pm_process()
2022-02-03 David Seiferttevent: add missing `#include <sys/types.h>`
2022-02-01 Pavel Filipenskýlib:replace: Fix NULL issue reported by covscan
2022-02-01 Pavel Filipenskýlib:replace: Fix trailing whitespace in os2_delete.c
2022-01-24 Stefan Metzmacherlib/util: add dump_data_diff*() helpers
2022-01-24 Stefan Metzmacherlib/util: split out a dump_data_block16() helper
2022-01-24 Stefan Metzmacherldb: bump version to 2.6.0 for Samba 4.17.x releases ldb-2.6.0
2022-01-24 Stefan Metzmachertdb: version 1.4.6 tdb-1.4.6
2022-01-11 Jeremy Allisonlib: util: Make nt_time_to_full_timespec() call nt_time...
2022-01-11 Jeremy Allisonlib: util: Make nt_time_to_unix_timespec() call nt_time...
2022-01-08 Jeremy Allisonlib: util: Add a function nt_time_to_unix_timespec_raw().
2022-01-05 Volker Lendeckelib: Fix a typo
2021-12-15 Andreas Schneiderlib:util: Initialize pid
2021-12-15 Andreas Schneiderlib:krb_wrap: Add missing error check in smb_krb5_salt_...
2021-12-15 Andreas Schneiderlib:util: Check return value of tdb_parse_record()
2021-12-15 Joseph Suttonkdc: Pad UPN_DNS_INFO PAC buffer
2021-12-15 Volker Lendecketdb: Raw performance torture to beat tdb_increment_seqnum
2021-12-15 Volker Lendecketdb: Use atomic operations for tdb_[increment|get]_seqnum
2021-12-15 Volker Lendeckeconfigure: Check for __atomic_add_fetch() and __atomic_...
2021-12-13 Bernd Kuhlslib/util: Add signal.h include
2021-12-10 Volker Lendeckes3:rpc_server: Activate samba-dcerpcd
2021-12-10 Jeremy Allisondocs-xml: Add "rpc start on demand helpers", true by...
2021-12-07 Andrew Bartlettlib/replace: For heimdal_build: Try to use the OS or...
2021-11-30 Stefan Metzmachernsswitch: reduce dependecies to private libraries and...
2021-11-30 Stefan Metzmacherlib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host...
2021-11-25 Andrew BartlettCVE-2021-3670 ldb: Confirm the request has not yet... ldb-2.5.0
2021-11-17 Volker Lendeckecmdline: Make -P work in clustered mode
2021-11-17 Volker Lendeckecmdline: Add a callback to set the machine account...
2021-11-17 Douglas Bagnalllib/replace/timegm: use utf-8
2021-11-11 Ralph Boehmelib/cmdline: setup default file logging for servers
2021-11-11 Ralph Boehmelib/cmdline: remember config_type in samba_cmdline_init()
2021-11-11 Ralph Boehmelib/cmdline: fix indentation
2021-11-11 Ralph Boehmelib/debug: in debug_set_logfile() call reopen_logs_inte...
2021-11-11 Ralph Boehmelib/debug: fix fd check before dup'ing to stderr
2021-11-09 Alexander BokovoyCVE-2020-25717: Add FreeIPA domain controller role
2021-11-09 Samuel CabreroCVE-2020-25717: loadparm: Add new parameter "min domain...
2021-11-04 Ralph Boehmelib/dbwrap: reset deleted record to tdb_null
2021-11-01 Martin Schwenkedebug: Add new smb.conf option "debug syslog format"
2021-11-01 Martin Schwenkedebug: Add debug_syslog_format setting
2021-10-28 Ralph Boehmelib: handle NTTIME_THAW in nt_time_to_full_timespec()
2021-10-28 Ralph Boehmelib: add a test for null_nttime(NTTIME_THAW)
2021-10-28 Ralph Boehmelib: update null_nttime() of -1: -1 is NTTIME_FREEZE
2021-10-28 Ralph Boehmelib: use NTTIME_FREEZE in a null_nttime() test
2021-10-28 Ralph Boehmelib: fix null_nttime() tests
2021-10-28 Ralph Boehmelib: add NTTIME_THAW
2021-10-28 Andreas Schneiderlib:cmdline: Fix -k option which doesn't expect anything
2021-10-23 Andrew Bartlettlib/krb5_wrap: Fix missing error check in new salt...
2021-10-20 Andrew Bartlettdsdb: Allow special chars like "@" in samAccountName...
2021-10-14 Martin Schwenkedebug: Optimise construction of msg_no_nl
2021-10-14 Martin Schwenkedebug: Move msg_no_nl to state
2021-10-14 Martin Schwenkedebug: Optimise early return when header string buffer...
2021-10-14 Martin Schwenkedebug: Optimise to avoid walking the header string
2021-10-14 Martin Schwenkedebug: Optimise construction of header_str_no_nl
2021-10-14 Martin Schwenkedebug: Rename variable for consistency
2021-10-14 Martin Schwenkedebug: Push message length argument down to backend...
2021-10-14 Martin Schwenkedebug: Add length argument to Debug1()
2021-10-14 Martin Schwenkedebug: Avoid debug header being separated from debug...
2021-10-14 Martin Schwenkedebug: Factor out function copy_no_nl()
2021-10-14 Martin Schwenkedebug: Add a level of indirection to ring buffer logging
2021-10-14 Martin Schwenkedebug: Move header_str and hs_len to state
2021-10-13 Alex Richardsonaudit_logging.c: fix compilation on macOS
2021-10-13 Alex Richardsoncharset_macosxfs.c: fix compilation on macOS
2021-10-08 Ralph Boehmelib: add sys_block_align[_truncate]()
2021-10-08 Volker Lendeckelib: Add talloc_asprintf_addbuf()
2021-10-05 Andrew BartlettRelease ldb 2.50 for the future samba 4.16 series
2021-10-05 Andrew BartlettRelease ldb 2.4.1
2021-10-04 Andreas Schneiderlib:fuzzing: Fix quoting of --fuzz-target-ldflags
2021-09-28 Uri Simchoniselftest: test tsocket_address_inet_from_hostport_strings
2021-09-28 Uri Simchoniselftest: add more tests for test_address_inet_from_strings
2021-09-28 Matthew Grantlib/tsocket: new function to parse host port strs.
2021-09-28 Joseph Suttonpyldb: Make ldb.Message containment testing consistent...
2021-09-28 Joseph Suttonpyldb: Add tests for ldb.Message containment testing
2021-09-28 Joseph Suttonpyldb: Raise TypeError for an invalid ldb.Message index
2021-09-28 Joseph Suttonpyldb: Add test for an invalid ldb.Message index type
2021-09-28 Joseph Suttonpyldb: Fix deleting an ldb.Control critical flag
2021-09-28 Joseph Suttonpyldb: Fix deleting an ldb.Message dn
2021-09-21 Michael Adamlib:cmdline: fix a comment
2021-09-21 Volker Lendeckelib: Move closefrom_except*() to a separate file
2021-09-18 Volker Lendeckedebug: Remove "override_logfile"
2021-09-16 Amitay Isaacslib/tsocket: Fix build on Freebsd
2021-09-15 Joseph Suttonpyldb: Avoid use-after-free in msg_diff()
2021-09-15 Joseph Suttonldb_msg: Don't fail in ldb_msg_copy() if source DN...
2021-09-14 Christof Schmittloadparm: Set default of "kernel share modes" to "no"
2021-09-13 Uri Simchonitsocket: set errno on some failures of tsocket_address_...
2021-09-13 Uri Simchoniselftest: add a unit test for tsocket_address_inet_from...
2021-09-10 Ralph Boehmetexpect: don't ignore unknown options
next