summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.16.2 release.samba-4.16.2Jule Anger2022-06-131-1/+1
* WHATSNEW: Add release notes for Samba 4.16.2.Jule Anger2022-06-131-2/+71
* Revert "lib:util: Remove NIS support from string_match()"Samuel Cabrero2022-06-121-0/+56
* Revert "s3:smbd: Remove NIS support"Samuel Cabrero2022-06-125-29/+154
* Revert "docs-xml: Update documentation for removal of NIS support"Samuel Cabrero2022-06-125-7/+31
* Revert "s3:auth: Fix user_in_list() for UNIX groups"Samuel Cabrero2022-06-121-7/+5
* ldb: version 2.5.1ldb-2.5.1Stefan Metzmacher2022-06-093-1/+287
* s3:smbd: Out-by-4 error in smbd read reply max_send clampRobert Sprowson2022-06-091-2/+2
* s3:printing: Start samba-bgqd as soon as possibleAndreas Schneider2022-06-091-4/+4
* s3:printing: Initialize the printcap cache as soon as the bgqd startsAndreas Schneider2022-06-091-0/+3
* lib/util/gpfswrap: remove unused gpfswrap_get_winattrs_path()Ralph Boehme2022-06-092-16/+0
* vfs_gpfs: use handle based gpfswrap_get_winattrs()Ralph Boehme2022-06-091-6/+6
* lib/util/gpfswrap: remove unused gpfswrap_getacl()Ralph Boehme2022-06-092-13/+0
* vfs_gpfs: finally: use gpfswrap_fgetacl() instead of gpfswrap_getacl()Ralph Boehme2022-06-091-2/+2
* lib/util/gpfswrap: add gpfswrap_fgetacl()Ralph Boehme2022-06-092-0/+13
* vfs_gpfs: pass fsp to gpfs_getacl_with_capability()Ralph Boehme2022-06-091-3/+5
* vfs_gpfs: pass fsp to vfs_gpfs_getacl()Ralph Boehme2022-06-091-7/+6
* vfs_gpfs: use fsp in gpfsacl_get_posix_acl()Ralph Boehme2022-06-091-2/+2
* vfs_gpfs: pass fsp to gpfsacl_get_posix_acl()Ralph Boehme2022-06-091-3/+4
* vfs_gpfs: pass fsp to gpfs_get_nfs4_acl()Ralph Boehme2022-06-091-3/+5
* vfs_gpfs: pass fsp to gpfsacl_emu_chmod()Ralph Boehme2022-06-091-4/+5
* vfs_gpfs: indentation and README.Coding fixesRalph Boehme2022-06-091-17/+19
* s3/client: Restore '-E' handlingNoel Power2022-05-302-1/+5
* s3/script/tests: Test smbclient -E redirects output to stderrNoel Power2022-05-302-0/+46
* s3:libads: Clear previous CLDAP ping flags when reusing the ADS_STRUCTSamuel Cabrero2022-05-301-0/+7
* third_party: Update waf to version 2.0.24Andreas Schneider2022-05-307-9/+26
* third_party: Update waf to verison 2.0.23Andreas Schneider2022-05-3021-113/+325
* third_party:waf: Print the version of waf at the end of the update scriptAndreas Schneider2022-05-301-1/+3
* srvsvc: Announce [username] in NetShareEnumVolker Lendecke2022-05-202-2/+15
* srvsvc: Add a central return point to init_srv_share_info_ctr()Volker Lendecke2022-05-201-25/+73
* selftest: Test for bug 15062 -- list "username" in netshareenumVolker Lendecke2022-05-203-0/+29
* s3: smbd: Allow a durable handle on a leased stat-open.Jeremy Allison2022-05-092-5/+0
* s4: torture: Add a new test - samba3.smb2.durable-open.stat-open.Jeremy Allison2022-05-093-0/+65
* VERSION: Bump version up to Samba 4.16.2...Jule Anger2022-05-021-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.16.1 release.samba-4.16.1Jule Anger2022-05-021-1/+1
* WHATSNEW: Add release notes for Samba 4.16.1.Jule Anger2022-05-021-0/+72
* vfs_gpfs: Ignore pathref fds for gpfs:recalls checkChristof Schmitt2022-05-021-0/+1
* s4:kdc: strictly have 2 16-bit parts in krbtgt kvnosStefan Metzmacher2022-04-281-8/+43
* s3:passdb: Also allow to handle UPNs in lookup_name_smbconf()Andreas Schneider2022-04-281-1/+2
* s3:passdb: Refactor lookup_name_smbconf()Andreas Schneider2022-04-281-3/+4
* s3:passdb: Use already defined pointer in lookup_name_smbconf()Andreas Schneider2022-04-281-7/+5
* s3:passdb: Add support to handle UPNs in lookup_name()Andreas Schneider2022-04-281-2/+12
* s3:passdb: Remove trailing spaces in lookup_sid.cAndreas Schneider2022-04-281-9/+9
* s3:winbind: Remove no longer used domain's private_data pointerSamuel Cabrero2022-04-152-5/+0
* s3:winbind: Do not use domain's private data to store the ADS_STRUCTSamuel Cabrero2022-04-154-9/+12
* s3:winbind: Simplify open_cached_internal_pipe_conn()Samuel Cabrero2022-04-151-6/+4
* s3:winbind: Do not use domain's private data to store the SAMR pipesSamuel Cabrero2022-04-153-15/+17
* s3: smbget: Fix auth_fn, order of //server/share parameters is mixed in prompt.Jeremy Allison2022-04-151-1/+1
* s3:auth: Fix user_in_list() for UNIX groupsPavel Filipenský2022-04-112-6/+7
* s3:tests Test "username map" for UNIX groupsPavel Filipenský2022-04-113-0/+31