summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* selftest split $PERL into multiple arguments for Test::More checkAndrew Bartlett2011-02-221-2/+3
|
* selftest move selftesthelpers to a top level helper scriptAndrew Bartlett2011-02-222-138/+170
|
* s3-tests use $PREFIX to ensure tests don't work outside the test areaAndrew Bartlett2011-02-222-11/+12
| | | | Andrew Bartlett
* Add tests for various s3 auth modesAndrew Bartlett2011-02-225-5/+96
|
* build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell2011-02-222-9/+40
| | | | | | | | | | | | | | you can now do: make WHYNEEDED=smbd/smbd:gensec and it will print: Checking why smbd/smbd needs to link to gensec target 'smbd/smbd' uses symbols set(['open_schannel_session_store']) from 'gensec' Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Feb 22 03:35:58 CET 2011 on sn-devel-104
* build: enhanced the symbolcheck codeAndrew Tridgell2011-02-221-14/+86
| | | | | | we can now work out why a binary needs a library, and we can find all the duplicate symbols (we currently have 1087 symbols defined in more than one place in Samba).
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-228-13/+13
| | | | | | | using os.putenv() causes too much confusion, as it doesn't update os.getenv() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: fixed make test for toplevelAndrew Tridgell2011-02-221-2/+1
| | | | | | | amazingly, os.putenv() is broken. If you do os.putenv('FOO', '1') and then do os.getenv('FOO') you don't get '1' Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: added --enable-s3build configure optionAndrew Tridgell2011-02-223-3/+17
| | | | | | this enables the build of the s3 binaries in the toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: build bin/smbclient3 for top level buildAndrew Tridgell2011-02-221-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* build: we don't need the special case for s3build any moreAndrew Tridgell2011-02-221-6/+0
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: no need to add suffix3 to smbpasswdAndrew Tridgell2011-02-221-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: rename smbpasswd library to smbpasswdparserAndrew Tridgell2011-02-224-4/+4
| | | | this removes a conflict with the s3 smbpasswd binary
* s3-waf: convert some subsystems into private librariesAndrew Tridgell2011-02-222-85/+90
| | | | | | | put some commonly used subsystems into private libraries to reduce the install size Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: rename 'param' to 'pyparam'Andrew Tridgell2011-02-221-1/+1
| | | | | | we will use 'param' for the s3 libparam.so Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: work around broken cups-config --libs outputAndrew Tridgell2011-02-221-2/+5
| | | | | | | | | | | "cups-config --libs" returns -lgssapi_krb5, which ties it to the system krb5 library. It should get this via the indirect dependency of libcups.so instead. Work around this by using 'cups' as the library and avoid using --libs in the cups-config command Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3build: use source3/wscript for s3 configure rulesAndrew Tridgell2011-02-221-0/+5
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: added support for in-tree heimdal in source3 waf buildAndrew Tridgell2011-02-221-3/+80
| | | | | | this sets up the right defines for a in-tree heimdal build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: use Logs.warn() not print for configure warningsAndrew Tridgell2011-02-221-15/+15
| | | | | | this highlights the warning for the user Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: make pieces of the source3 waf wscript depends on toplevel_buildAndrew Tridgell2011-02-221-37/+40
| | | | | | | this will allow the toplevel build to use source3/wscript for configure options Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3build: recurse into source3/Andrew Tridgell2011-02-221-0/+6
| | | | | | we can now use common build rules Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: cope with both toplevel and source3 buildAndrew Tridgell2011-02-221-4/+18
| | | | | | this fixes the remaining subsystem differences for the two builds Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: find swat files for both toplevel and source3 buildAndrew Tridgell2011-02-221-1/+2
| | | | | | this finds the right swat files in both cases Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: rename CHARSET to CHARSET3Andrew Tridgell2011-02-221-2/+3
| | | | | | and add an alias CHARSET when not using a toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: use bld.env.suffix3 for differentiating toplevel buildAndrew Tridgell2011-02-221-7/+8
| | | | | | | | this uses bld.env.suffix3 to mean "3" for a toplevel build, and blank otherwise. This allows us to change the overlapping binaries to have a '3' suffix Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: LIBADS depends on krb5Andrew Tridgell2011-02-221-1/+1
| | | | | | needed for krb5.h when using an in-tree heimdal Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: make version and build directory conditionalAndrew Tridgell2011-02-221-5/+6
| | | | | | we don't need these when doing a toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: cope with location of include.h for toplevel buildAndrew Tridgell2011-02-221-1/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: added some more krb5 dependenciesAndrew Tridgell2011-02-221-3/+3
| | | | | | this is needed when not using a system krb5, for finding krb5.h Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: renamed samba-util to samba-util3Andrew Tridgell2011-02-221-2/+3
| | | | | | also added alias samba-util when not using a toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: use common libcli/nbt build rulesAndrew Tridgell2011-02-222-12/+7
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: rename 'errors' to 'errors3'Andrew Tridgell2011-02-221-2/+3
| | | | | | and add an alias 'errors' if not doing a toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: renamed tdb-wrap to tdb-wrap3Andrew Tridgell2011-02-221-3/+3
| | | | | | allow for a common name 'tdb-wrap' Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: rename POPT_SAMBA to POPT_SAMBA3Andrew Tridgell2011-02-221-34/+45
| | | | | | | | | | This renames the POPT_SAMBA subsystem to POPT_SAMBA3. It also adds an alias 'POPT_SAMBA' if we are not doing a toplevel build. This allows us to use the common dependency 'POPT_SAMBA' in other waf rules. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: added a krb5 dependencyAndrew Tridgell2011-02-221-1/+1
| | | | | | LIBMSRPC depends on krb5.h Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libcli/nbt: allow use of the waf build for nbt in source3Andrew Tridgell2011-02-221-12/+12
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-ndr: added NDR_WBINT to ndr_tablesAndrew Tridgell2011-02-221-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-rpc_server: Let enpoint mapper listen on port 135.Andreas Schneider2011-02-221-1/+88
| | | | | | | | | | *** This is my commit #500 *** Endpoint Mapper is disabled by default. The next steps are to setup a tcpip and ncalrpc listener for each service and register it at epm. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Feb 22 00:07:45 CET 2011 on sn-devel-104
* s3-rpc_server: Added event and msg ctx to _rpc_ep_register.Andreas Schneider2011-02-211-17/+82
|
* s3-rpc_server: Added port option to _rpc_ep_register.Andreas Schneider2011-02-211-15/+42
|
* s3-rpc_server: Added function to setup tcpip listener!Andreas Schneider2011-02-212-0/+578
|
* s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider2011-02-215-4/+4
|
* s3-rpc_server: Rename srv_rpc_register.Andreas Schneider2011-02-213-5/+5
|
* s3-rpc_server: Pass tevent_context to dcerpc endpoints.Andreas Schneider2011-02-213-26/+44
|
* s3-rpc_server: Create a common ncacn listen state.Andreas Schneider2011-02-211-9/+12
|
* s3-rpc_server: Rename named_pipe_read_packet().Andreas Schneider2011-02-211-16/+16
| | | | This is not named pipe specific.
* s3-librpc: Only register NCACN_NP.Andreas Schneider2011-02-211-9/+22
| | | | This is the only transport we support at the moment.
* s3-lsa: fix some uninitialized variables in our lsa server.Günther Deschner2011-02-211-3/+3
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 21 18:47:30 CET 2011 on sn-devel-104
* s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner2011-02-211-2/+1
| | | | Guenther
* s4-descriptor: Fixed some compiler warnings.Nadezhda Ivanova2011-02-211-2/+2
| | | | | Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Feb 21 18:02:21 CET 2011 on sn-devel-104