summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-rpc_client: Added winreg query binary helper.Andreas Schneider2011-02-072-0/+99
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added winreg query dword helper.Andreas Schneider2011-02-073-1/+160
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added dcerpc_winreg_int_openkey().Andreas Schneider2011-02-073-1/+203
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-waf: add support for --with-aio-support.Günther Deschner2011-02-071-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
* s3-waf: only build auth_netlogond in developer build.Günther Deschner2011-02-071-2/+2
| | | | | | Volker, please check. Guenther
* s3:rpc_server: fix make_external_rpc_pipe_p() and create read and write queuesStefan Metzmacher2011-02-071-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
* s3-waf: add --with-syslog option.Günther Deschner2011-02-071-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
* s3-netlogon: fix typo.Günther Deschner2011-02-071-1/+1
| | | | Guenther
* s3-waf: recurse into ../lib/util/wscript_configureGünther Deschner2011-02-071-0/+1
| | | | | | This gets us all the statvfs checks. Guenther
* s3-waf: add support for iprint.Günther Deschner2011-02-071-0/+8
| | | | Guenther
* s3-torture: switch source3 to using top level samba4 build for smbtortureAndrew Tridgell2011-02-071-6/+6
| | | | | | this is in preparation for removing the source4/ build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3: Make "endpoint_table" staticVolker Lendecke2011-02-061-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
* s3: Use the right credentials in check_netlogond_securityVolker Lendecke2011-02-061-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 20:43:03 CET 2011 on sn-devel-104
* s3: Only build auth_netlogond for the developer buildVolker Lendecke2011-02-061-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 19:55:49 CET 2011 on sn-devel-104
* s3: Add primary group in pdb_ads_enum_group_membershipsVolker Lendecke2011-02-061-21/+27
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 18:41:08 CET 2011 on sn-devel-104
* s3: Fix auth_netlogond to cope with netlogon_creds_CredentialStateVolker Lendecke2011-02-063-47/+69
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 17:30:48 CET 2011 on sn-devel-104
* s3: Fix a potential memleak in secrets_fetch_trusted_domain_passwordVolker Lendecke2011-02-061-1/+3
|
* s3: Fetch the machinepw via ldapi in pdb_adsVolker Lendecke2011-02-061-41/+112
|
* s3: In pdb_ads, cope with artificial samu structsVolker Lendecke2011-02-061-2/+10
|
* s3: Use strlcpy in pdb_ads_connectVolker Lendecke2011-02-061-2/+2
|
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-063-8/+7
|
* s3:Makefile.in: use waf directly to build smbtorture4 and ndrdump4Stefan Metzmacher2011-02-051-7/+10
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Feb 5 11:53:05 CET 2011 on sn-devel-104
* Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison2011-02-054-81/+78
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 5 03:33:59 CET 2011 on sn-devel-104
* Move the "oplock file with byte range locks" check to the correct place, ↵Jeremy Allison2011-02-052-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
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-047-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
* s3-auth: add copy_netr_SamBaseInfo().Günther Deschner2011-02-045-58/+77
| | | | | | Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:lib/addrchange: set ctx->sock to -1 after closeStefan Metzmacher2011-02-041-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
* s3:lib/addrchange: remove unused pointerStefan Metzmacher2011-02-041-1/+0
| | | | metze
* s3:lib/addrchange: let addrchange_done() retry and ignore unknown message typesStefan Metzmacher2011-02-041-5/+16
| | | | | | Messages like RTM_NEWLINK should be just ignored. metze
* s3:winbindd: fix segfaults on addrchange errors and make DEBUG() statements ↵Stefan Metzmacher2011-02-041-3/+6
| | | | | | more usefull metze
* s3:rpc_server/netlogon: reject validation level 6 without ads supportStefan Metzmacher2011-02-041-0/+16
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 10:06:26 CET 2011 on sn-devel-104
* s3:libnet_dssync_passdb: remove useless DEBUG statementsStefan Metzmacher2011-02-031-4/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 3 04:20:54 CET 2011 on sn-devel-104
* Fix value overflow (one too many 'f's ).Jeremy Allison2011-02-031-1/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 3 03:35:32 CET 2011 on sn-devel-104
* s3:lib: allow_trailing_dollar should only allow '$'Stefan Metzmacher2011-02-031-12/+12
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 3 00:33:48 CET 2011 on sn-devel-104
* Fix a couple of missing checks on talloc returns.Jeremy Allison2011-02-021-0/+5
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 2 22:23:46 CET 2011 on sn-devel-104
* s3-waf: no need to call pidl with --samba3-ndr-client anymore.Günther Deschner2011-02-021-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
* s3-build: remove --samba3-ndr-client from build_idl.sh script.Günther Deschner2011-02-021-3/+3
| | | | Guenther
* s3-waf: remove RPCCLI_LSA subsystem.Günther Deschner2011-02-021-5/+1
| | | | Guenther
* s3-build: remove RPCCLI_LSA subsystem.Günther Deschner2011-02-021-2/+1
| | | | Guenther
* s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_rpc.c.Günther Deschner2011-02-021-7/+12
| | | | Guenther
* s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_samr.c.Günther Deschner2011-02-021-13/+25
| | | | Guenther
* s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbind_cm.cGünther Deschner2011-02-021-29/+35
| | | | Guenther
* s3-epmap: use correct dcerpc client header in dcerpc_ep.cGünther Deschner2011-02-021-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 19:50:02 CET 2011 on sn-devel-104
* s3-net: prefer dcerpc_lsa_X functions in "net rpc".Günther Deschner2011-02-021-42/+113
| | | | Guenther
* s3-net: prefer dcerpc_lsa_X functions in "net rpc rights".Günther Deschner2011-02-021-45/+84
| | | | Guenther
* s3-net: use status variable in "net rpc rights".Günther Deschner2011-02-021-95/+95
| | | | Guenther
* s3-net: prefer dcerpc_lsa_X functions in net_util.cGünther Deschner2011-02-021-13/+16
| | | | Guenther
* s3-net: prefer dcerpc_lsa_X functions in "net rpc join".Günther Deschner2011-02-021-6/+8
| | | | Guenther
* s3-net: prefer dcerpc_lsa_X functions in "net rpc audit".Günther Deschner2011-02-021-23/+60
| | | | Guenther
* s3-net: use status variable in "net rpc audit".Günther Deschner2011-02-021-37/+37
| | | | Guenther