summaryrefslogtreecommitdiff
path: root/source3/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25s3-waf: Link smbtree only against needed subsystems.Andreas Schneider1-2/+7
2012-01-25s3-waf: Link smbstatus only against needed subsystems.Andreas Schneider1-1/+5
2012-01-25s3-waf: Link smbstatus only against needed subsystems.Andreas Schneider1-2/+6
2012-01-25s3-waf: Link smbta-util only against needed subsystems.Andreas Schneider1-2/+4
2012-01-25s3-waf: Link testparm only against needed subsystems.Andreas Schneider1-2/+3
2012-01-25s3-waf: Link smbspool only against needed subsystems.Andreas Schneider1-2/+7
2012-01-25s3-waf: Link profiles only against needed subsystems.Andreas Schneider1-1/+5
2012-01-25s3-waf: Link net only against needed subsystems.Andreas Schneider1-11/+37
2012-01-25s3-waf: Link smbclient only against needed subsystems.Andreas Schneider1-3/+8
2012-01-25s3-waf: Link rpcclient only against needed subsystems.Andreas Schneider1-7/+25
2012-01-25s3-waf: Link swat only against needed subsystems.Andreas Schneider1-4/+14
2012-01-25s3-waf: Add missing dependencies to PASSCHANGE.Andreas Schneider1-1/+3
2012-01-25s3-waf: Add missing dependencies to LOCKING.Andreas Schneider1-1/+5
2012-01-25s3-waf: Link winbindd only against needed subsystems.Andreas Schneider1-9/+35
2012-01-25s3-waf: Link nmbd only against needed subsystems.Andreas Schneider1-3/+7
2012-01-25s3-waf: Link libcli_lsa3 only against needed subsystems.Andreas Schneider1-1/+1
2012-01-25s3-waf: Link errors3 only against needed subsystems.Andreas Schneider1-1/+1
2012-01-25s3-waf: Link tdb-wrap3 only against needed subsystems.Andreas Schneider1-1/+0
2012-01-25s3-waf: Link trusts_util only against needed subsystems.Andreas Schneider1-2/+2
2012-01-25s3-waf: Remove dead subsystem LIBNBT.Andreas Schneider1-5/+0
2012-01-25s3-waf: Link LIBNET_DSSYNC only against needed subsystems.Andreas Schneider1-2/+2
2012-01-25s3-waf: Link LIBNET only against needed subsystems.Andreas Schneider1-1/+1
2012-01-25s3-waf: Link smbd_base only against needed subsystems.Andreas Schneider1-11/+53
2012-01-25s3-waf: Link libsmb only against needed subsystems.Andreas Schneider1-1/+11
2012-01-25s3-waf: Link LIBNTLMSSP only against needed subsystems.Andreas Schneider1-1/+1
2012-01-25s3-waf: Remove LIBSMB_ERR completely.Andreas Schneider1-25/+17
2012-01-25s3-waf: Link samba3core against needed subsystems.Andreas Schneider1-1/+19
2012-01-25s3-waf: Don't link param_service against USER_UTIL twice.Andreas Schneider1-1/+1
2012-01-25s3-waf: Link param only against needed subsystems.Andreas Schneider1-1/+1
2012-01-25s3-waf: Add missing depcendencies to smbconf.Andreas Schneider1-3/+15
2012-01-25s3-waf: Remove unneeded PARAM_UTIL dependency.Andreas Schneider1-2/+1
2012-01-25s3-waf: Replace LIBMSRPC_GEN just with ndr-standard.Andreas Schneider1-19/+14
There is no need to link against dssetup and spoolss.
2012-01-25s3-waf: Link nss_wins only against needed subsystems.Andreas Schneider1-2/+1
2012-01-25s3-waf: Link smbclient only against needed subsystems.Andreas Schneider1-1/+1
2012-01-25s3-waf: Link netapi only against needed subsystems.Andreas Schneider1-4/+3
2012-01-25lib: Remove dead mszip code.Andreas Schneider1-9/+0
RIP, long live zlib.
2012-01-18s3-libsmb Use the gse_krb5 gensec module as clientAndrew Bartlett1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-01-18s3-build: Rework object lists to allow gse gensec moduleAndrew Bartlett1-5/+8
This also allows the spnego_parse_krb5_wrap() function to be shared. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-01-18s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner1-1/+2
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 18 14:46:18 CET 2012 on sn-devel-104
2012-01-13s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema ↵Günther Deschner1-1/+2
helpers to libpdb.so These helpers are used in other parts of Samba as well (like in idmap and in the net provision code). Guenther
2012-01-12s3: Move the share_mode_lock handling to its own fileVolker Lendecke1-1/+1
Signed-off-by: Jeremy Allison <jra@samba.org>
2012-01-12s3-waf: link SECRETS3 only against samba3util.Andreas Schneider1-1/+1
2012-01-12s3-waf: Create a smaller samba3util subsystem.Andreas Schneider1-7/+18
2012-01-11s3-libsmb: split out auth_generic client functions into auth_generic.cAndrew Bartlett1-1/+6
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-01-09s3-waf: rpcclient does not need libads.so.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 9 12:06:06 CET 2012 on sn-devel-104
2012-01-05s3: Add a test excercising the share mode cleanup routineVolker Lendecke1-0/+1
2011-12-16s3:smbd: remove unused sconn_server_id()Stefan Metzmacher1-1/+0
metze
2011-12-15s3:smbd: split ID_CACHE_* message handling into parent and child partsStefan Metzmacher1-1/+1
metze
2011-12-12s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett1-2/+2
This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
This library was tiny - containing just two public functions than were themselves trivial. The amount of overhead this causes isn't really worth the benefits of sharing the code with other projects like OpenChange. In addition, this code isn't really generically useful anyway, as it can only load from the module path set for Samba at configure time. Adding a new library was breaking the API/ABI anyway, so OpenChange had to be updated to cope with the new situation one way or another. I've added a simpler (compatible) routine for loading modules to OpenChange, which is less than 100 lines of code. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 3 08:36:33 CET 2011 on sn-devel-104