summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* s3-waf: fix the build.Günther Deschner2010-06-151-1/+1
| | | | Guenther
* s3-waf: fix the the waf build.Günther Deschner2010-06-081-2/+3
| | | | Guenther
* s3-waf: Build rpc_server/srv_spoolss_util.c too.Andreas Schneider2010-06-071-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc: Create a file with all functions for a internal named pipe.Andreas Schneider2010-06-041-1/+5
| | | | | | | This makes it possible to use the samr rpc server in winbind without linking in smbd. Reviewed-by: Simo Sorce <idra@samba.org>
* s3-rpc: Seperate rpc_srv_register for plain connection.Andreas Schneider2010-06-041-2/+1
| | | | | | This will make it possible to create plain rpc named pipe connnections. Reviewed-by: Simo Sorce <idra@samba.org>
* s3-auth: Moved smbd user functions to a generic place.Andreas Schneider2010-06-041-1/+1
| | | | Reviewed-by: Simo Sorce <idra@samba.org>
* s3-build: pure cosmetics, use better names for gen_ndr code pieces.Günther Deschner2010-06-031-7/+5
| | | | Guenther
* s3-waf: Fix up smbclient dependenciesKai Blin2010-06-021-3/+2
|
* s3-waf: Fixed dependencies of the the krbclient subsystem.Kai Blin2010-06-021-0/+1
|
* s3-waf: Fixed dependencies of the the avahi subsystem.Andreas Schneider2010-06-021-0/+1
|
* s3-waf: Fix the buildKai Blin2010-06-011-1/+2
|
* s3-waf: Fix build after ntlmssp_sign.c movedKai Blin2010-05-311-1/+2
|
* s3-waf: Fix the build after rebaseKai Blin2010-05-301-3/+3
|
* s3-waf: support avahi buildsKai Blin2010-05-301-3/+7
|
* s3-waf: Fix the smbclient build with libcapKai Blin2010-05-281-1/+1
|
* s3-waf: Fix the build of swat with --enable-cupsKai Blin2010-05-281-1/+1
|
* s3-waf: fix the build after tstream changes.Günther Deschner2010-05-271-1/+3
| | | | Guenther
* s3-waf: fix the build after chgpasswd.c changes.Günther Deschner2010-05-261-2/+3
| | | | Guenther
* s3-waf: Build smbclient binaryKai Blin2010-05-261-0/+17
|
* s3-waf: Fix the naming of some variables introduced recentlyKai Blin2010-05-261-2/+2
|
* s3-waf: Don't hardcode the name of the awk executable in wscript_buildKai Blin2010-05-261-2/+0
|
* s3:fix the waf build after registry changes.Michael Adam2010-05-251-4/+5
|
* s3-waf: Actually make --with/--without-swat workKai Blin2010-05-211-1/+1
|
* s3-waf: Really disable winbindd build when --without-winbind is specifiedKai Blin2010-05-211-1/+1
|
* s3-waf: ndr string functions moved to top levelKai Blin2010-05-201-1/+1
|
* s3-waf: Fix the build after rebaseKai Blin2010-05-201-2/+4
|
* s3-waf: fix linking of eventlogadm by adding cap as dependencyMichael Adam2010-05-201-1/+1
|
* s3-waf: fix linking of swat by adding cap as dependencyMichael Adam2010-05-201-1/+1
|
* s3-waf: Fix build with ldap by adding a SMBLDAP subsystemKai Blin2010-05-201-4/+9
|
* s3-waf: fix the winbindd build againKai Blin2010-05-201-0/+1
|
* s3-waf: Some files moved during the rebaseKai Blin2010-05-201-2/+2
|
* s3-waf: Add autogeneration with PIDLStefan Metzmacher2010-05-201-0/+3
|
* s3-waf: Remove references to LDBKai Blin2010-05-201-39/+5
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* s3-waf: build shared modules as subsystemsKai Blin2010-05-201-6/+9
|
* s3-waf: autogenerate lists of static modulesKai Blin2010-05-201-28/+42
|
* s3-waf: clean up includesKai Blin2010-05-201-5/+0
|
* s3-waf: create a SECRETS subsystemKai Blin2010-05-201-6/+7
|
* s3-waf: clean up dependencies a littleKai Blin2010-05-201-17/+11
|
* s3-waf: fix eventlogadm build with winbindKai Blin2010-05-201-1/+1
|
* s3-waf: Fix up the winbindd buildKai Blin2010-05-201-0/+2
|
* s3-waf: add eventlogadm binaryKai Blin2010-05-201-7/+15
|
* s3-waf: Use a common subsystem for the kerberos client codeKai Blin2010-05-201-10/+13
|
* s3-waf: Use a common subsystem for samba-popt codeKai Blin2010-05-201-15/+21
|
* s3-waf: Build swatKai Blin2010-05-201-1/+19
|
* s3-waf: build winbindd againKai Blin2010-05-201-3/+2
|
* s3-waf: fix up the LDAP objects if LDAP isn't builtKai Blin2010-05-201-2/+2
|
* s3-waf: install swat filesAndrew Tridgell2010-05-201-1/+4
|
* s3-waf: fixed install path for sbin binariesAndrew Tridgell2010-05-201-0/+3
|
* s3-waf: Fix the minimal buildKai Blin2010-05-201-19/+14
| | | | | When using the internal zlib and popt, the dependencies and includes have to be adapted a bit
* s3-waf: Fix the build --with-ldapKai Blin2010-05-201-8/+7
| | | | | The LDAP source files as set by configure weren't detected correctly in the wscript_build Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>