Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-22 | s3:idmap: simply call idmap_init_named_domain for "*" in ↵ | Michael Adam | 1 | -41/+14 | |
idmap_init_default_domain The default domain "*" is now treated exactly the same as other explicitly configured domains. | |||||
2011-03-22 | s3:idmap: remove passdb argument from idmap_init_domain() | Michael Adam | 1 | -5/+3 | |
2011-03-22 | s3:idmap: remove the params argument from the init function | Michael Adam | 12 | -29/+21 | |
2011-03-22 | s3:idmap: remove special treatment of domain "*" from idmap_ldap_init. | Michael Adam | 1 | -9/+5 | |
The default config via domain "*" is now treated just as the explicit domain configs. | |||||
2011-03-22 | s3:idmap: remove use of params from idmap_ldap_init - it is not used any more | Michael Adam | 1 | -13/+7 | |
2011-03-22 | s3:idmap: remove the special treatment of the default domain "*" from ↵ | Michael Adam | 1 | -65/+23 | |
idmap_init_domain | |||||
2011-03-22 | s4:python bindings - handle NULL returns from "loadparm_init_global" | Matthias Dieter Wallnöfer | 3 | -0/+17 | |
Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Mar 22 19:52:57 CET 2011 on sn-devel-104 | |||||
2011-03-22 | s4:param/loadparm.c - check for OOM | Matthias Dieter Wallnöfer | 1 | -0/+3 | |
Return NULL if the loadparm context hasn't been allocated Reviewed-by: Jelmer | |||||
2011-03-22 | s4:auth/system_session.c - check for OOM | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
Reviewed-by: Jelmer | |||||
2011-03-22 | s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create() | Stefan Metzmacher | 1 | -1/+1 | |
That's why we have the 'container' parameter to indicate the caller wants to create a directory. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Mar 22 17:39:11 CET 2011 on sn-devel-104 | |||||
2011-03-22 | s3:docs: fix xml of "printnotifybackchannel" parameter (missing closing tag) | Michael Adam | 1 | -0/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Mar 22 13:57:25 CET 2011 on sn-devel-104 | |||||
2011-03-22 | s3-fault: removed the cont_fn from fault_setup() | Andrew Tridgell | 8 | -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 | |||||
2011-03-21 | libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner ↵ | Stefan Metzmacher | 1 | -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 | |||||
2011-03-21 | s3:smbd: access checks should not depend on share mode flags | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-03-21 | s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILD | Stefan Metzmacher | 1 | -10/+58 | |
metze | |||||
2011-03-21 | s3: Fix Coverity ID 1048, CHECKED_RETURN | Volker Lendecke | 1 | -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 | |||||
2011-03-21 | s3: Fix Coverity ID 770, REVERSE_INULL | Volker Lendecke | 1 | -15/+7 | |
We dereference "res" in various places, no point in checking. All current callers send "res!=NULL". | |||||
2011-03-21 | idmap.idl: Fix whitespace | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 21 13:36:48 CET 2011 on sn-devel-104 | |||||
2011-03-20 | pyldb: minor fixup, fix a memory leak | Matthieu Patou | 1 | -2/+3 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Mar 20 12:13:50 CET 2011 on sn-devel-104 | |||||
2011-03-20 | pyldb: add more tests for control manipulation | Matthieu Patou | 1 | -0/+4 | |
2011-03-20 | dsdb: read acl, sd can be null and ret == LDB_SUCCESS | Matthieu Patou | 1 | -1/+1 | |
2011-03-20 | dsdb: acl_read fix a missed talloc_steal | Matthieu Patou | 1 | -0/+1 | |
2011-03-20 | upgradeprovision: Fix typo | Matthieu Patou | 1 | -1/+1 | |
2011-03-20 | ldb:fix control parsing for dirsync | Matthieu Patou | 1 | -2/+3 | |
2011-03-20 | ldapcli: allocate control value on the control object not on the control ↵ | Matthieu Patou | 1 | -2/+2 | |
container | |||||
2011-03-20 | s3: Fix early tldap_search cancels | Volker Lendecke | 1 | -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 | |||||
2011-03-19 | lib/replace/test: Add missing include for prototype. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 19 16:45:56 CET 2011 on sn-devel-104 | |||||
2011-03-19 | rpc_server/remote: Add missing prototype. | Jelmer Vernooij | 1 | -0/+1 | |
2011-03-19 | lib/registry/tests: Fix prototypes. | Jelmer Vernooij | 4 | -4/+4 | |
2011-03-19 | selftest/Samba3: use 'debug pid=yes' | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Mar 19 10:55:34 CET 2011 on sn-devel-104 | |||||
2011-03-19 | s3:smbd: remove uses of "./" in unlink_internals() | Stefan Metzmacher | 1 | -4/+0 | |
Commit 78b931ce6c840ade646c1c6030fa2d6acb77208b tried to do that, but didn't have any effect. metze | |||||
2011-03-19 | s3: use getgrset() when it is available | Christian Ambach | 3 | -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 | |||||
2011-03-19 | pidl: Fix prototype for server init functions. | Jelmer Vernooij | 1 | -2/+5 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 19 04:07:40 CET 2011 on sn-devel-104 | |||||
2011-03-19 | lib/: Fix prototypes for functions. | Jelmer Vernooij | 2 | -3/+5 | |
2011-03-19 | libcli/: Fix prototypes for all functions. | Jelmer Vernooij | 5 | -0/+8 | |
2011-03-19 | source4/: Fix prototypes for all functions in various subsystems. | Jelmer Vernooij | 10 | -0/+19 | |
2011-03-19 | source4/lib: Fix prototypes for all functions. | Jelmer Vernooij | 6 | -0/+12 | |
2011-03-19 | source4/torture: Fix prototypes for all functions. | Jelmer Vernooij | 7 | -0/+8 | |
2011-03-19 | source4/auth: Fix prototypes for all functions. | Jelmer Vernooij | 6 | -1/+17 | |
2011-03-19 | libreplace: Fix prototypes for all functions. | Jelmer Vernooij | 4 | -1/+8 | |
2011-03-19 | source4/param: Fix prototypes for all functions. | Jelmer Vernooij | 4 | -1/+8 | |
2011-03-19 | source4/auth/ntlm: Fix prototypes for all functions. | Jelmer Vernooij | 7 | -0/+13 | |
2011-03-19 | source4/auth/gensec: Fix prototypes for all functions. | Jelmer Vernooij | 7 | -1/+11 | |
2011-03-19 | source4/winbind: Fix prototypes for all functions. | Jelmer Vernooij | 3 | -0/+7 | |
2011-03-19 | source4/torture/ndr: Fix prototypes for all functions. | Jelmer Vernooij | 14 | -0/+14 | |
2011-03-19 | source4/kdc: Fix prototypes for all functions. | Jelmer Vernooij | 6 | -1/+13 | |
2011-03-19 | source4/ntvfs: Fix prototypes for all functions. | Jelmer Vernooij | 7 | -0/+14 | |
2011-03-19 | source4/rpc_server: Fix prototypes for all functions. | Jelmer Vernooij | 6 | -0/+7 | |
2011-03-19 | source4/dsdb/samdb: Fix prototypes for all functions. | Jelmer Vernooij | 4 | -2/+4 | |
2011-03-19 | source4/smbd: Fix prototypes for all functions. | Jelmer Vernooij | 5 | -0/+9 | |