summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-30libcli/util: add NT_STATUS_RPC_SEC_PKG_ERROR defineStefan Metzmacher1-0/+1
metze
2011-01-30s3:net registry: ignore WERR_BADFILE when --force is given in ↵Michael Adam1-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
2011-01-30s3:registry: in deletekey_recursive, fix return code upon error.Michael Adam1-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?
2011-01-30s3:net registry: fix a debug message.Michael Adam1-1/+1
2011-01-30s3:net registry: fix a debug message.Michael Adam1-1/+1
2011-01-30s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke3-2/+18
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104
2011-01-29s3: Make _lp_maxprotocol staticVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 29 16:07:28 CET 2011 on sn-devel-104
2011-01-29s3: Remove an unneeded checkVolker Lendecke1-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
2011-01-28s3: inline get_uid_from_stateVolker Lendecke1-6/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 28 23:38:16 CET 2011 on sn-devel-104
2011-01-28s3: Lift winbindd_cli_state from fillup_password_policyVolker Lendecke1-4/+6
2011-01-28s3: Do not use state->mem_ctx in fillup_password_policyVolker Lendecke1-4/+8
2011-01-28s3: Lift winbindd_cli_state from winbindd_dual_pam_auth_samlogonVolker Lendecke1-21/+27
2011-01-28s3: Lift winbindd_cli_state from winbindd_raw_kerberos_loginVolker Lendecke1-18/+26
2011-01-28We need to reply to SMB2_GETINFO_FILE with a class of ↵Jeremy Allison1-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
2011-01-28s3-net: use struct based dcerpc_spoolss_EnumPrinterData_r() call.Günther Deschner1-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
2011-01-28s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call.Günther Deschner1-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
2011-01-28s4-smbtorture: add (disabled) ndr torture test to check for a w2k samlogon ↵Günther Deschner1-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
2011-01-28s4-smbtorture: add NDR tests for netr_LogonSamLogon.Günther Deschner2-2/+66
Guenther
2011-01-28s4-acl: Fixed returning uninitialized ldap error in case of some critical ↵Nadezhda Ivanova1-7/+10
errors. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Fri Jan 28 12:04:01 CET 2011 on sn-devel-104
2011-01-28s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner5-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
2011-01-28docs: update wbinfo manpage: remove documentation of removed parametersMichael Adam1-28/+0
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 28 02:09:09 CET 2011 on sn-devel-104
2011-01-28Add delete-ln test now we can correctly delete hardlinks.Jeremy Allison1-1/+1
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 28 01:24:19 CET 2011 on sn-devel-104
2011-01-27Change "security=share" to downgrade to SMB1 from SMB2, rather than trying ↵Jeremy Allison2-9/+12
to fake it.
2011-01-28libwbclient: bump the libwbclient SOVER 0 -> 1 due to ABI changesMichael Adam1-1/+1
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 28 00:25:11 CET 2011 on sn-devel-104
2011-01-27libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)Michael Adam1-3/+10
2011-01-27libwbclient: remove wbcSetGidHwm() - not implemented any moreMichael Adam2-15/+0
2011-01-27libwbclient: remove wbcSetUidHwm() - not implemented any moreMichael Adam2-15/+0
2011-01-27libwbclient: remove wbcRemoveGidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcRemoveUidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcSetGidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcSetUidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove two unused definesMichael Adam1-4/+0
2011-01-27wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more.Michael Adam1-42/+0
2011-01-27wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more.Michael Adam1-42/+0
2011-01-27wbinfo: remove --set-gid-mapping - winbindd does not implement that any more.Michael Adam1-41/+0
2011-01-27wbinfo: remove --set-uid-mapping - winbindd does not implement that any more.Michael Adam1-41/+0
2011-01-27s3:registry: fix comments in regdb_store_regdb_version()Michael Adam1-2/+2
2011-01-27s4-torture: Reorder the epmapper tests.Andreas Schneider1-8/+9
It works like a stack! Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 27 15:28:05 CET 2011 on sn-devel-104
2011-01-27s4-torture: Added a full epm_Map test.Andreas Schneider1-95/+231
2011-01-27s4-torture: Added a test_Insert for epmapper.Andreas Schneider1-0/+46
2011-01-27s4-torture: Use binding handle in epm_Delete test.Andreas Schneider1-3/+18
2011-01-27s4-torture: Comment out the test_InqObject.Andreas Schneider1-0/+6
2011-01-27s4-torture: Added a clean test_Map_simple.Andreas Schneider1-17/+77
2011-01-27s4-torture: Added a clean test_Lookup_terminate_search.Andreas Schneider1-0/+59
2011-01-27s4-torture: Added a clean test_Lookup_simple.Andreas Schneider1-34/+48
2011-01-27s4-torture: Added test_LookupHandleFree.Andreas Schneider1-0/+37
2011-01-27s4-torture: Start with a clean epm_Insert_noreplace test.Andreas Schneider1-29/+48
2011-01-27s4-selftest: Mark epmapper as knownfail.Andreas Schneider1-2/+1
2011-01-27idl: Added missing endpoint mapper defines.Andreas Schneider1-10/+23
[MS-RPCE] 2.2.1.2.4 ept_lookup Method
2011-01-27librpc: Added support to accept netbios names.Andreas Schneider1-1/+2
If we have a NCACN_NP pipe, the binding host is the netbios name an not an IP address.