Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2011-02-02 | s3-build: remove RPCCLI_LSA subsystem. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-02-02 | s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_rpc.c. | Günther Deschner | 1 | -7/+12 | |
Guenther | |||||
2011-02-02 | s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_samr.c. | Günther Deschner | 1 | -13/+25 | |
Guenther | |||||
2011-02-02 | s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbind_cm.c | Günther Deschner | 1 | -29/+35 | |
Guenther | |||||
2011-02-02 | s3-epmap: use correct dcerpc client header in dcerpc_ep.c | Günther Deschner | 1 | -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 | |||||
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in "net rpc". | Günther Deschner | 1 | -42/+113 | |
Guenther | |||||
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in "net rpc rights". | Günther Deschner | 1 | -45/+84 | |
Guenther | |||||
2011-02-02 | s3-net: use status variable in "net rpc rights". | Günther Deschner | 1 | -95/+95 | |
Guenther | |||||
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in net_util.c | Günther Deschner | 1 | -13/+16 | |
Guenther | |||||
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in "net rpc join". | Günther Deschner | 1 | -6/+8 | |
Guenther | |||||
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in "net rpc audit". | Günther Deschner | 1 | -23/+60 | |
Guenther | |||||
2011-02-02 | s3-net: use status variable in "net rpc audit". | Günther Deschner | 1 | -37/+37 | |
Guenther | |||||
2011-02-02 | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -3/+10 | |
Guenther | |||||
2011-02-02 | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -5/+13 | |
Guenther | |||||
2011-02-02 | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -176/+390 | |
Guenther | |||||
2011-02-02 | s3-rpcclient: use status variable. | Günther Deschner | 1 | -182/+182 | |
Guenther | |||||
2011-02-02 | s3-libsmb: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -14/+22 | |
Guenther | |||||
2011-02-02 | s3-libnet: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -8/+17 | |
Guenther | |||||
2011-02-02 | s3-libnetapi: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -4/+7 | |
Guenther | |||||
2011-02-02 | s3-waf: remove RPCCLI_SAMR subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 18:54:38 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-build: remove RPCCLI_SAMR subsytem. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-02-02 | s3-net: prefer dcerpc_samr_X functions in net_rpc_join_newstyle. | Günther Deschner | 1 | -42/+80 | |
Guenther | |||||
2011-02-02 | s3-net: use status variable in net_rpc_join_newstyle. | Günther Deschner | 1 | -34/+34 | |
Guenther | |||||
2011-02-02 | s3-waf: fix the build after libnet changes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-02 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 2 18:10:45 CET 2011 on sn-devel-104 |