Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-08 | s4:"dns_update_list" file: install it properly into the private directory | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This is what the "samba_dnsupdate" script requests (line 220). | |||||
2009-12-27 | python: Remove sys.path line rather than updating it when installing to ↵ | Jelmer Vernooij | 1 | -1/+1 | |
python system path. | |||||
2009-12-07 | s4:build torturedir and -DTORTUREDIR is unused | Andrew Bartlett | 1 | -3/+0 | |
(And made building RPMs much more difficult for JHT) | |||||
2009-12-01 | s4 - Create default modules directory. | Endi S. Dewata | 1 | -0/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-11-27 | s4-install: fixed install path for python scripts | Andrew Tridgell | 1 | -9/+1 | |
when we install python scripts we need to fix the internal path used to find modules. We also need to install the scripts in the right place. Most of them should go in $SBINDIR not share/setup/ | |||||
2009-09-28 | Move samba-specific variable to s4 Makefile. | Jelmer Vernooij | 1 | -0/+2 | |
2009-09-28 | make: Use $(base_srcdirs) in 'make clean' rather than keeping a separate | Jelmer Vernooij | 1 | -1/+1 | |
list. | |||||
2009-09-26 | s4/make: Remove object files in ../libds as part of "make clean". | Jelmer Vernooij | 1 | -1/+1 | |
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -0/+1 | |
This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling | |||||
2009-07-04 | s3/s4:build: honor library path from environment | Björn Jacke | 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 | |||||
2009-07-03 | s4: Don't install epdump, since it no longer exists. | Jelmer Vernooij | 1 | -2/+1 | |
2009-06-17 | Only install an explicit set of scripts during "make install", rather than | Jelmer Vernooij | 1 | -1/+8 | |
whatever happens to be in the source tree. | |||||
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 1 | -0/+1 | |
2009-04-20 | Fix Samba 4 Makefile to also clean ../libgpo | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵ | Wilco Baan Hofman | 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> | |||||
2009-03-14 | Move tdr to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2009-02-26 | s4:Makefile: try to fix 'make installheaders' on *BSD systems | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-09 | s4:Makefile: fix PUBLIC_HEADERS typo | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-01 | shared: Move dom_sid_* utility functions to top level | Kai Blin | 1 | -0/+1 | |
2009-01-30 | s4:build: kill DEFAULT_HEADERS variable | Stefan Metzmacher | 1 | -4/+3 | |
metze | |||||
2008-12-29 | s4: remove unused dbwrap code | Stefan Metzmacher | 1 | -1/+0 | |
If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze | |||||
2008-12-23 | s4: Fix make clean to remove gen_ndr objects. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-23 | Use make variable for Samba 4 shared library output directory. | Jelmer Vernooij | 1 | -1/+2 | |
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-12-16 | nsswitch: Move nsswitch files from source4 to top level nsswitch dir | Kai Blin | 1 | -1/+1 | |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-24 | Move charset library to top level. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-19 | Merge branch 'selftest' of git://git.samba.org/jelmer/samba | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-12 | Move zlib to top-level root. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Fix include, clean up .o files in ../lib and ../libcli | Jelmer Vernooij | 1 | -2/+1 | |
Conflicts: source4/Makefile | |||||
2008-10-11 | Clean up properly. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -2/+2 | |
Conflicts: source4/Makefile | |||||
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 1 | -28/+46 | |
Conflicts: selftest/selftest.pl | |||||
2008-10-08 | fix libclinbtsrcdir variable. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-30 | Re-add uninstallplugins, there has to be at least one instance of this. | Jelmer Vernooij | 1 | -0/+2 | |
2008-09-30 | Fix installation of misc files. | Jelmer Vernooij | 1 | -2/+11 | |
2008-09-29 | Patch by Matthias that removes old SWAT support and fixes uninstall. | Matthias Dieter Wallnöfer | 1 | -11/+16 | |
2008-09-29 | Consistently use lower case variable names for path variables. | Jelmer Vernooij | 1 | -16/+16 | |
Patch by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> and me. | |||||
2008-09-24 | Clean .o files in lib/ and libcli/ too. | Jelmer Vernooij | 1 | -0/+3 | |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | s3: fix merged_build. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-09-21 | Fix merged build. | Jelmer Vernooij | 1 | -0/+1 | |
2008-09-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 1 | -6/+7 | |
Conflicts: source4/main.mk | |||||
2008-09-18 | Move selftest code to top-level. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-18 | Remove jsdir. | Jelmer Vernooij | 1 | -4/+1 | |
2008-09-17 | Fix location of included popt files for systems that don't have popt. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -6/+6 | |
2008-09-16 | Merge branch 'singlecompression' into single | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Merge branch 'singlepopt' into single | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source4/Makefile |