Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-28 | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 1 | -1/+1 | |
This will allow OpenChange to get at the symbols it needs, without exposing any more of this as a public API than we must. Andrew Bartlett | |||||
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 1 | -1/+1 | |
This creates a samba-modules private libary that handles the details. Andrew Bartlett | |||||
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 | |||||
2011-02-28 | ntvfs: Add some missing dependencies on tevent/events. | Jelmer Vernooij | 1 | -3/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 21:57:16 CET 2011 on sn-devel-104 | |||||
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | samdb: Lowercase library name. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-23 | s4: Rename WRAP_XATTR to wrap_xattr. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-21 | s4-waf: don't depend directly on python modules | Andrew Tridgell | 1 | -2/+2 | |
build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 1 | -1/+1 | |
these were left over from the old config.mk system | |||||
2010-04-06 | s4-waf: cleaned up tevent 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 | -4/+4 | |
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/+52 | |