summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* s3-build: use proper RPC_X_OBJ target names.Günther Deschner2010-09-101-25/+28
| | | | Guenther
* s3-build: only link LIBNDR_XATTR_OBJ where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-build: link ndr_notify only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-build: link ndr_named_pipe_auth only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-dcerpc: add krb5 helpersSimo Sorce2010-08-301-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-auth: Add helper function to retrieve the unix user from a kerberos ticketSimo Sorce2010-08-301-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ.Günther Deschner2010-08-261-12/+10
| | | | Guenther
* s3-build: remove RPC_CLIENT_OBJ1.Günther Deschner2010-08-261-4/+1
| | | | Guenther
* s3-build: use LIBMSRPC_OBJ instead of single files.Günther Deschner2010-08-261-11/+4
| | | | Guenther
* s3-build: only link in samr util code where needed.Günther Deschner2010-08-261-6/+10
| | | | Guenther
* s3-build: remove RPC_PARSE_OBJ.Günther Deschner2010-08-261-26/+30
| | | | Guenther
* s3-build: only link in epmapper client code where needed.Günther Deschner2010-08-261-5/+4
| | | | Guenther
* s3-build: only link in netlogon client code where needed.Günther Deschner2010-08-261-6/+12
| | | | Guenther
* s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner2010-08-261-4/+10
| | | | Guenther
* s3-build: only link in samr client code where needed.Günther Deschner2010-08-251-10/+19
| | | | Guenther
* s3-build: only link in lsa client code where needed.Günther Deschner2010-08-251-12/+22
| | | | Guenther
* s3-build: only link in srvsvc client code where needed.Günther Deschner2010-08-251-9/+17
| | | | Guenther
* s3-build: only link in wkssvc client code where needed.Günther Deschner2010-08-251-5/+9
| | | | Guenther
* s3-build: only link in svcctl client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-build: only link in dssetup client code where needed.Günther Deschner2010-08-251-5/+9
| | | | Guenther
* s3-build: only link in initshutdown client code where needed.Günther Deschner2010-08-251-4/+7
| | | | Guenther
* s3-build: only link in echo client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-build: only link in dfs client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-build: only link in drsuapi client code where needed.Günther Deschner2010-08-251-5/+8
| | | | Guenther
* s3-build: only link in ntsvcs client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-build: only link in winreg client code where needed.Günther Deschner2010-08-251-5/+7
| | | | Guenther
* s3-build: only link in eventlog client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-build: only link in spoolss client code where needed.Günther Deschner2010-08-251-8/+12
| | | | | | Shrinks a lot of binaries by 1 MB each. Guenther
* s3:smbd: add a nfs backend for sysquotas.Michael Adam2010-08-251-0/+1
| | | | | | | | | This module is based on the Solaris/FreeBSD implementation of NFS quotas in the quotas.c module. It implements the SMB_USER_QUOTA_TYPE query of the get_quotas call. The other types and the set_quota call are not implemented.
* s3-build: Use a wrapper script to run the tests.Andreas Schneider2010-08-251-24/+5
| | | | This fixes the buildfarm and returns the correct exit code of selftest.
* s3-build: Add a test-buildfarm target to stay UNIX Makefile compatible.Andreas Schneider2010-08-221-4/+2
|
* s3:Makefile.in: use python with -u to disable stdin/out cachingStefan Metzmacher2010-08-201-1/+1
| | | | metze
* s3-ads: Remove unused function and fileSimo Sorce2010-08-171-1/+1
|
* s3:rpc_client: remove unused cli_do_rpc_ndr* functionsStefan Metzmacher2010-08-161-4/+1
| | | | metze
* s3:rpc_client: remove unused rpc_pipe_open_local()Stefan Metzmacher2010-08-161-2/+1
| | | | metze
* s3-test: Try to fix the build farm subunit parsing.Andreas Schneider2010-08-151-3/+19
|
* s3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context and init in db_init()Michael Adam2010-08-141-2/+2
|
* s3:idmap_tdb: add idmap_rw_ops to idmap_tdb_context and initialize them in ↵Michael Adam2010-08-141-3/+5
| | | | init_db
* s3:idmap_tdb2: add rw_ops to idmap_tdb2_context and initialize in ↵Michael Adam2010-08-141-2/+2
| | | | idmap_tdb2_db_init
* s3:winbind: remove the method REMOVE_MAPPING from winbind's APIMichael Adam2010-08-141-1/+0
| | | | Michael
* s3:winbind: remove the method SET_MAPPING from winbind's APIMichael Adam2010-08-141-1/+0
| | | | Michael
* s3:winbind: remove SET_HWM from winbind's API.Michael Adam2010-08-141-1/+0
|
* s3:test: add a new "valgrindtestenv" target, similar to gdbtestenvMichael Adam2010-08-141-0/+7
| | | | this runs the daemins in xterm under valgrind instead of in gdb
* s3:gdbtestenv: also start an xterm with nmbd. and start winbindd before smbd.Michael Adam2010-08-141-2/+3
|
* s3:gdbtestenv: also set the xterm's window title appropriatelyMichael Adam2010-08-141-2/+2
|
* s3:gdbtestenv: print the server's name in the icontitle instead of "server"Michael Adam2010-08-141-2/+2
|
* s3-selftest: move make test to selftest.Günther Deschner2010-08-131-6/+6
| | | | | | The old "make test" can be still called as "make oldtest". Guenther
* s3-build: remove pointless RPC_PARSE_OBJ2.Günther Deschner2010-08-131-6/+4
| | | | Guenther
* tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke2010-08-131-1/+2
| | | | | This is required for Solaris, which needs to link in librt to make use of fdatasync().
* s3-build: pointless to link in libads and dcutils into smbcacls.Günther Deschner2010-08-131-1/+1
| | | | Guenther