summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett1-1/+1
The two files were very similar already, the only change required was to adopt the s3 module registration fucntion name. (NTSTATUS wasn't used as the charset code does not otherwise use that type). Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-1/+1
These now call the common _m functions that consider UTF16 code points. This removes the code which will make up a 'lame' table in memory, as this can just as correctly be handled by running the algorithm at runtime (which is to call toupper() and tolower() on characters < 128). When used, a top level waf build will always locate the correct table - in the build tree or outside - due to relinking the installed binary. Andrew Bartlett
2011-02-17s3: add server_id.idl and use only autogenerated code.Günther Deschner1-2/+3
Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther
2011-02-17nsswitch: make wb_reqtrans a common subsystem.Günther Deschner1-2/+2
Guenther
2011-02-16s3-passdb: Add minimal stub for IPA passdb backendSumit Bose1-2/+4
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-16s3-librpc: move server_id marshalling to own helper file.Günther Deschner1-0/+1
(in preparation of merging struct server_id). Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104
2011-02-10s3-rpc_server: move services into individual directories.Günther Deschner1-20/+20
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 22:13:17 CET 2011 on sn-devel-104
2011-02-10librpc: move preg.idl to main directory.Günther Deschner1-3/+2
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
2011-02-10libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett1-1/+2
This changes the structure being used to convey the current user state from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built structure that matches the internals of the Samba auth subsystem and contains the final group list, as well as the final privilege set and session key. These previously had to be re-created on the server side of the pipe each time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-08selftest: remove make oldtest.Günther Deschner1-4/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 22:16:31 CET 2011 on sn-devel-104
2011-02-08s3-selftest: let valgrindtest use the new make test.Günther Deschner1-3/+2
Guenther
2011-02-08pam: share pam errors in a common location.Günther Deschner1-4/+6
Guenther
2011-02-07s3-rpc_server: Added a winreg based svcctl registry init.Andreas Schneider1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-07s3-services: Migrated svcctl registry functions to winreg.Andreas Schneider1-1/+2
This is a bigger commit. It moves the relevant function to svc_winreg_glue. We need to use them in the same commit else we have problems with prototypes in proto.h. Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-07s3-registry: Remove obsolete reg_eventlog.Andreas Schneider1-3/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-07s3-rpc_server: Added a winreg based eventlog registry init.Andreas Schneider1-0/+1
This enumerates the keys first and only creates them if they don't exist yet. Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-07s3-rpc_client: Added winreg query dword helper.Andreas Schneider1-1/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-07s3-rpc_client: Added dcerpc_winreg_int_openkey().Andreas Schneider1-1/+4
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-07s3-torture: switch source3 to using top level samba4 build for smbtortureAndrew Tridgell1-6/+6
this is in preparation for removing the source4/ build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-05s3:Makefile.in: use waf directly to build smbtorture4 and ndrdump4Stefan Metzmacher1-7/+10
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Feb 5 11:53:05 CET 2011 on sn-devel-104
2011-02-04s3-auth: add copy_netr_SamBaseInfo().Günther Deschner1-1/+2
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-02-02s3-build: remove RPCCLI_LSA subsystem.Günther Deschner1-2/+1
Guenther
2011-02-02s3-build: remove RPCCLI_SAMR subsytem.Günther Deschner1-2/+1
Guenther
2011-02-02s3-dssync-passdb: add basic routines and net function.Günther Deschner1-0/+1
Guenther
2011-02-02s3-smbd: Added a function to setup rpc services.Andreas Schneider1-0/+3
Move the complete setup of the rpc service to its own file and use callbacks to register at the endpoint mapper.
2011-02-02s3-librpc: Added dcerpc register endpoint functions.Andreas Schneider1-0/+2
2011-02-02s3-epmapper: Added a endpoint mapper skeleton.Andreas Schneider1-1/+3
2011-02-01s3: test addrchangeVolker Lendecke1-0/+1
2011-02-01s3: Add support for AF_NETLINK addr notificationsVolker Lendecke1-0/+1
Via an AF_NETLINK socket, the Linux kernel can inform us when IP addresses are added or dropped. This will first be used in winbind, it was triggered by clustering with ctdb. When winbind is connected to a domain controller and ctdb decides to move away the IP address that winbind used locally for the connection to the DC, the next request will run into a timeout. winbind sends out its request, but the response will never arrive: The IP is gone. It will also be interesting for more reliable online/offline detection, but this is something for future winbind refactoring.
2011-01-30s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104
2011-01-25idl: add file_id idl.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104
2011-01-24s3-build: remove source4 include path for autoconf build as well.Günther Deschner1-1/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 24 17:40:56 CET 2011 on sn-devel-104
2011-01-21s3-build: remove RPCCLI_SPOOLSS subsystem.Günther Deschner1-2/+1
Guenther
2011-01-17s3:build: don't use librpc/gen_ndr/cli_echo.[ch] anymoreStefan Metzmacher1-2/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 17 09:34:12 CET 2011 on sn-devel-104
2011-01-13s3-build: remove RPCCLI_WINREG subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Thu Jan 13 15:06:36 CET 2011 on sn-devel-104
2011-01-13s3-build: remove RPCCLI_SRVSVC subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
2011-01-13s3-build: remove RPCCLI_NETLOGON subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
2011-01-13s3-build: remove RPCCLI_SVCCTL subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
2011-01-11s3-build: remove RPCCLI_DRSUAPI subsystem.Günther Deschner1-2/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 11 23:01:24 CET 2011 on sn-devel-104
2011-01-11s3-build: remove RPCCLI_INITSHUTDOWN subsystem.Günther Deschner1-2/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 11 17:59:21 CET 2011 on sn-devel-104
2011-01-11s3-build: remove RPCCLI_EVENTLOG subsystem.Günther Deschner1-2/+1
Guenther
2011-01-11s3-build: remove RPCCLI_WKSSVC subsystem.Günther Deschner1-2/+1
Guenther
2011-01-07s3-build: fix classic build after libcli netlogon changes.Günther Deschner1-2/+2
Guenther
2011-01-07s3: Make nmbd socket dir configurableVolker Lendecke1-0/+6
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 7 14:14:19 CET 2011 on sn-devel-104
2011-01-06lib/addns: move DNS client library to the main directory.Günther Deschner1-3/+3
Guenther
2011-01-06s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner1-2/+1
Guenther
2011-01-04s3:build: don't use cli_dssetup.c any moreStefan Metzmacher1-2/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 22:21:48 CET 2011 on sn-devel-104
2011-01-04s3:build: don't use cli_epmapper.c anymoreStefan Metzmacher1-2/+1
metze
2011-01-04s3:build: don't use cli_ntsvcs.c any more.Stefan Metzmacher1-2/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 17:23:17 CET 2011 on sn-devel-104
2011-01-04s3:build: don't use cli_wbint.c any moreStefan Metzmacher1-1/+0
metze