Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-07 | mit-samba: Allow nesting on the event context | Simo Sorce | 1 | -0/+3 | |
This context is used in ldb, and ldb modules apparently abort if nesting is not allowed. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Mon Feb 7 20:58:02 CET 2011 on sn-devel-104 | |||||
2011-02-07 | libcli/security: Make add_sid_to_array_unique use a uin32_t counter | Volker Lendecke | 1 | -1/+1 | |
Logical consequence of the previous commit Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 7 19:24:19 CET 2011 on sn-devel-104 | |||||
2011-02-07 | libcli/security: Make del_sid_from_array take a uint32_t | Volker Lendecke | 2 | -3/+5 | |
This aligns it with add_sid_to_array Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-02-07 | s3:net conf: fix a comment typo | Michael Adam | 1 | -1/+1 | |
2011-02-07 | script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat' | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 7 14:55:10 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-waf: add --with-automount option. | Günther Deschner | 1 | -0/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 14:11:03 CET 2011 on sn-devel-104 | |||||
2011-02-07 | waf: add clock_gettime clock ID checks to libreplace wscript. | Günther Deschner | 1 | -1/+17 | |
Guenther | |||||
2011-02-07 | s3-waf: fix wrong check for vfs_aio_fork dependencies. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-07 | s3-waf: fix the build after winreg and rpc services changes. | Günther Deschner | 2 | -14/+15 | |
Andreas, please check. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 13:18:41 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-perfcount: Create the directory on tdb open. | Andreas Schneider | 3 | -19/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_multi_sz. | Andreas Schneider | 1 | -46/+35 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_query_dword. | Andreas Schneider | 1 | -80/+10 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_X. | Andreas Schneider | 1 | -98/+20 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_X. | Andreas Schneider | 1 | -61/+27 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_dword. | Andreas Schneider | 1 | -110/+145 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_sz.. | Andreas Schneider | 1 | -149/+245 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_enum_keys. | Andreas Schneider | 1 | -163/+21 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-services: Remove obsolete services_db.c. | Andreas Schneider | 1 | -726/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-smbd: Init the svcctl registry keys on service startup. | Andreas Schneider | 2 | -3/+16 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Added a winreg based svcctl registry init. | Andreas Schneider | 3 | -0/+700 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Added a svcctl shutdown function. | Andreas Schneider | 3 | -8/+16 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-services: Migrated svcctl registry functions to winreg. | Andreas Schneider | 6 | -40/+495 | |
This is a bigger commit. It moves the relevant function to svc_winreg_glue. We need to use them in the same commit else we have problems with prototypes in proto.h. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-registry: Remove obsolete reg_eventlog. | Andreas Schneider | 4 | -217/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-smbd: Init the eventlog registry on service startup. | Andreas Schneider | 2 | -4/+13 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-util: Moved eventlog_add_source to admin util. | Andreas Schneider | 3 | -208/+194 | |
This function is only used in the admin util. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Added a winreg based eventlog registry init. | Andreas Schneider | 3 | -0/+296 | |
This enumerates the keys first and only creates them if they don't exist yet. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated eventlog to winreg. | Andreas Schneider | 1 | -22/+72 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg query security descriptor helper. | Andreas Schneider | 2 | -0/+81 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set security descriptor helper. | Andreas Schneider | 2 | -0/+56 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set binary helper. | Andreas Schneider | 2 | -0/+57 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg query sz helper. | Andreas Schneider | 2 | -0/+104 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg helper to enum keys. | Andreas Schneider | 2 | -0/+161 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg add multi sz helper. | Andreas Schneider | 2 | -0/+71 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg query multi sz helper. | Andreas Schneider | 2 | -0/+104 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set multi sz helper. | Andreas Schneider | 2 | -0/+65 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set expand sz helper. | Andreas Schneider | 2 | -0/+69 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set sz helper. | Andreas Schneider | 2 | -0/+69 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set dword helper. | Andreas Schneider | 2 | -0/+61 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added winreg query binary helper. | Andreas Schneider | 2 | -0/+99 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added winreg query dword helper. | Andreas Schneider | 3 | -1/+160 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added dcerpc_winreg_int_openkey(). | Andreas Schneider | 3 | -1/+203 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-waf: add support for --with-aio-support. | Günther Deschner | 1 | -0/+63 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 12:30:57 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-waf: only build auth_netlogond in developer build. | Günther Deschner | 1 | -2/+2 | |
Volker, please check. Guenther | |||||
2011-02-07 | s3:rpc_server: fix make_external_rpc_pipe_p() and create read and write queues | Stefan Metzmacher | 1 | -0/+12 | |
They are needed for the callers in rpc_server/srv_pipe_hnd.c. It seems I only looked at the caller in rpc_server/rpc_ncacn_np.c when I've done the change of commit e55426fe7926ae6f8afe5fa6cfc009e0c3b54e38. Thanks Volker for finding this :-) metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 7 11:40:20 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-waf: add --with-syslog option. | Günther Deschner | 1 | -0/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 10:50:39 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-netlogon: fix typo. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-07 | s3-waf: recurse into ../lib/util/wscript_configure | Günther Deschner | 1 | -0/+1 | |
This gets us all the statvfs checks. Guenther | |||||
2011-02-07 | s3-waf: add support for iprint. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-07 | s4-build: fixed uses of os.path.relpath() | Andrew Tridgell | 2 | -4/+4 | |
these should be os_path_relpath() to support older python versions. This should fix the build on FreeBSD 7.2 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Feb 7 05:49:58 CET 2011 on sn-devel-104 | |||||
2011-02-07 | build: removed unused build scripts | Andrew Tridgell | 3 | -113/+0 | |
each library has its own configure/Makefile now Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |