summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-228-46/+8
| | | | | | | | | | cont_fn() was supposed to be a way to continue after a seg fault. It could never be called however, as smb_panic() from fault_report() could never return, as dump_core() never returns at the end of smb_panic() Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 22 05:07:58 CET 2011 on sn-devel-104
* libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner ↵Stefan Metzmacher2011-03-211-28/+30
| | | | | | | | | | | | by default In the file server SEC_STD_DELETE is granted on the file/directory or by FILE_DELETE_CHILD on the parent directory. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Mar 21 23:25:05 CET 2011 on sn-devel-104
* s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher2011-03-211-1/+0
| | | | metze
* s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILDStefan Metzmacher2011-03-211-10/+58
| | | | metze
* s3: Fix Coverity ID 1048, CHECKED_RETURNVolker Lendecke2011-03-211-6/+1
| | | | | | | This is a real bug: tevent_req_set_endtime already calls tevent_req_nomem. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 21 16:29:22 CET 2011 on sn-devel-104
* s3: Fix Coverity ID 770, REVERSE_INULLVolker Lendecke2011-03-211-15/+7
| | | | | We dereference "res" in various places, no point in checking. All current callers send "res!=NULL".
* idmap.idl: Fix whitespaceVolker Lendecke2011-03-211-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 21 13:36:48 CET 2011 on sn-devel-104
* pyldb: minor fixup, fix a memory leakMatthieu Patou2011-03-201-2/+3
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Mar 20 12:13:50 CET 2011 on sn-devel-104
* pyldb: add more tests for control manipulationMatthieu Patou2011-03-201-0/+4
|
* dsdb: read acl, sd can be null and ret == LDB_SUCCESSMatthieu Patou2011-03-201-1/+1
|
* dsdb: acl_read fix a missed talloc_stealMatthieu Patou2011-03-201-0/+1
|
* upgradeprovision: Fix typoMatthieu Patou2011-03-201-1/+1
|
* ldb:fix control parsing for dirsyncMatthieu Patou2011-03-201-2/+3
|
* ldapcli: allocate control value on the control object not on the control ↵Matthieu Patou2011-03-201-2/+2
| | | | container
* s3: Fix early tldap_search cancelsVolker Lendecke2011-03-201-1/+1
| | | | | | | | | | | A callback of tldap_search_send might not interested in the rest of the results and could do a TALLOC_FREE of the search request. In this case, "subreq" is already free'ed. So we have to set it to pending before the callback is called. The TALLOC_FREE of the search request will set it to non-pending again via tldap_msg_destructor. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 20 11:26:57 CET 2011 on sn-devel-104
* lib/replace/test: Add missing include for prototype.Jelmer Vernooij2011-03-191-0/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 19 16:45:56 CET 2011 on sn-devel-104
* rpc_server/remote: Add missing prototype.Jelmer Vernooij2011-03-191-0/+1
|
* lib/registry/tests: Fix prototypes.Jelmer Vernooij2011-03-194-4/+4
|
* selftest/Samba3: use 'debug pid=yes'Stefan Metzmacher2011-03-191-0/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Mar 19 10:55:34 CET 2011 on sn-devel-104
* s3:smbd: remove uses of "./" in unlink_internals()Stefan Metzmacher2011-03-191-4/+0
| | | | | | | Commit 78b931ce6c840ade646c1c6030fa2d6acb77208b tried to do that, but didn't have any effect. metze
* s3: use getgrset() when it is availableChristian Ambach2011-03-193-3/+59
| | | | | | | | | | When getgrouplist() is not defined, use getgrset() if it is defined instead of using the initgroups() + getgroups() combo Major contributions from Yannick Bergeron <yaberger@ca.ibm.com> Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Mar 19 10:09:38 CET 2011 on sn-devel-104
* pidl: Fix prototype for server init functions.Jelmer Vernooij2011-03-191-2/+5
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 19 04:07:40 CET 2011 on sn-devel-104
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-192-3/+5
|
* libcli/: Fix prototypes for all functions.Jelmer Vernooij2011-03-195-0/+8
|
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-1910-0/+19
|
* source4/lib: Fix prototypes for all functions.Jelmer Vernooij2011-03-196-0/+12
|
* source4/torture: Fix prototypes for all functions.Jelmer Vernooij2011-03-197-0/+8
|
* source4/auth: Fix prototypes for all functions.Jelmer Vernooij2011-03-196-1/+17
|
* libreplace: Fix prototypes for all functions.Jelmer Vernooij2011-03-194-1/+8
|
* source4/param: Fix prototypes for all functions.Jelmer Vernooij2011-03-194-1/+8
|
* source4/auth/ntlm: Fix prototypes for all functions.Jelmer Vernooij2011-03-197-0/+13
|
* source4/auth/gensec: Fix prototypes for all functions.Jelmer Vernooij2011-03-197-1/+11
|
* source4/winbind: Fix prototypes for all functions.Jelmer Vernooij2011-03-193-0/+7
|
* source4/torture/ndr: Fix prototypes for all functions.Jelmer Vernooij2011-03-1914-0/+14
|
* source4/kdc: Fix prototypes for all functions.Jelmer Vernooij2011-03-196-1/+13
|
* source4/ntvfs: Fix prototypes for all functions.Jelmer Vernooij2011-03-197-0/+14
|
* source4/rpc_server: Fix prototypes for all functions.Jelmer Vernooij2011-03-196-0/+7
|
* source4/dsdb/samdb: Fix prototypes for all functions.Jelmer Vernooij2011-03-194-2/+4
|
* source4/smbd: Fix prototypes for all functions.Jelmer Vernooij2011-03-195-0/+9
|
* 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>