Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | s3-torture: switch source3 to using top level samba4 build for smbtorture | Andrew Tridgell | 1 | -6/+6 | |
this is in preparation for removing the source4/ build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-06 | s3: Make "endpoint_table" static | Volker Lendecke | 1 | -1/+1 | |
Andreas, this is only used in srv_epmapper right now. Make public again when this will be used somewhere else. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 21:33:04 CET 2011 on sn-devel-104 | |||||
2011-02-06 | s3: Use the right credentials in check_netlogond_security | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 20:43:03 CET 2011 on sn-devel-104 | |||||
2011-02-06 | s3: Only build auth_netlogond for the developer build | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 19:55:49 CET 2011 on sn-devel-104 | |||||
2011-02-06 | s3: Add primary group in pdb_ads_enum_group_memberships | Volker Lendecke | 1 | -21/+27 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 18:41:08 CET 2011 on sn-devel-104 | |||||
2011-02-06 | s3: Fix auth_netlogond to cope with netlogon_creds_CredentialState | Volker Lendecke | 3 | -47/+69 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 17:30:48 CET 2011 on sn-devel-104 | |||||
2011-02-06 | s3: Fix a potential memleak in secrets_fetch_trusted_domain_password | Volker Lendecke | 1 | -1/+3 | |
2011-02-06 | s3: Fetch the machinepw via ldapi in pdb_ads | Volker Lendecke | 1 | -41/+112 | |
2011-02-06 | s3: In pdb_ads, cope with artificial samu structs | Volker Lendecke | 1 | -2/+10 | |
2011-02-06 | s3: Use strlcpy in pdb_ads_connect | Volker Lendecke | 1 | -2/+2 | |
2011-02-06 | s3: Fix some nonempty blank lines | Volker Lendecke | 3 | -8/+7 | |
2011-02-05 | s3:Makefile.in: use waf directly to build smbtorture4 and ndrdump4 | Stefan Metzmacher | 1 | -7/+10 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Feb 5 11:53:05 CET 2011 on sn-devel-104 | |||||
2011-02-05 | Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first. | Jeremy Allison | 4 | -81/+78 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 5 03:33:59 CET 2011 on sn-devel-104 | |||||
2011-02-05 | Move the "oplock file with byte range locks" check to the correct place, ↵ | Jeremy Allison | 2 | -17/+15 | |
where we're making oplock decisions. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 5 01:18:14 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945) | Günther Deschner | 7 | -6/+121 | |
The benefit of this that it makes us more robust to secure channel resets triggered from tools outside the winbind process. Long term we need to have a shared tdb secure channel store though as well. Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 18:11:04 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3-auth: add copy_netr_SamBaseInfo(). | Günther Deschner | 5 | -58/+77 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-02-04 | s3:lib/addrchange: set ctx->sock to -1 after close | Stefan Metzmacher | 1 | -1/+1 | |
The makes the code more consistent with similar destructors. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 15:52:55 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3:lib/addrchange: remove unused pointer | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-02-04 | s3:lib/addrchange: let addrchange_done() retry and ignore unknown message types | Stefan Metzmacher | 1 | -5/+16 | |
Messages like RTM_NEWLINK should be just ignored. metze | |||||
2011-02-04 | s3:winbindd: fix segfaults on addrchange errors and make DEBUG() statements ↵ | Stefan Metzmacher | 1 | -3/+6 | |
more usefull metze | |||||
2011-02-04 | s3:rpc_server/netlogon: reject validation level 6 without ads support | Stefan Metzmacher | 1 | -0/+16 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 10:06:26 CET 2011 on sn-devel-104 | |||||
2011-02-03 | s3:libnet_dssync_passdb: remove useless DEBUG statements | Stefan Metzmacher | 1 | -4/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 3 04:20:54 CET 2011 on sn-devel-104 | |||||
2011-02-03 | Fix value overflow (one too many 'f's ). | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 3 03:35:32 CET 2011 on sn-devel-104 | |||||
2011-02-03 | s3:lib: allow_trailing_dollar should only allow '$' | Stefan Metzmacher | 1 | -12/+12 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 3 00:33:48 CET 2011 on sn-devel-104 | |||||
2011-02-02 | Fix a couple of missing checks on talloc returns. | Jeremy Allison | 1 | -0/+5 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 2 22:23:46 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-waf: no need to call pidl with --samba3-ndr-client anymore. | Günther Deschner | 1 | -2/+7 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 21:38:23 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-build: remove --samba3-ndr-client from build_idl.sh script. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2011-02-02 | s3-waf: remove RPCCLI_LSA subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther |