Stefan Metzmacher
675a5e9598
midltests: add examples of toplevel vs. embedded unions with global 'ms_union'
...
metze
2011-01-31 18:39:42 +01:00
Stefan Metzmacher
b586e5aabd
midltests: add examples of toplevel vs. embedded unions without 'ms_union'
...
metze
2011-01-31 18:39:30 +01:00
Stefan Metzmacher
98febd6605
midltests: more union alignment example with ms_union
...
metze
2011-01-31 18:39:09 +01:00
Stefan Metzmacher
e0c2aec35a
midltests: more union alignment example without ms_union
...
metze
2011-01-31 18:38:56 +01:00
Stefan Metzmacher
4f6857850f
midltests: union alignment with enum as switch_type and 'ms_union'
...
metze
2011-01-31 18:38:43 +01:00
Stefan Metzmacher
ef89211a69
midltests: union alignment with enum as switch_type
...
metze
2011-01-31 18:38:27 +01:00
Stefan Metzmacher
1f2f7fda83
midltests: unions with enum vs. long
...
metze
2011-01-31 18:38:13 +01:00
Stefan Metzmacher
90b54881f8
midltests: 'ms_unions' with enum vs. long
...
metze
2011-01-31 18:36:59 +01:00
Stefan Metzmacher
a5f0b02221
midltests: explore 'ms_union' option.
...
metze
2011-01-31 18:36:16 +01:00
Stefan Metzmacher
ad10289ebc
s3:lib/events: use DLIST_DEMOTE() for fd events
...
This makes sure that fd events doesn't dry out,
because a fd with a lower number is busy.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan 31 16:59:44 CET 2011 on sn-devel-104
2011-01-31 16:59:44 +01:00
Stefan Metzmacher
0bbe7334d6
s3:smbd: let smbd_server_connection_loop_once() check for select errors
...
metze
2011-01-31 16:16:09 +01:00
Stefan Metzmacher
1f2be10ebf
s3:lib/events: don't loop over fd events is select gave -1
...
metze
2011-01-31 16:16:09 +01:00
Stefan Metzmacher
6953e2fa66
Revert "s3: Fix starving the echo responder"
...
This reverts commit d5cf6482ed0cd9a11448ca04944b2e01200a7c89.
I'll add a more generic fix for this problem.
metze
2011-01-31 16:16:09 +01:00
Stefan Metzmacher
19d3779274
Revert "s3:events: Call all ready fd event handlers on each iteration of the main loop"
...
This reverts commit 455fccf86b6544cd17a2571c63a88f8aebff3f74.
I'll add a more generic fix for this problem.
metze
2011-01-31 16:16:09 +01:00
Günther Deschner
1537f5dab1
s4-smbtorture: add samr_changepassworduser3 ndr torture tests.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Jan 31 16:07:14 CET 2011 on sn-devel-104
2011-01-31 16:07:14 +01:00
Günther Deschner
8f4eee9054
s4-smbtorture: make it more obvious this are w2k dumps in netlogon ndr test.
...
Guenther
2011-01-31 15:16:35 +01:00
Günther Deschner
35a7bebe2b
s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.
...
Volker, please check.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104
2011-01-31 10:51:10 +01:00
Günther Deschner
c9cb42a276
nsswitch: libwbclient has vnum 1 now.
...
Michael, please check.
Guenther
2011-01-31 10:04:42 +01:00
Günther Deschner
eb5d884b15
s3-waf: these libs are not private libs.
...
Guenther
2011-01-31 10:04:42 +01:00
Matthias Dieter Wallnöfer
7b9ead17f1
s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4
...
This patch has been commited by request of Jelmer.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Jan 30 19:07:57 CET 2011 on sn-devel-104
2011-01-30 19:07:57 +01:00
Stefan Metzmacher
4d66e0ef93
librpc/rpc: add dcerpc_fault_to_nt_status() mapping from DCERPC_FAULT_SEC_PKG_ERROR
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Jan 30 18:24:04 CET 2011 on sn-devel-104
2011-01-30 18:24:04 +01:00
Stefan Metzmacher
8d07deaeaa
dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERROR
...
metze
2011-01-30 17:36:24 +01:00
Stefan Metzmacher
f284acf9e1
s4:libcli/util: display NT_STATUS_RPC_SEC_PKG_ERROR in error strings
...
metze
2011-01-30 17:36:23 +01:00
Stefan Metzmacher
e2e426588b
s3:libsmb: display NT_STATUS_RPC_SEC_PKG_ERROR in error strings
...
metze
2011-01-30 17:36:21 +01:00
Stefan Metzmacher
24acddf806
libcli/util: add NT_STATUS_RPC_SEC_PKG_ERROR define
...
metze
2011-01-30 17:36:20 +01:00
Michael Adam
e57d4c41d7
s3:net registry: ignore WERR_BADFILE when --force is given in deletekey[_recursive]
...
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sun Jan 30 14:53:13 CET 2011 on sn-devel-104
2011-01-30 14:53:13 +01:00
Michael Adam
b1f800a0d1
s3:registry: in deletekey_recursive, fix return code upon error.
...
correctly keep the werr from inside the transaction when the opearation
inside the transaction fails.
What is the correct behaviour if the cancel operation fails?
2011-01-30 14:09:04 +01:00
Michael Adam
e81ddbcade
s3:net registry: fix a debug message.
2011-01-30 14:09:04 +01:00
Michael Adam
3649798bee
s3:net registry: fix a debug message.
2011-01-30 14:09:04 +01:00
Volker Lendecke
e6e7c724ad
s3: On FreeBSD, compile zfsacl if sunacl.h is around
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104
2011-01-30 12:17:48 +01:00
Volker Lendecke
619e5cb646
s3: Make _lp_maxprotocol static
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan 29 16:07:28 CET 2011 on sn-devel-104
2011-01-29 16:07:28 +01:00
Volker Lendecke
a042617e97
s3: Remove an unneeded check
...
In many other places we already assume that if asprintf returns !=-1 then the
result is allocated.
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan 29 15:00:09 CET 2011 on sn-devel-104
2011-01-29 15:00:09 +01:00
Volker Lendecke
c52c75338f
s3: inline get_uid_from_state
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Jan 28 23:38:16 CET 2011 on sn-devel-104
2011-01-28 23:38:16 +01:00
Volker Lendecke
e099c91ef9
s3: Lift winbindd_cli_state from fillup_password_policy
2011-01-28 22:54:19 +01:00
Volker Lendecke
fe516a3fb7
s3: Do not use state->mem_ctx in fillup_password_policy
2011-01-28 22:54:19 +01:00
Volker Lendecke
2d174d49cd
s3: Lift winbindd_cli_state from winbindd_dual_pam_auth_samlogon
2011-01-28 22:54:19 +01:00
Volker Lendecke
5d4bfc949b
s3: Lift winbindd_cli_state from winbindd_raw_kerberos_login
2011-01-28 22:54:19 +01:00
Jeremy Allison
f2900a8b04
We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO on an IPC$ share.
...
Otherwise a Win7 client issues this request twice (2xroundtrips)
if we return NOT_SUPPORTED. We do the same for SMB1 in call_trans2qpipeinfo()
Jeremy.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Jan 28 22:53:18 CET 2011 on sn-devel-104
2011-01-28 22:53:18 +01:00
Günther Deschner
fc16baaf91
s3-net: use struct based dcerpc_spoolss_EnumPrinterData_r() call.
...
This is a workaround for a string issue we currently have with argument based
generated dcerpc client code (see bug #7804 for details).
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Jan 28 22:05:20 CET 2011 on sn-devel-104
2011-01-28 22:05:20 +01:00
Günther Deschner
d4414f08cb
s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call.
...
This is a workaround for a string issue we currently have with argument based
generated dcerpc client code (see bug #7804 for details).
Guenther
2011-01-28 21:16:46 +01:00
Günther Deschner
7182da7f91
s4-smbtorture: add (disabled) ndr torture test to check for a w2k samlogon reply we can't currently parse.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Jan 28 16:23:30 CET 2011 on sn-devel-104
2011-01-28 16:23:30 +01:00
Günther Deschner
6957109e8d
s4-smbtorture: add NDR tests for netr_LogonSamLogon.
...
Guenther
2011-01-28 15:37:10 +01:00
Nadezhda Ivanova
95e644f460
s4-acl: Fixed returning uninitialized ldap error in case of some critical errors.
...
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org>
Autobuild-Date: Fri Jan 28 12:04:01 CET 2011 on sn-devel-104
2011-01-28 12:04:01 +01:00
Günther Deschner
1232fb5a1e
s3-rpc_client: remove some more obsolete cli_X.h header files.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104
2011-01-28 11:18:44 +01:00
Michael Adam
1e34624326
docs: update wbinfo manpage: remove documentation of removed parameters
...
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jan 28 02:09:09 CET 2011 on sn-devel-104
2011-01-28 02:09:09 +01:00
Jeremy Allison
ba6dda1934
Add delete-ln test now we can correctly delete hardlinks.
...
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Jan 28 01:24:19 CET 2011 on sn-devel-104
2011-01-28 01:24:19 +01:00
Jeremy Allison
eec50b21f6
Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to fake it.
2011-01-27 15:26:47 -08:00
Michael Adam
5dd63c6c14
libwbclient: bump the libwbclient SOVER 0 -> 1 due to ABI changes
...
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jan 28 00:25:11 CET 2011 on sn-devel-104
2011-01-28 00:25:11 +01:00
Michael Adam
128bed20c4
libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)
2011-01-27 22:00:33 +01:00
Michael Adam
68a9b726be
libwbclient: remove wbcSetGidHwm() - not implemented any more
2011-01-27 21:58:02 +01:00