summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Fix Coverity ID 242722 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+1
| | | | In an error path we are closing domain_handle without opening it
* s3: Fix Coverity ID 242723 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+1
| | | | In an error path we are closing hnd without opening it
* s3: Fix Coverity ID 241961 Uninitialized scalar variableVolker Lendecke2012-05-101-0/+2
|
* s3: Fix Coverity ID 242724 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+1
| | | | In an error path we are closing pol without opening it
* s3: Fix Coverity ID 242725 Uninitialized scalar variableVolker Lendecke2012-05-101-0/+1
| | | | | Not a functional bug, but we copy all of the "key" structure inside dcerpc_winreg_CreateKey.
* s3: Fix Coverity ID 242726 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+1
| | | | | Not a functional bug, but we copy all of the "key" structure inside dcerpc_winreg_OpenKey.
* s3: Fix Coverity ID 242754 Dereference null return valueVolker Lendecke2012-05-101-1/+1
|
* s3: Fix Coverity ID 242184 Dereference after null checkVolker Lendecke2012-05-101-5/+3
| | | | rpc_query_user unconditionally dereferences user_info if successfull
* s3: Fix Coverity ID 242691 Dereference before null checkVolker Lendecke2012-05-101-10/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242692 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242693 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242694 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242695 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242696 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242697 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242698 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242699 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242700 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242701 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242702 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242703 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242704 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242705 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* s3: Fix Coverity ID 242706 Dereference before null checkVolker Lendecke2012-05-101-9/+6
| | | | winreg_printer_openkey above already dereferences winreg_handle
* build: Avoid printing the ABI signature normalisation during the default buildAndrew Bartlett2012-05-101-1/+1
| | | | | | | | | This appears to have been accidentily left in acd63fdb86769ff4328ccb6a4096181e65e4d30f Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu May 10 09:00:20 CEST 2012 on sn-devel-104
* When listing group members allow fallback to cn attribute when ↵Lukasz Zalewski2012-05-101-2/+5
| | | | samAccountName is not available
* build:ignore solaris _GLOBAL_OFFSET_TABLE_ in duplicate symbol checkerAndrew Bartlett2012-05-101-0/+2
|
* s3:auth/server_info: the primary rid should be in the groups rid array (bug ↵Alejandro Escanero Blanco2012-05-091-5/+0
| | | | | | | | | #8798) Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed May 9 19:36:01 CEST 2012 on sn-devel-104
* allow to use system iniparser library.Günther Deschner2012-05-097-10/+31
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 9 17:38:33 CEST 2012 on sn-devel-104
* waf: remove pointless WINBIND_KRB5_LOCATOR env.Günther Deschner2012-05-091-3/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 9 15:16:34 CEST 2012 on sn-devel-104
* s3-smbd: Fix the creation of duplicate SMB_ACL_GROUP entriesAndrew Bartlett2012-05-091-2/+2
| | | | | | | | | | | | The issue was a simple copy and paste bug, which casued a duplicate SMB_ACL_GROUP to be added when we already had one. Andrew Bartlett Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed May 9 13:17:29 CEST 2012 on sn-devel-104
* s3-spoolss: Set DWORD values correctly.Andreas Schneider2012-05-091-9/+9
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed May 9 11:13:00 CEST 2012 on sn-devel-104
* s3-lib/sysacls: Do not include an embedded \0 between ACL entries in ↵Andrew Bartlett2012-05-091-2/+3
| | | | | | | | | | | sys_acl_to_text() This makes it possible to print the entire string again. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed May 9 06:07:06 CEST 2012 on sn-devel-104
* s3-lib: Add const to sys_acl_to_textAndrew Bartlett2012-05-092-2/+2
|
* s3-vfs: Show the invalid ACL when we say it is invalid for setAndrew Bartlett2012-05-091-2/+4
|
* s3-lib: Fix indentation in sys_acl_to_text()Andrew Bartlett2012-05-091-2/+2
|
* Revert "selftest: mark ^samba4.raw.context.session1 as flapping, the test ↵Stefan Metzmacher2012-05-091-1/+0
| | | | | | | | | | | | | was wrong" This reverts commit 794a9da38fbd88eb3d358d453cc5d21998604caa. The test is fixed now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed May 9 02:53:24 CEST 2012 on sn-devel-104
* s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher2012-05-093-9/+17
| | | | metze
* s4:torture/raw/context: test a session setup with a given invalid vuidStefan Metzmacher2012-05-091-17/+29
| | | | | | | | | | On a session setup with EXTENDED_SECURITY we'll get ERRSRV:ERRbaduid, while a session setup without EXTENDED_SECURITY ignores the given vuid. Before this test was doing a reauth of a given vuid, which works for newer Windows versions, but Windows 2000 gives INVALID_PARAMETER. metze
* selftest: mark ^samba4.raw.context.session1 as flapping, the test was wrongStefan Metzmacher2012-05-091-0/+1
| | | | metze
* s3:libsmb: remove unused var in smb2cli_set_info_doneStefan Metzmacher2012-05-091-3/+0
|
* s3:winbindd:autorid check that transaction start did workChristian Ambach2012-05-091-1/+5
| | | | | | | this fixes Coverity #700172 CHECKED_RETURN Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Wed May 9 00:27:08 CEST 2012 on sn-devel-104
* s3:smbd fix some compiler warningsChristian Ambach2012-05-081-2/+2
|
* s3:vfs/gpfs: Have inherited deny ACE's show up in ACLsAlexander Werth2012-05-081-2/+2
| | | | | | Don't use the mode for the get_acl call that surpresses inherited deny ACE's. This is now possible since the inherited ACE flag exists now in GPFS and Samba.
* s4:libcli:raw: fix a comment typo in smb_setfileinfo()Michael Adam2012-05-081-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 8 20:45:16 CEST 2012 on sn-devel-104
* s4:torture: add a new smb2.session.reauth5 test: rename after reauth to anon ↵Michael Adam2012-05-081-0/+228
| | | | - fails
* s4:torture: add a new smb2.session.reauth4 test: setting security descriptor ↵Michael Adam2012-05-081-0/+122
| | | | after reauth to anon - works
* s3-docs: Fix bug #7930.Karolin Seeger2012-05-081-1/+7
| | | | | | | | | Add hint that setting "profile acls = yes" on normal shares can cause trouble. Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Tue May 8 18:47:59 CEST 2012 on sn-devel-104
* s3-po: Fix typo in comment.Karolin Seeger2012-05-081-1/+1
| | | | Karolin
* s3-net: Fix typo in comment.Karolin Seeger2012-05-081-1/+1
| | | | Karolin