Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-07 | build: Add missing deps and make MESSAGING a private library | Andrew Bartlett | 1 | -1/+1 | |
To remove finddcs_nbt these missing deps need to be added. These subsystems linked to to implicit dependencies provided by finddcs. Due to the new arrangmenet of subsystems, MESSAGING needs to be a private library to avoid being a source of duplicate symbols. Andrew Bartlett | |||||
2012-05-31 | build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu May 31 06:36:55 CEST 2012 on sn-devel-104 | |||||
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -2/+2 | |
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett | |||||
2011-09-15 | waf: restore libsmbclient handling. | Günther Deschner | 1 | -0/+12 | |
This is a temporary solution to get libsmbclient installed properly as a library (including symlinks and proper symbols). I was not able to make the old internal library name 'libsmb/smbclient' work together with "realname" and/or "link_name". Maybe one of the waf gurus has more ideas here. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104 | |||||
2011-02-09 | s4-waf Remove source4 build system. | Andrew Bartlett | 1 | -106/+0 | |
The top level build is the official build system now. Andrew Bartlett | |||||
2011-01-07 | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-12-09 | s4 libcli: Add libcli_echo lib and torture test | Kai Blin | 1 | -0/+1 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Dec 9 23:57:03 CET 2010 on sn-devel-104 | |||||
2010-12-09 | s4: Implement UDP echo server example | Kai Blin | 1 | -0/+1 | |
This is a simple UDP-based echo server. It is mainly intended as an example on how to do server service tasks in s4. | |||||
2010-12-08 | s4-waf: get the version number right on private libraries | Andrew Tridgell | 1 | -0/+3 | |
use the first digit of the version number for the library version Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-30 | waf: added --symbol-check option | Andrew Tridgell | 1 | -0/+2 | |
this adds checking of the symbols in all our object files, libraries and syslibs. It will form the basis in future for a lot more checks, but for now it just checks basic rules like not allowing us to use symbols that are in system libs. Currently this is enabled only if you use the --symbol-check option, (or use make with SYMBOLCHECK=1) but I intend to make this always enabled once it has had more testing. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-28 | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 1 | -1/+1 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4 dns: Add a boilerplate DNS server implementation | Kai Blin | 1 | -0/+1 | |
2010-10-21 | s4-waf: removed the XATTR and SASL aliases | Andrew Tridgell | 1 | -5/+0 | |
these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 1 | -20/+0 | |
these were left over from the old config.mk system | |||||
2010-10-14 | s4-waf: automatically remove stale C and header files | Andrew Tridgell | 1 | -0/+1 | |
this prevents stale .c and .h files in bin/ from causing build problems Thanks to Thomas Nagy for the example implementation! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 07:44:13 UTC 2010 on sn-devel-104 | |||||
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-27 | s4-waf: remove NDR-SRVSVC alias. | Günther Deschner | 1 | -1/+0 | |
Thanks tridge, this was driving me nuts... Guenther | |||||
2010-09-27 | s4-smbtorture: remove unneeded dcerpc_mgmt alias. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-09-23 | lib-subunit: fixed build on systems without subunit devel library | Andrew Tridgell | 1 | -0/+1 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-07-17 | s4 nss_switch: fix build problem on computer without the iniparser | Matthieu Patou | 1 | -1/+1 | |
Although the build was ok on my workstation it appears that on build server it was not because the include path was not correct. | |||||
2010-07-17 | s4-waf: add the missing bits for builing nss_winbind and pam_winbind | Matthieu Patou | 1 | -0/+1 | |
This is something that was not picked up during the migration to waf | |||||
2010-06-20 | Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-04-21 | s4-waf: create the smbd.tmp/messaging directory | Andrew Tridgell | 1 | -1/+1 | |
this prevents a warning when we run net vampire from the install dir when samba has never been run previously Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-19 | s4-waf: follow the configure directories for the empty install dirs | Andrew Tridgell | 1 | -1/+1 | |
Thanks to Metze for spotting this | |||||
2010-04-19 | s4-waf: install some missing empty directories | Andrew Tridgell | 1 | -0/+3 | |
2010-04-07 | s4-python: Use standard infrastructure for finding included testtools, ↵ | Jelmer Vernooij | 1 | -1/+0 | |
subunit and iso8601. | |||||
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -77/+77 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: updates for the new python installer from jelmer | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | s4-waf: look in libintl for dgettext() | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | s4-waf: cleaned up tevent dependency | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: install pidl | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | s4-waf: started adding auto-install of include files | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | s4-waf: cope with systems with zlib versions that are too old | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 1 | -4/+0 | |
2010-04-06 | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 1 | -1/+0 | |
this stops lib/replace becoming a mess | |||||
2010-04-06 | build: commented the missing subsystems | Andrew Tridgell | 1 | -12/+14 | |
2010-04-06 | build: install codepage files | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: alias the libiconv target name for subsystems that depend on 'ICONV' | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: optionally enable builtin popt | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed some more missing targets | Andrew Tridgell | 1 | -5/+9 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -12/+8 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -40/+6 | |
2010-04-06 | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 1 | -0/+1 | |
also fixed ASN1 target names | |||||
2010-04-06 | build: added generation of version.h | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: another missing subsystem ..... | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: added build groups | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: heimdal_build waf support | Andrew Tridgell | 1 | -5/+76 | |
heimdal now mostly builds | |||||
2010-04-06 | build: run the lib/replace rules first | Andrew Tridgell | 1 | -0/+1 | |