summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* source4/ntvfs/posix: Fix prototypes for all functions.Jelmer Vernooij2011-03-194-0/+8
|
* source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij2011-03-1917-0/+17
|
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-1931-0/+32
|
* wafsamba: add -Wcast-qual only to the toplevel (s4) build.Günther Deschner2011-03-191-1/+3
| | | | | | | | | | In samba3 there are a lot of warnings generated that make it a bit hard to track and monitor other build warnings. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Sat Mar 19 00:58:25 CET 2011 on sn-devel-104
* s3-waf: use HAVE_ADS env to decide whether to build libads.soGünther Deschner2011-03-192-2/+5
| | | | Guenther
* s3-build: use HAVE_ADS define in some more places.Günther Deschner2011-03-192-2/+2
| | | | Guenther
* SMB2 renames return SHARING_VIOLATION if there is any existing oplock on a file.Jeremy Allison2011-03-181-0/+6
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 18 23:39:49 CET 2011 on sn-devel-104
* s3: Add "print notify backchannel" parameter to prevent us doing the reverse ↵Volker Lendecke2011-03-184-0/+37
| | | | | | | print notify connection. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 18 21:34:30 CET 2011 on sn-devel-104
* s3:autorid make sure we set the mapping status correct on early exitChristian Ambach2011-03-181-0/+1
| | | | | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 18 16:30:36 CET 2011 on sn-devel-104
* idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke2011-03-181-8/+3
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke2011-03-181-2/+1
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Remove an unused variableVolker Lendecke2011-03-181-11/+0
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sidVolker Lendecke2011-03-181-5/+6
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Remove an else branchVolker Lendecke2011-03-181-10/+11
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Remove an unused variableVolker Lendecke2011-03-181-11/+0
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Remove an unused parameterVolker Lendecke2011-03-181-3/+2
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Use talloc_tos() in idmap_autorid_sids_to_unixidsVolker Lendecke2011-03-181-8/+12
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Not necessary to talloc domaincfgVolker Lendecke2011-03-181-14/+8
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* idmap-autorid: Not necessary to talloc domainsidVolker Lendecke2011-03-181-9/+8
| | | | Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* s3: Cope with 192.168.1.1/24 in smbcontrol ip-droppedVolker Lendecke2011-03-181-4/+32
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 18 14:56:38 CET 2011 on sn-devel-104
* s4-libcli/rap: add NDR_RAP dependency to LIBCLI_RAP.Günther Deschner2011-03-181-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 18 14:10:57 CET 2011 on sn-devel-104
* s3-waf: enable nss_winbind in make test for nss_wrapper.Günther Deschner2011-03-181-0/+1
| | | | Guenther
* s3-registry: remove some unused headers.Günther Deschner2011-03-185-7/+0
| | | | Guenther
* s3:locking: simplify the non cluster case of brl_get_locks_readonly()Stefan Metzmacher2011-03-181-21/+2
| | | | | | | | | Pair-Programmed-With: Michael Adam <obnox@samba.org> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 18 13:00:51 CET 2011 on sn-devel-104
* s3:locking: brl_get_locks_internal() should not expose a write lock if the ↵Stefan Metzmacher2011-03-181-7/+24
| | | | | | | | | | caller wants read_only This triggered deadlocks in the cluster case of brl_get_locks_readonly(). Pair-Programmed-With: Michael Adam <obnox@samba.org> metze
* s4-rootdse: improved operations error messagesAndrew Tridgell2011-03-181-8/+4
| | | | | | | | this gives better localisation of errors in rootdse. This is to help track down a production error Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Mar 18 05:46:58 CET 2011 on sn-devel-104
* s4-smbtorture: add netsessiongetinfo() test.Günther Deschner2011-03-183-0/+62
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 18 02:11:38 CET 2011 on sn-devel-104
* s4-smbtorture: add missing error code check in test_netsessionenum().Günther Deschner2011-03-181-0/+2
| | | | Guenther
* 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