Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-18 | nsswitch: depend on dl | Andrew Tridgell | 1 | -1/+1 | |
The previous merge in this area didn't preserve the 'dl' depedency, which may be required on some platforms. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2011-02-17 | s3-waf: make most of the nsswitch common. | Günther Deschner | 1 | -3/+10 | |
Guenther | |||||
2011-02-17 | s4-waf: move wbinfo buildrule to winbind. | Günther Deschner | 1 | -5/+0 | |
Will be moved back later, once we have a more common samba-util.so Guenther | |||||
2011-01-04 | Revert "nsswitch Add talloc depencency for nsstest" | Stefan Metzmacher | 1 | -1/+1 | |
This reverts commit 640028d158583825ea5ffd1266f099cf8776db5d. This is not needed anymore. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 09:38:57 CET 2011 on sn-devel-104 | |||||
2011-01-04 | nsswitch Add talloc depencency for nsstest | Andrew Bartlett | 1 | -1/+1 | |
nsstest does not use talloc, but it includes talloc.h via includes.h, and so without this it cannot find the right internal header. This wasn't noticed before, as most linux developer boxes have a talloc.h. The issue was reported by Adam Tauno Williams <awilliam at whitemice.org> Andrew Bartlett | |||||
2010-12-16 | s4-waf: nsstest only needs replace. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Dec 16 11:40:52 CET 2010 on sn-devel-104 | |||||
2010-12-12 | build: change lib order to fix build on netbsd | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Dec 12 10:54:02 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4/waf: add intl dependency for nss_winnbind | Björn Jacke | 1 | -1/+1 | |
needed to fix a build issue on NetBSD and other platforms Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Wed Dec 1 16:15:19 CET 2010 on sn-devel-104 | |||||
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename WBCLIENT to wbclient. | Jelmer Vernooij | 1 | -17/+17 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | waf: Rename LIBWINBIND-CLIENT to libwinbind-client | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 1 | -1/+1 | |
Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 1 | -1/+1 | |
Only link to uid_wrapper when it is enabled. | |||||
2010-10-21 | nsswitch: make LIBWINBIND-CLIENT a private library | Andrew Tridgell | 1 | -5/+6 | |
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -1/+1 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-14 | nss_winbind: Fix soname. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-11 | winbind-waf: the installed name is libnss_winbind.so.2 | Andrew Tridgell | 1 | -1/+1 | |
the .2 is what libc adds to the name for this version of the nss API | |||||
2010-08-24 | s4-waf: try to fix the s4 wbinfo build dependencies. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-07-17 | s4 pam_winbind: don't build if pam header are not installed | Matthieu Patou | 1 | -6/+7 | |
2010-07-17 | s4-waf: add the missing bits for builing nss_winbind and pam_winbind | Matthieu Patou | 1 | -0/+12 | |
This is something that was not picked up during the migration to waf | |||||
2010-04-19 | s4-waf: fixed WINBINDD_SOCKET_DIR for wb_common in s4 | Andrew Tridgell | 1 | -1/+1 | |
s4 uses a different path for the socket | |||||
2010-04-18 | s4-waf: removed the unused installdir= option to SAMBA_BINARY() | Andrew Tridgell | 1 | -2/+0 | |
This was left over from the automatic conversion of the config.mk files | |||||
2010-04-12 | lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf ↵ | Stefan Metzmacher | 1 | -2/+2 | |
system does metze | |||||
2010-04-06 | s4-waf: more places missing libreplace | Andrew Tridgell | 1 | -4/+1 | |
2010-04-06 | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 1 | -1/+1 | |
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 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -2/+3 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+22 | |