Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-18 | librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript files | Andrew Bartlett | 1 | -10/+1 | |
There isn't any reson to keep these private to source3 and source4 and more, and doing so creates problems for the top level build. Andrew Bartlett | |||||
2011-02-18 | charset Remove use of {isupper,islower,toupper,tolower}_w functions | Andrew Bartlett | 1 | -1/+3 | |
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-18 | s3-waf use lib/util/wscript_build, and avoid duplicate subsystems | Andrew Bartlett | 1 | -20/+3 | |
2011-02-18 | s3-waf: use SAMBA3_*() build rules in source3/build | Andrew Tridgell | 1 | -140/+139 | |
this brings the s3 waf build much closer to the proposed s3build top level build, using the same bld.SAMBA3_*() rules There are a few renames of subsystems in here, with a 3 suffix where it would create a conflict. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | s3-waf: move libsmb/clikrb5.c and libads/kerberos.c into KRBCLIENT. | Günther Deschner | 1 | -7/+5 | |
This avoids two duplicates... Guenther | |||||
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 1 | -6/+4 | |
Guenther | |||||
2011-02-17 | s3-waf: make most of the nsswitch common. | Günther Deschner | 1 | -35/+1 | |
Guenther | |||||
2011-02-15 | s3-waf: fix the build. | Günther Deschner | 1 | -3/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 15 15:24:11 CET 2011 on sn-devel-104 | |||||
2011-02-15 | s3-waf: TLDAP is only needed by pdb_ads (and smbtorture). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-14 | librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so). | Günther Deschner | 1 | -1/+1 | |
Simo, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 18:54:38 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s3-waf: add UTIL_TEVENT subsystem (as in ../lib/util/wscript) | Günther Deschner | 1 | -4/+9 | |
Guenther | |||||
2011-02-12 | s3-waf: try to fix the netbsd build and add -lintl to the 'net' binary. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Sat Feb 12 00:48:11 CET 2011 on sn-devel-104 | |||||
2011-02-11 | s3-waf: move all error mappings to errors subsystem. | Günther Deschner | 1 | -5/+3 | |
Guenther | |||||
2011-02-11 | waf: pure cosmetic reformatting of the two samba-util object lists (to ease ↵ | Günther Deschner | 1 | -12/+25 | |
comparing). Guenther | |||||
2011-02-11 | s3-waf: rework the way SMBLDAP subsystem is built a little. | Günther Deschner | 1 | -5/+3 | |
Guenther | |||||
2011-02-10 | s3-waf: fix the build after auth changes. | Günther Deschner | 1 | -0/+1 | |
Andrews, please check. Guenther | |||||
2011-02-08 | lib/compression: add shared wscript_build. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2011-02-07 | s3-waf: fix the build after winreg and rpc services changes. | Günther Deschner | 1 | -9/+10 | |
Andreas, please check. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 13:18:41 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3-auth: add copy_netr_SamBaseInfo(). | Günther Deschner | 1 | -1/+1 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-02-02 | s3-waf: remove RPCCLI_LSA subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther | |||||
2011-02-02 | s3-waf: remove RPCCLI_SAMR subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 18:54:38 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-waf: fix the build after libnet changes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-01 | s3-waf: fix the build after linux netlink changes. | Günther Deschner | 1 | -0/+2 | |
Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 23:21:50 CET 2011 on sn-devel-104 | |||||
2011-01-31 | s3-waf: these libs are not private libs. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2011-01-25 | waf: share libndr.so between samba3 and samba4. | Günther Deschner | 1 | -10/+4 | |
Guenther | |||||
2011-01-21 | s3-waf: remove RPCCLI_SPOOLSS subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 21 16:06:40 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3:build: don't use librpc/gen_ndr/cli_echo.[ch] anymore | Stefan Metzmacher | 1 | -6/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 17 09:34:12 CET 2011 on sn-devel-104 | |||||
2011-01-13 | s3-waf: remove RPCCLI_WINREG subsystem. | Günther Deschner | 1 | -6/+2 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-13 | s3-waf: remove RPCCLI_SRVSVC subsystem. | Günther Deschner | 1 | -11/+7 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-13 | s3-waf: remove RPCCLI_NETLOGON subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-13 | s3-waf: remove RPCCLI_SVCCTL subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-11 | s3-waf: remove RPCCLI_DRSUAPI subsystem. | Günther Deschner | 1 | -6/+2 | |
Guenther | |||||
2011-01-11 | s3-waf: remove RPCCLI_INITSHUTDOWN subsystem. | Günther Deschner | 1 | -6/+2 | |
Guenther | |||||
2011-01-11 | s3-waf: remove RPCCLI_EVENTLOG subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther | |||||
2011-01-11 | s3-waf: remove RPCCLI_WKSSVC subsystem. | Günther Deschner | 1 | -7/+3 | |
Guenther | |||||
2011-01-07 | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 1 | -8/+3 | |
Guenther | |||||
2011-01-07 | s3-waf: rename LIBCLI_NETLOGON subsystem to LIBRPCCLI_NETLOGON. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2011-01-07 | s3-waf: rearrange waf recurses in main wscript_build. | Günther Deschner | 1 | -23/+22 | |
Guenther | |||||
2011-01-07 | s3-waf: cleanup wscript_build a little. | Günther Deschner | 1 | -8/+0 | |
Guenther | |||||
2011-01-07 | s3-waf: recurse into ../lib/smbconf. | Günther Deschner | 1 | -9/+8 | |
Guenther | |||||
2011-01-07 | s3-waf: fix winbind_krb5_locator.so realname. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 11:13:29 CET 2011 on sn-devel-104 | |||||
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-06 | s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore. | Günther Deschner | 1 | -5/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 6 15:20:14 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:build: don't use cli_dssetup.c any more | Stefan Metzmacher | 1 | -7/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 22:21:48 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:build: don't use cli_epmapper.c anymore | Stefan Metzmacher | 1 | -5/+1 | |
metze | |||||
2011-01-04 | s3:build: don't use cli_ntsvcs.c any more. | Stefan Metzmacher | 1 | -5/+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-04 | s3:build: don't use cli_wbint.c any more | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-01-04 | s3-waf: convert SAMBA_VERSION into a subsystem. | Günther Deschner | 1 | -3/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 15:10:52 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-waf: convert PASSCHANGE into a subsystem. | Günther Deschner | 1 | -5/+9 | |
Guenther |