summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc5 release.samba-4.15.0rc5Jule Anger2021-09-071-1/+1
* WHATSNEW: Add release notes for Samba 4.15.0rc5.Jule Anger2021-09-071-1/+26
* s4/samba: POPT_COMMON_DAEMONRalph Boehme2021-09-061-68/+20
* winbindd: use POPT_COMMON_DAEMONRalph Boehme2021-09-061-65/+23
* nmbd: use POPT_COMMON_DAEMONRalph Boehme2021-09-061-80/+23
* smbd: use POPT_COMMON_DAEMONRalph Boehme2021-09-061-78/+34
* lib/cmdline: restore pre-4.15 logging behaviour for daemonsRalph Boehme2021-09-061-1/+10
* lib/cmdline: add POPT_COMMON_DAEMON daemon popt optionsRalph Boehme2021-09-063-0/+113
* s3: smbd: Fix openat_pathref_fsp() to cope with FIFO's in the filesystem.Jeremy Allison2021-09-062-4/+4
* s3: smbd: Add fifo test for the DISABLE_OPATH case.Jeremy Allison2021-09-063-0/+90
* s3:winbind: Do not start if the priviliged socket path is too longAndreas Schneider2021-09-061-0/+28
* WHATSNEW: servers are now also logging to stderr at startupRalph Boehme2021-09-061-2/+3
* WHATSNEW: fix a typoRalph Boehme2021-09-061-1/+1
* script/autobuild.py: Restore MIT ADDC tests against fl2008*Andrew Bartlett2021-09-061-2/+2
* s3: smbd: In create_conn_struct_cwd(), don't TALLOC_FREE() an unallocated poi...Jeremy Allison2021-09-061-6/+1
* s3: mdssvc: Correctly disconnect the VFS connection inside the mds_ctx destru...Jeremy Allison2021-09-061-0/+5
* winbind: ensure wb_parent_idmap_setup_send() gets called in winbindd_allocate...Ralph Boehme2021-09-061-5/+39
* winbindd: call wb_parent_idmap_setup_send() in wb_queryuser_send()Ralph Boehme2021-09-061-3/+27
* registry: check for running as root in clustering modeRalph Boehme2021-09-061-0/+9
* s3/lib/dbwrap: check if global_messaging_context() succeededRalph Boehme2021-09-061-0/+4
* vfs_gpfs: deal with pathrefs fsps in smbd_gpfs_set_times()Ralph Boehme2021-09-061-5/+37
* lib/gpfswrap: add gpfs_set_times_path() wrapperRalph Boehme2021-09-062-0/+15
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fntimes()Ralph Boehme2021-09-061-6/+2
* vfs_gpfs: pass fsp to smbd_gpfs_set_times()Ralph Boehme2021-09-061-6/+5
* vfs_gpfs: deal with pathref fsps in vfs_gpfs_fntimes()Ralph Boehme2021-09-061-3/+37
* vfs_gpfs: add sys_proc_fd_path() fallback to vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-061-4/+40
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-061-5/+1
* vfs_gpfs: add path based fallback for gpfswrap_fstat_x() on pathref handlesRalph Boehme2021-09-061-3/+30
* vfs_gpfs: check for O_PATH support in gpfswrap_fstat_x()Ralph Boehme2021-09-061-0/+73
* vfs_gpfs: make vfs_gpfs_connect() a no-op on IPC sharesRalph Boehme2021-09-061-1/+5
* vfs_gpfs: don't check for struct gpfs_config_data in vfs_gpfs_[l]stat()Stefan Metzmacher2021-09-061-10/+0
* vfs_gpfs: call SMB_VFS_NEXT_CONNECT() before running some module initializati...Ralph Boehme2021-09-061-6/+5
* smbd: avoid calling creating a pathref in smb_set_file_dosmode()Ralph Boehme2021-09-061-40/+27
* VERSION: Bump version up to 4.15.0rc5...Karolin Seeger2021-09-011-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc4 release.samba-4.15.0rc4Karolin Seeger2021-09-011-1/+1
* WHATSNEW: Add release notes for Samba 4.15.0rc4.Karolin Seeger2021-09-011-1/+8
* util_sock: fix assignment of sa_socklenBjoern Jacke2021-09-011-0/+9
* WHATSNEW: Fix formatting.Karolin Seeger2021-09-011-17/+19
* s3/rpc_server: track the number of policy handles with a talloc destructorRalph Boehme2021-08-262-3/+18
* selftest: add a test for the "deadtime" parameterRalph Boehme2021-08-263-0/+72
* VERSION: Bump version up to Samba 4.15.0rc4...Jule Anger2021-08-261-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc3 release.samba-4.15.0rc3Jule Anger2021-08-261-1/+1
* WHATSNEW: Add release notes for Samba 4.15.0rc3.Jule Anger2021-08-261-1/+25
* WHATSNEW: add matrix.org and liberaDouglas Bagnall2021-08-261-1/+2
* WHATSNEW: Add various DNS changesDouglas Bagnall2021-08-261-0/+101
* WHATSNEW: reformat for style (mostly Bind9 DLZ allow/deny)Douglas Bagnall2021-08-261-9/+13
* s3:winbindd: Pass the right variable to the debug messageAndreas Schneider2021-08-251-1/+1
* s3: VFS: streams_depot: Allow "streams directory" outside of share path to wo...Jeremy Allison2021-08-252-6/+23
* s3: VFS: vfs_streams_depot: Factor out the code that gets the absolute stream...Jeremy Allison2021-08-251-14/+36
* s3: selftest: Add a test for vfs_streams_depot with the target path outside o...Jeremy Allison2021-08-253-0/+21