summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-libcli/rap: add smbcli_rap_netsessiongetinfo().Günther Deschner2011-03-181-0/+60
| | | | Guenther
* rap: add rap_NetSessionGetInfo to IDL.Günther Deschner2011-03-181-0/+11
| | | | Guenther
* s4-smbtorture: add test for rap_NetUserDelete().Günther Deschner2011-03-182-0/+50
| | | | Guenther
* s3-net: make sure we set correct default user flags in rap_user_add().Günther Deschner2011-03-181-1/+1
| | | | Guenther
* s4-smbtorture: add test for rap_NetUserAdd().Günther Deschner2011-03-182-1/+67
| | | | Guenther
* s4-libcli/rap: add smbcli_rap_netuserdelete().Günther Deschner2011-03-181-0/+45
| | | | Guenther
* rap: add rap_NetUserDelete IDL.Günther Deschner2011-03-181-0/+7
| | | | Guenther
* s4-libcli/rap: add smbcli_rap_netuseradd().Günther Deschner2011-03-181-1/+58
| | | | Guenther
* rap: add rap_NetUserAdd IDL.Günther Deschner2011-03-181-0/+11
| | | | Guenther
* s4-smbtorture: use torture_assert_ and comment functions in raw.eas test.Günther Deschner2011-03-181-32/+29
| | | | Guenther
* s4-smbtorture: use torture_context in raw.eas test.Günther Deschner2011-03-181-6/+6
| | | | Guenther
* s4-smbtorture: remove trailing whitespace from raw.eas test.Günther Deschner2011-03-181-34/+34
| | | | Guenther
* s3-utils: run minimal_includes.pl over utils/*.cGünther Deschner2011-03-183-4/+0
| | | | Guenther
* The searches struct is still being used and idled in SMB2 - move it to the ↵Jeremy Allison2011-03-182-31/+33
| | | | | | | | | | | global section until we decide if we want to idle SMB2 directory handles. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 18 01:13:53 CET 2011 on sn-devel-104
* Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.Jeremy Allison2011-03-171-1/+13
| | | | | | | | The key was allowing the dptr_idle code to be triggered. We were closing the dirp->dir handle without updating the underlying fd in the open fsp. Jeremy.
* s3: Expose num_opens via api_RNetSessionEnumVolker Lendecke2011-03-171-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 17 22:05:10 CET 2011 on sn-devel-104
* Nulling out the op_mid is never the right thing to do. We depend onJeremy Allison2011-03-171-1/+0
| | | | | | | | | this value when searching for specific share mode entries. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Mar 17 19:59:51 CET 2011 on sn-devel-104
* Fix compiler warning in debug message.Jeremy Allison2011-03-171-1/+1
|
* s3:Makefile.in: make sure we rebuild bin/smbtorture4 if there where changesStefan Metzmacher2011-03-171-0/+2
| | | | | | | | | and bin/ndrdump4... metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Mar 17 16:31:45 CET 2011 on sn-devel-104
* lib-util: put data_blob back in the public librarySimo Sorce2011-03-172-3/+3
| | | | | | | | data_blob is defined ina public header, so it needs to be exposed in the public library. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Mar 17 15:39:08 CET 2011 on sn-devel-104
* s3-waf: add --with-pam_smbpass configure option.Günther Deschner2011-03-171-0/+1
| | | | | | | | | We build pam_smbpass independent from this configure option though. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 17 14:52:33 CET 2011 on sn-devel-104
* s3-waf: move HAVE_LDAP_SASL_WRAPPING define to the HAVE_LDAP block.Günther Deschner2011-03-171-5/+5
| | | | Guenther
* s3:net Find uid before using itSumit Bose2011-03-171-7/+7
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-smbtorture: more torture_fail usage in raw.write test.Günther Deschner2011-03-171-6/+6
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 17 13:10:14 CET 2011 on sn-devel-104
* s3-username: rename static getpwnam_alloc to getpwnam_alloc_cached.Günther Deschner2011-03-171-5/+5
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 17 00:32:40 CET 2011 on sn-devel-104
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-1611-1/+13
| | | | Guenther
* dcerpc: we do not need these as public headersSimo Sorce2011-03-162-3/+1
| | | | | | | | | | latest openchange doesn't need these headers either fix _PRINTF_ATTRIBUTE in tdr.h, as it was failing to work after removing proto.h due to side effects. PRINTF_ATTRIBUTE is ok and is define in talloc.h which is included by tdr.h Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Mar 16 23:45:20 CET 2011 on sn-devel-104
* s3: Fix Coverity ID 2231, REVERSE_INULLVolker Lendecke2011-03-161-2/+3
| | | | | | | No point in checking for !ctx after dereferencing it Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 22:51:52 CET 2011 on sn-devel-104
* s3: Fix Coverity ID 2232, REVERSE_INULLVolker Lendecke2011-03-161-2/+4
| | | | No point checking for !cli after dereferencing it
* s3: Fix Coverity ID 2233, REVERSE_INULLVolker Lendecke2011-03-161-1/+1
| | | | We have dereferenced h already in dcerpc_lsa_open_policy2 in line 425
* s3: Fix Coverity ID 2234: REVERSE_INULLVolker Lendecke2011-03-161-2/+2
| | | | We have dereferenced "b" already in dcerpc_samr_Connect2 in line 521
* s3: Fix Coverity ID 2140, DEADCODEVolker Lendecke2011-03-161-1/+1
| | | | | | | This routine was never executed after f0dcc90f because "netname" was always NULL. Jeremy, please check!
* s3: Fix Coverity ID 2144, DEADCODEVolker Lendecke2011-03-161-1/+1
| | | | | | We could never have assigned the real value in line 481. Andreas, please check!
* s3: Fix Coverity ID 2147, FORWARD_NULLVolker Lendecke2011-03-161-1/+1
| | | | How could this ever have worked???
* s3: Fix Coverity ID 2148, FORWARD_NULLVolker Lendecke2011-03-161-3/+2
| | | | Further down we unconditionally reference *info
* s3: Fix Coverity ID 1402: PASS_BY_VALUEVolker Lendecke2011-03-161-11/+11
| | | | | | | There's no point in passing GROUP_MAP on the stack Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 21:58:08 CET 2011 on sn-devel-104
* s3: Fix Coverity ID 2213, PASS_BY_VALUEVolker Lendecke2011-03-161-6/+6
| | | | | | There's little point to pass a copy of this structure on the stack. Günther, please check!
* s3: Fix Coverity ID 1012, CHECKED_RETURNVolker Lendecke2011-03-161-6/+5
| | | | | This is probably more or less taste. Removing the necessity for a comment is a good thing though IMO.
* s3: Fix Coverity ID 1013, CHECKED_RETURNVolker Lendecke2011-03-161-6/+5
| | | | | This is probably more or less taste. Removing the necessity for a comment is a good thing though IMO.
* s3: Fix Coverity ID 1017, CHECKED_RETURNVolker Lendecke2011-03-161-1/+3
| | | | Günther, please check!
* s3: Fix Coverity ID 1018, CHECKED_RETURNVolker Lendecke2011-03-161-3/+5
|
* s3: Fix Coverity ID 1034, CHECKED_RETURNVolker Lendecke2011-03-161-3/+1
| | | | In all other places we check the result of secrets_init.
* s3: Fix Coverity ID 2100, BAD_SIZEOFVolker Lendecke2011-03-161-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 18:52:18 CET 2011 on sn-devel-104
* s3: Fix Coverity ID 2317: Uninitialized readVolker Lendecke2011-03-161-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2318: Uninitialized readVolker Lendecke2011-03-161-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2319: Uninitialized readVolker Lendecke2011-03-161-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s4-smbtorture: use torture_assert in torture_samba3_rpc_sharesec().Günther Deschner2011-03-161-23/+18
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 16 17:47:11 CET 2011 on sn-devel-104
* s4-smbtorture: use torture_fail and _assert in torture_samba3_rpc_getusername().Günther Deschner2011-03-161-48/+16
| | | | Guenther
* s4-smbtorture: remove explicit mem_ctx from torture_samba3_rpc_getusername().Günther Deschner2011-03-161-20/+14
| | | | Guenther
* s3-packet: only include packet.h where needed.Günther Deschner2011-03-163-1/+2
| | | | Guenther