Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3/s4:build: honor library path from environment | Björn Jacke | 2009-07-04 | 1 | -1/+1 |
| | | | | | | | we may not throw away LD_LIBRARY_PATH and friends as they sometimes contain important information. Some of the build farm machines for example have the python lib path in there - we can't run make test when we suddenly forget how to use python | ||||
* | s4: Don't install epdump, since it no longer exists. | Jelmer Vernooij | 2009-07-03 | 1 | -2/+1 |
| | |||||
* | Only install an explicit set of scripts during "make install", rather than | Jelmer Vernooij | 2009-06-17 | 1 | -1/+8 |
| | | | | whatever happens to be in the source tree. | ||||
* | libwbclient: Add async call framework. | Kai Blin | 2009-05-30 | 1 | -0/+1 |
| | |||||
* | Fix Samba 4 Makefile to also clean ../libgpo | Wilco Baan Hofman | 2009-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵ | Wilco Baan Hofman | 2009-04-20 | 1 | -0/+1 |
| | | | | | | | | function to samba 3. Move prototypes to root libgpo where appropriate. gpo_ldap.c now compiles for both samba 3 and 4. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move tdr to top-level. | Jelmer Vernooij | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | s4:Makefile: try to fix 'make installheaders' on *BSD systems | Stefan Metzmacher | 2009-02-26 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:Makefile: fix PUBLIC_HEADERS typo | Stefan Metzmacher | 2009-02-09 | 1 | -1/+1 |
| | | | | metze | ||||
* | shared: Move dom_sid_* utility functions to top level | Kai Blin | 2009-02-01 | 1 | -0/+1 |
| | |||||
* | s4:build: kill DEFAULT_HEADERS variable | Stefan Metzmacher | 2009-01-30 | 1 | -4/+3 |
| | | | | metze | ||||
* | s4: remove unused dbwrap code | Stefan Metzmacher | 2008-12-29 | 1 | -1/+0 |
| | | | | | | | If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze | ||||
* | s4: Fix make clean to remove gen_ndr objects. | Jelmer Vernooij | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | Use make variable for Samba 4 shared library output directory. | Jelmer Vernooij | 2008-12-23 | 1 | -1/+2 |
| | |||||
* | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 2008-12-17 | 1 | -0/+1 |
| | | | | metze | ||||
* | nsswitch: Move nsswitch files from source4 to top level nsswitch dir | Kai Blin | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | Move torture directory to top-level. | Jelmer Vernooij | 2008-11-16 | 1 | -2/+2 |
| | |||||
* | Move charset library to top level. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'selftest' of git://git.samba.org/jelmer/samba | Jelmer Vernooij | 2008-10-19 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 2008-10-11 | 1 | -28/+46 |
| |\ | | | | | | | | | | | | | Conflicts: selftest/selftest.pl | ||||
| * | | Move selftest code to top-level. | Jelmer Vernooij | 2008-09-18 | 1 | -2/+2 |
| | | | |||||
* | | | Move zlib to top-level root. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+1 |
| | | | |||||
* | | | Fix include, clean up .o files in ../lib and ../libcli | Jelmer Vernooij | 2008-10-11 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | Conflicts: source4/Makefile | ||||
* | | | Clean up properly. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+1 |
| | | | |||||
* | | | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -2/+2 |
| |/ |/| | | | | | | | | | Conflicts: source4/Makefile | ||||
* | | fix libclinbtsrcdir variable. | Jelmer Vernooij | 2008-10-08 | 1 | -1/+1 |
| | | |||||
* | | Re-add uninstallplugins, there has to be at least one instance of this. | Jelmer Vernooij | 2008-09-30 | 1 | -0/+2 |
| | | |||||
* | | Fix installation of misc files. | Jelmer Vernooij | 2008-09-30 | 1 | -2/+11 |
| | | |||||
* | | Patch by Matthias that removes old SWAT support and fixes uninstall. | Matthias Dieter Wallnöfer | 2008-09-29 | 1 | -11/+16 |
| | | |||||
* | | Consistently use lower case variable names for path variables. | Jelmer Vernooij | 2008-09-29 | 1 | -16/+16 |
| | | | | | | | | Patch by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> and me. | ||||
* | | Clean .o files in lib/ and libcli/ too. | Jelmer Vernooij | 2008-09-24 | 1 | -0/+3 |
| | | |||||
* | | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 |
| | | |||||
* | | s3: fix merged_build. | Günther Deschner | 2008-09-24 | 1 | -0/+1 |
| | | | | | | | | Guenther | ||||
* | | Fix merged build. | Jelmer Vernooij | 2008-09-21 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2008-09-18 | 1 | -6/+7 |
|\| | | | | | | | | | Conflicts: source4/main.mk | ||||
| * | Fix location of included popt files for systems that don't have popt. | Jelmer Vernooij | 2008-09-17 | 1 | -1/+1 |
| | | |||||
| * | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'singlecompression' into single | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'singlepopt' into single | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: source4/Makefile | ||||
| | * | | Use a single copy of popt in samba3 and samba4. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'singlensswrap' into single | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk | ||||
| | * | | Use single cope of nss_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'singlesw' into single | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h | ||||
| | * | | Use single copy of socket_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'singletdb' into single | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| | |/ | |||||
| * / | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 2008-09-16 | 1 | -0/+1 |
| |/ | |||||
* / | Remove jsdir. | Jelmer Vernooij | 2008-09-18 | 1 | -4/+1 |
|/ | |||||
* | Add build system bits for wmi. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+1 |
| |