Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-27 | s4 dns: Add a simple async client library | Kai Blin | 4 | -0/+231 | |
2012-03-27 | selftest.py: Add get_interface. | Jelmer Vernooij | 2 | -4/+45 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Mar 27 00:32:48 CEST 2012 on sn-devel-104 | |||||
2012-03-26 | ndr: Update ABI. | Jelmer Vernooij | 1 | -0/+245 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Mar 26 19:58:25 CEST 2012 on sn-devel-104 | |||||
2012-03-26 | wafsamba: Cope with slight differences in gdb output regarding incomplete ↵ | Jelmer Vernooij | 5 | -246/+59 | |
sequences. Bug: https://bugzilla.samba.org/show_bug.cgi?id=8820 | |||||
2012-03-26 | Add ABI file for libndr. | Jelmer Vernooij | 2 | -2/+249 | |
2012-03-26 | s3: Pass filters explicitly through vfs notify watch | Volker Lendecke | 12 | -32/+49 | |
This removes a dependency on "struct notify_entry" and makes the nature of the API more explicit. We depend upon the VFS module to mask out elements from e->filter and e->subdir_filter that it took over to handle. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Mar 26 17:45:44 CEST 2012 on sn-devel-104 | |||||
2012-03-26 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2012-03-26 | s3: Rename a variable in inotify_watch for clarity | Volker Lendecke | 1 | -5/+5 | |
2012-03-26 | s3: Pass "filter" instead of "notify_entry" to inotify_map | Volker Lendecke | 1 | -4/+4 | |
This makes the potential modification a bit more obvious | |||||
2012-03-26 | s3-docs: Prepend '/' to filename argument (Bug #8826) | SATOH Fumiyasu | 1 | -1/+1 | |
2012-03-26 | s4-dsdb: use constant-time search for descriptor -> get_last_structural_class() | Andrew Bartlett | 2 | -2/+4 | |
The objectClass list is sorted at this point, as we are called below the objectclass module here, or are working from a search result. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Mar 26 05:38:13 CEST 2012 on sn-devel-104 | |||||
2012-03-26 | Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to ↵ | Richard Sharpe | 1 | -8/+23 | |
both get_acl and set_acl to allow the caller to specify what info is wanted. Defaults to 0 which means all info. Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Mon Mar 26 04:05:25 CEST 2012 on sn-devel-104 | |||||
2012-03-26 | s4:ldap.py - re-introduce the ↵ | Matthias Dieter Wallnöfer | 1 | -11/+4 | |
"(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,DC=local)" test This syntax is not supported by Windows AD and should also be denied by s4/LDB. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Mar 26 02:30:53 CEST 2012 on sn-devel-104 | |||||
2012-03-26 | LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD mode | Matthias Dieter Wallnöfer | 4 | -2/+20 | |
Achieve this by introducing a "disallowDNFilter" flag. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-03-26 | LDB/s4 - do not use the "(dn=...)" syntax on filters anymore | Matthias Dieter Wallnöfer | 9 | -31/+32 | |
Make it AD-compatible using "(distinguishedName=...)". Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-03-26 | s4:ldap.py - test the already mentioned structural object class sorting ↵ | Matthias Dieter Wallnöfer | 1 | -0/+15 | |
behaviour Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-03-26 | s4:dsdb - enhance "get_last_structural_class()" for optimisations | Matthias Dieter Wallnöfer | 3 | -10/+29 | |
If the objectclass entry has been sorted before we are able to determine the (last) structural or 88 object class in constant time. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-03-26 | s4:objectclass LDB module - fix up the sorting in respect to structural or ↵ | Matthias Dieter Wallnöfer | 1 | -4/+18 | |
88 objectclasses Please have a look at MS-ADTS 3.1.1.1.4. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-03-26 | s4:objectclass LDB module - clean up "objectclass_sort()" | Matthias Dieter Wallnöfer | 1 | -24/+13 | |
Make it easier to comprehend Reviewed-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-03-26 | s3-make: Fix build with new smb2_session file. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Mar 26 00:56:13 CEST 2012 on sn-devel-104 | |||||
2012-03-25 | LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb. | Jelmer Vernooij | 1 | -1/+1 | |
The latter pulls in a fair number of other libraries, including popt and the Samba registry library. | |||||
2012-03-25 | smb2: Move smb2cli session setup code to cli_smb_common. | Jelmer Vernooij | 3 | -207/+234 | |
2012-03-25 | libcli/smb: Stop generating unused proto file. | Jelmer Vernooij | 1 | -1/+0 | |
2012-03-25 | replace: Avoid DEBUG(), which is not available in libreplace. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Mar 25 00:13:59 CET 2012 on sn-devel-104 | |||||
2012-03-24 | libreplace: Add usleep implementation. | Jelmer Vernooij | 2 | -0/+20 | |
2012-03-24 | use usleep rather than sys_usleep in various places, in anticipation of ↵ | Jelmer Vernooij | 6 | -39/+4 | |
usleep moving to libreplace. | |||||
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 49 | -136/+95 | |
The performance of these is minimal (these days) and they can return invalid results when used as part of applications that do not use sys_fork(). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 24 21:55:41 CET 2012 on sn-devel-104 | |||||
2012-03-24 | lib/util: Allow calloc use in util.c, too. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 24 18:50:32 CET 2012 on sn-devel-104 | |||||
2012-03-24 | adt_tree: Fix return types. | Jelmer Vernooij | 1 | -3/+3 | |
2012-03-24 | replace: Work around socket wrapper. | Jelmer Vernooij | 1 | -0/+1 | |
It's fine to ignore socket wrapper here, as it doesn't deal with unix domain sockets. | |||||
2012-03-24 | replace: Add system/network.h for ucred struct. | Jelmer Vernooij | 1 | -0/+1 | |
2012-03-24 | s3-waf: Use samba3-util library instead of lots of tiny libs. | Jelmer Vernooij | 1 | -52/+18 | |
The smaller libraries are currently all trivial in size and don't have any dependencies other than samba-util. Having lots of small private libraries is a pain for packaging, and there isn't much advantage in this. | |||||
2012-03-24 | adt_tree: Avoid WERROR. | Jelmer Vernooij | 3 | -5/+8 | |
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 11 | -67/+77 | |
2012-03-24 | util_malloc: Remove unused constant. | Jelmer Vernooij | 1 | -3/+0 | |
2012-03-24 | lib/util: Remove dummy wrapper for getgrgid(). | Jelmer Vernooij | 3 | -13/+3 | |
2012-03-24 | lib/util: Remove dummy wrapper for getgrnam(). | Jelmer Vernooij | 4 | -9/+3 | |
2012-03-24 | lib/util: Remove dummy wrapper for getpwuid(). | Jelmer Vernooij | 5 | -14/+8 | |
2012-03-24 | lib/util: Remove dummy wrapper for getpwnam(). | Jelmer Vernooij | 5 | -13/+7 | |
2012-03-24 | lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent. | Jelmer Vernooij | 4 | -26/+4 | |
2012-03-24 | lib/util: Move calloc_array and memalign_array to top-level libutil. | Jelmer Vernooij | 4 | -34/+32 | |
2012-03-24 | lib/util: Remove prototype for removed sys_memalign. | Jelmer Vernooij | 1 | -4/+0 | |
2012-03-24 | lib/util: Remove trivial wrapper sys_connect() around connect(). | Jelmer Vernooij | 2 | -20/+0 | |
2012-03-24 | cli_pipe: Avoid sys_connect. | Jelmer Vernooij | 1 | -1/+3 | |
2012-03-24 | sock_exec: Avoid sys_connect. | Jelmer Vernooij | 1 | -2/+2 | |
2012-03-24 | util_sock: Avoid sys_connect. | Jelmer Vernooij | 1 | -7/+13 | |
2012-03-24 | ctdb_conn: Avoid sys_connect. | Jelmer Vernooij | 1 | -1/+3 | |
2012-03-24 | replace: Move memalign() from lib/util/system.c to libreplace. | Jelmer Vernooij | 6 | -39/+46 | |
2012-03-24 | Improve the Makefile. Use a standard make macro, not a shell command. | Richard Sharpe | 1 | -1/+1 | |
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Sat Mar 24 07:09:44 CET 2012 on sn-devel-104 | |||||
2012-03-24 | selftest.py: Add cleanup_pid. | Jelmer Vernooij | 2 | -2/+31 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 24 04:52:59 CET 2012 on sn-devel-104 |