summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 awareStefan Metzmacher2013-09-241-4/+4
| | | | | | | Pair-Programmed-With: Matthieu Patou <mat@matws.net> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Matthieu Patou <mat@matws.net>
* s4:torture:ldap: Fix misleading outputHoward Chu2013-09-231-2/+2
| | | | | | | | | | | Looks like an errant copy/paste from the Abandon test. Signed-off-by: Howard Chu <hyc@symas.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Sep 23 22:47:50 CEST 2013 on sn-devel-104
* s3:modules: vfs_afsacl has the afs_syscall prototype via proto.hMichael Adam2013-09-231-2/+0
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s3:include: remove duplicate prototypes from afs functions from proto.hMichael Adam2013-09-231-3/+0
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* afs: implement afs_syscall() always, returning -1 if FAKE_KASERVER is not ↵Michael Adam2013-09-231-0/+6
| | | | | | | defined. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* afs: format afs_syscall() properlyMichael Adam2013-09-232-10/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: remove remaining occurrences of vars=locals() of source3/wscript_buildMichael Adam2013-09-231-17/+7
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary split_tokens directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of dbwrap_torture directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary dbwrap_tool directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary rpc_open_tcp directly in dev, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary vlp directly in dev, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary ntlm_auth directly in dev, remove vars=locals()Michael Adam2013-09-231-7/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of library nss_wins directly in devMichael Adam2013-09-231-3/+1
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary smbfilter directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary debug2html directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary sharesec() directly in def, remove vars=locals()Michael Adam2013-09-231-6/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary eventlogadm directly in def, remove vars=locals()Michael Adam2013-09-231-7/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary smbcquotas directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary smbcacls directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary locktest2 directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary log2pcap directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary vfstest directly in def, remove vars=locals()Michael Adam2013-09-231-6/+4
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary pdbtest directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary msgtest direcly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of smbtorture(3) directly in dev, remove vars=locals()Michael Adam2013-09-231-33/+32
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary nmblookup directly in source, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary smbspool directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary net directly in def, remove vars=locals()Michael Adam2013-09-231-33/+48
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of subsys LIBNET_SAMSYNC directly in dev, remove ↵Michael Adam2013-09-231-9/+6
| | | | | | | vars=locals() Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of subsys LIBNET_DSSYNC directly in def, remove vars=locals()Michael Adam2013-09-231-7/+4
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of subsys LIBNET directly in def, remove vars=locals()Michael Adam2013-09-231-6/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary smbconftort directly in def, remove vars=locals()Michael Adam2013-09-231-7/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of libsmbconf directly in def.Michael Adam2013-09-231-3/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of library smbsharemodes directly in def, remov ↵Michael Adam2013-09-231-7/+2
| | | | | | | vars=locals() Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: remove unused variable LIBSMBCLIENT_THREAD_SRCMichael Adam2013-09-231-3/+0
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary rpcclinet directly in def, remove vars=locals()Michael Adam2013-09-231-16/+20
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary smbget directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary pdbedit directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of binary smbpasswd directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list source of subsys PASSWD_UTIL directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary test_lp_load directly in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary smbta-util directly in def, removing vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* build: list source of binary testparm directly in dev, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of smbtree direclty in def, remove vars=locals()Michael Adam2013-09-231-5/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary smbcontrol directly in sources, remove ↵Michael Adam2013-09-231-5/+2
| | | | | | | vars=locals() Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of binary smbstatus directly in def, remove vars=locals()Michael Adam2013-09-231-5/+4
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of subsys PRINTBACKEND direclty in def, remove vars=locals()Michael Adam2013-09-231-10/+7
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of subsys PRINTBASE directly in def, remove vars=locals()Michael Adam2013-09-231-4/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: list sources of subsys PRINTING directly in def, remove vars=locals()Michael Adam2013-09-231-8/+11
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>