summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2010-10-08s3: Add a little test for the echo responderVolker Lendecke1-1/+2
2010-10-06s3-build: use the simpler "make bin/smbtorture" for s4 tortureAndrew Tridgell1-2/+2
and the same for bin/ndrdump Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 12:58:21 UTC 2010 on sn-devel-104
2010-10-01samba: share readline wrappers among all buildsystems.Günther Deschner1-1/+1
Guenther
2010-10-01samba: share select wrappers.Günther Deschner1-2/+3
Guenther
2010-10-01s3: Add subunit-test target.Jelmer Vernooij1-0/+4
2010-09-23tdb: add restoreVolker Lendecke1-0/+9
Based on an idea by Simon McVittie, largely rewritten
2010-09-23s3-dcerpc: add spnego server helpersSimo Sorce1-1/+2
squashed: add michlistMIC signature checks Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-23s3-dcerpc: move client spnego stuff in /librpc/cryptoSimo Sorce1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-23s3-dcerpc: add server helpers for gssapi authSimo Sorce1-1/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-23s3-dcerpc: add server helpers for ntlmssp authSimo Sorce1-1/+3
Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-23s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce1-2/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-23s3: fix tdbdump build on Solaris and other boxesBjörn Jacke1-1/+1
needed to fix up aea64ef275b6e94ca7afb8fa2bb172416773abdf
2010-09-23s3-build: move epmapper client to LIBMSRPC.Günther Deschner1-3/+3
Guenther
2010-09-23s3-build: fix the build of split_tokens.Günther Deschner1-2/+2
Guenther
2010-09-23s3-build: fix the build of test_lp_load.Günther Deschner1-2/+2
Guenther
2010-09-23s3-build: strip down dependencies of smbta-util.Günther Deschner1-1/+1
Guenther
2010-09-23s3: tdbdump does not use our libsVolker Lendecke1-3/+2
2010-09-22s3-registry: handle registration entries (.reg) filesGregor Beck1-0/+2
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-22s3-lib: add srprs, primitives to build simple recursive parsersGregor Beck1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-22s3-lib: add cbuf, a talloced character bufferGregor Beck1-2/+2
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-21s3:registry: remove now (finally) obsolete reg_util_registry.{c,h}Michael Adam1-2/+1
2010-09-20s3-lib/util Remove unused smb_uuid_unpack()Andrew Bartlett1-1/+1
Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-20s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett1-4/+6
This reduces the manual marshalling of these structures by removing the duplication here. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-20s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam1-0/+1
The reg_api.c code should just export functions that direclty relate to winreg api calls.
2010-09-20s3-registry: move regf based reg_api calls into own file.Günther Deschner1-2/+7
Guenther
2010-09-19s3-rpcclient: add some winreg commands.Günther Deschner1-0/+2
Guenther
2010-09-16s3: Add the PAC info3 struct to the netsamlogon_cache in ntlm_authVolker Lendecke1-0/+1
2010-09-16s3: Add convenience make target buildfarm-test.Jelmer Vernooij1-0/+3
2010-09-16s3-selftest: Move Samba3-specific script to source3/selftest.Jelmer Vernooij1-1/+1
2010-09-15s3-rpc_server: Renamed rpc_ncacn_np_internal.c.Simo Sorce1-4/+5
Signed-off-by: Andreas Schneider <asn@samba.org>
2010-09-15s3-rpc_client: Added a tstream based transport.Simo Sorce1-0/+1
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-09-15s3-rpc_server: Added initial generic RPC server infrastructure.Simo Sorce1-1/+3
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-09-15s3-printing: Added a printer list database.Simo Sorce1-1/+2
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-09-15s3-build: only link in prs parser where needed.Günther Deschner1-2/+2
Guenther
2010-09-11s3-privs Move source3/ privileges implmentation into commonAndrew Bartlett1-1/+1
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-09-10s3-build: use proper RPC_X_OBJ target names.Günther Deschner1-25/+28
Guenther
2010-09-10s3-build: only link LIBNDR_XATTR_OBJ where needed.Günther Deschner1-2/+2
Guenther
2010-09-10s3-build: link ndr_notify only where needed.Günther Deschner1-2/+2
Guenther
2010-09-10s3-build: link ndr_named_pipe_auth only where needed.Günther Deschner1-2/+2
Guenther
2010-08-30s3-dcerpc: add krb5 helpersSimo Sorce1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-08-30s3-auth: Add helper function to retrieve the unix user from a kerberos ticketSimo Sorce1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-08-26s3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ.Günther Deschner1-12/+10
Guenther
2010-08-26s3-build: remove RPC_CLIENT_OBJ1.Günther Deschner1-4/+1
Guenther
2010-08-26s3-build: use LIBMSRPC_OBJ instead of single files.Günther Deschner1-11/+4
Guenther
2010-08-26s3-build: only link in samr util code where needed.Günther Deschner1-6/+10
Guenther
2010-08-26s3-build: remove RPC_PARSE_OBJ.Günther Deschner1-26/+30
Guenther
2010-08-26s3-build: only link in epmapper client code where needed.Günther Deschner1-5/+4
Guenther
2010-08-26s3-build: only link in netlogon client code where needed.Günther Deschner1-6/+12
Guenther
2010-08-26s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner1-4/+10
Guenther
2010-08-25s3-build: only link in samr client code where needed.Günther Deschner1-10/+19
Guenther