summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:smbd: let smbd_server_connection_loop_once() check for select errorsStefan Metzmacher2011-01-311-0/+4
| | | | metze
* s3:lib/events: don't loop over fd events is select gave -1Stefan Metzmacher2011-01-311-1/+1
| | | | metze
* Revert "s3: Fix starving the echo responder"Stefan Metzmacher2011-01-311-17/+0
| | | | | | | | This reverts commit d5cf6482ed0cd9a11448ca04944b2e01200a7c89. I'll add a more generic fix for this problem. metze
* Revert "s3:events: Call all ready fd event handlers on each iteration of the ↵Stefan Metzmacher2011-01-315-40/+35
| | | | | | | | | | main loop" This reverts commit 455fccf86b6544cd17a2571c63a88f8aebff3f74. I'll add a more generic fix for this problem. metze
* s4-smbtorture: add samr_changepassworduser3 ndr torture tests.Günther Deschner2011-01-312-3/+110
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 16:07:14 CET 2011 on sn-devel-104
* s4-smbtorture: make it more obvious this are w2k dumps in netlogon ndr test.Günther Deschner2011-01-311-8/+8
| | | | Guenther
* s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner2011-01-312-1/+10
| | | | | | | | | 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
* nsswitch: libwbclient has vnum 1 now.Günther Deschner2011-01-311-1/+1
| | | | | | Michael, please check. Guenther
* s3-waf: these libs are not private libs.Günther Deschner2011-01-311-3/+3
| | | | Guenther
* s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4Matthias Dieter Wallnöfer2011-01-301-0/+11
| | | | | | | 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
* librpc/rpc: add dcerpc_fault_to_nt_status() mapping from ↵Stefan Metzmacher2011-01-301-0/+2
| | | | | | | | | 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
* dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERRORStefan Metzmacher2011-01-301-0/+1
| | | | metze
* s4:libcli/util: display NT_STATUS_RPC_SEC_PKG_ERROR in error stringsStefan Metzmacher2011-01-301-0/+1
| | | | metze
* s3:libsmb: display NT_STATUS_RPC_SEC_PKG_ERROR in error stringsStefan Metzmacher2011-01-301-0/+1
| | | | metze
* libcli/util: add NT_STATUS_RPC_SEC_PKG_ERROR defineStefan Metzmacher2011-01-301-0/+1
| | | | metze
* s3:net registry: ignore WERR_BADFILE when --force is given in ↵Michael Adam2011-01-301-1/+3
| | | | | | | deletekey[_recursive] Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Jan 30 14:53:13 CET 2011 on sn-devel-104
* s3:registry: in deletekey_recursive, fix return code upon error.Michael Adam2011-01-301-3/+10
| | | | | | | 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?
* s3:net registry: fix a debug message.Michael Adam2011-01-301-1/+1
|
* s3:net registry: fix a debug message.Michael Adam2011-01-301-1/+1
|
* s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke2011-01-303-2/+18
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104
* s3: Make _lp_maxprotocol staticVolker Lendecke2011-01-291-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 29 16:07:28 CET 2011 on sn-devel-104
* s3: Remove an unneeded checkVolker Lendecke2011-01-291-1/+1
| | | | | | | | 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
* s3: inline get_uid_from_stateVolker Lendecke2011-01-281-6/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 28 23:38:16 CET 2011 on sn-devel-104
* s3: Lift winbindd_cli_state from fillup_password_policyVolker Lendecke2011-01-281-4/+6
|
* s3: Do not use state->mem_ctx in fillup_password_policyVolker Lendecke2011-01-281-4/+8
|
* s3: Lift winbindd_cli_state from winbindd_dual_pam_auth_samlogonVolker Lendecke2011-01-281-21/+27
|
* s3: Lift winbindd_cli_state from winbindd_raw_kerberos_loginVolker Lendecke2011-01-281-18/+26
|
* We need to reply to SMB2_GETINFO_FILE with a class of ↵Jeremy Allison2011-01-281-1/+32
| | | | | | | | | | | | 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
* s3-net: use struct based dcerpc_spoolss_EnumPrinterData_r() call.Günther Deschner2011-01-281-42/+34
| | | | | | | | | | 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
* s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call.Günther Deschner2011-01-281-43/+38
| | | | | | | This is a workaround for a string issue we currently have with argument based generated dcerpc client code (see bug #7804 for details). Guenther
* s4-smbtorture: add (disabled) ndr torture test to check for a w2k samlogon ↵Günther Deschner2011-01-281-0/+26
| | | | | | | | | 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
* s4-smbtorture: add NDR tests for netr_LogonSamLogon.Günther Deschner2011-01-282-2/+66
| | | | Guenther
* s4-acl: Fixed returning uninitialized ldap error in case of some critical ↵Nadezhda Ivanova2011-01-281-7/+10
| | | | | | | errors. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Fri Jan 28 12:04:01 CET 2011 on sn-devel-104
* s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner2011-01-285-5/+5
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104
* docs: update wbinfo manpage: remove documentation of removed parametersMichael Adam2011-01-281-28/+0
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 28 02:09:09 CET 2011 on sn-devel-104
* Add delete-ln test now we can correctly delete hardlinks.Jeremy Allison2011-01-281-1/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 28 01:24:19 CET 2011 on sn-devel-104
* Change "security=share" to downgrade to SMB1 from SMB2, rather than trying ↵Jeremy Allison2011-01-272-9/+12
| | | | to fake it.
* libwbclient: bump the libwbclient SOVER 0 -> 1 due to ABI changesMichael Adam2011-01-281-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 28 00:25:11 CET 2011 on sn-devel-104
* libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)Michael Adam2011-01-271-3/+10
|
* libwbclient: remove wbcSetGidHwm() - not implemented any moreMichael Adam2011-01-272-15/+0
|
* libwbclient: remove wbcSetUidHwm() - not implemented any moreMichael Adam2011-01-272-15/+0
|
* libwbclient: remove wbcRemoveGidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove wbcRemoveUidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove wbcSetGidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove wbcSetUidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove two unused definesMichael Adam2011-01-271-4/+0
|
* wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
|
* wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
|
* wbinfo: remove --set-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
|
* wbinfo: remove --set-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
|