Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:lib/registry: explicitly use allow_warnings=True | Stefan Metzmacher | 2014-04-02 | 1 | -0/+1 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | Remove the 'dir' registry backend. | Jelmer Vernooij | 2011-12-29 | 1 | -1/+1 |
| | | | | This backend was incomplete, and we already have plenty of other backends. | ||||
* | build: Expand dcerpc-samba grouping library | Andrew Bartlett | 2011-05-18 | 1 | -1/+1 |
| | | | | | | | This is possible in common now because the generated RPC code does not rely on a particular dcerpc layer. Andrew Bartlett | ||||
* | build: moved util_reg.c into a common subsystem | Andrew Tridgell | 2011-02-24 | 1 | -2/+2 |
| | | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104 | ||||
* | ldbsamba: Lowercase library name. | Jelmer Vernooij | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 2010-10-30 | 1 | -1/+1 |
| | | | | based on running waf --symbol-check | ||||
* | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2010-10-26 | 1 | -5/+5 |
| | |||||
* | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2010-10-24 | 1 | -5/+5 |
| | |||||
* | s4-waf: don't depend directly on python modules | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 2010-06-16 | 1 | -1/+1 |
| | | | | | | | | | This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | s4:lib/registry: fix the waf build | Stefan Metzmacher | 2010-04-27 | 1 | -1/+1 |
| | | | | | | The pass to a source file is relative to the wscript* file. metze | ||||
* | s4: use shared registry functions. | Günther Deschner | 2010-04-27 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4-waf: removed the unused installdir= option to SAMBA_BINARY() | Andrew Tridgell | 2010-04-18 | 1 | -4/+0 |
| | | | | | This was left over from the automatic conversion of the config.mk files | ||||
* | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 2010-04-06 | 1 | -4/+4 |
| | |||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | s4-waf: enable the pc_files in the build rules | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: waf quicktest nearly works | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | ||||
* | build: much nicer pidl rules | Andrew Tridgell | 2010-04-06 | 1 | -2/+3 |
| | |||||
* | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 2010-04-06 | 1 | -0/+70 |
also fixed ASN1 target names |