Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | s4-waf: another place where broken ln -f on solaris8 matters | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: configure fixes for opensolaris | Andrew Tridgell | 1 | -1/+5 | |
2010-04-06 | build: updated configure checks or new syntax | Andrew Tridgell | 1 | -12/+10 | |
2010-04-06 | build: rkpty should not directly include socket_wrapper.c | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed build of heimdal/lib/roken/err.h | Andrew Tridgell | 1 | -0/+9 | |
2010-04-06 | build: removed testing cflags | Andrew Tridgell | 1 | -3/+2 | |
2010-04-06 | build: fixed ifaddrs.h for heimdal (from template) | Andrew Tridgell | 1 | -0/+8 | |
2010-04-06 | build: more functions that are in -lsocket -lnsl on some systems | Andrew Tridgell | 1 | -4/+10 | |
2010-04-06 | build: compile_et needs lib/com_err includes | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: don't look for gettext twice | Andrew Tridgell | 1 | -2/+0 | |
2010-04-06 | build: don't add curses.h to incremental confdefs.h | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: check libc first for several libraries | Andrew Tridgell | 1 | -3/+3 | |
2010-04-06 | build: don't install the heimdal compilers | Andrew Tridgell | 1 | -4/+9 | |
2010-04-06 | build: fixed termcap build | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -45/+55 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 2 | -77/+49 | |
2010-04-06 | build: fixed heimdal include lists | Andrew Tridgell | 1 | -16/+16 | |
2010-04-06 | build: fixed winsize check | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: fixed iuserok test | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: improve autoconf macros | Andrew Tridgell | 1 | -1/+3 | |
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks | |||||
2010-04-06 | build: h_errno for heimdal | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: moved main autoproto rule into samba_autoproto.py | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: result of hack session with ita | Andrew Tridgell | 1 | -35/+209 | |
2010-04-06 | build: add README to explain gen_ndr, and ensure directory exists | Andrew Tridgell | 1 | -1/+8 | |
2010-04-06 | build: added heimdal_build table rules | Andrew Tridgell | 1 | -1/+51 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -0/+15 | |
2010-04-06 | build: added ASN1, PIDL and ET build rules | Andrew Tridgell | 1 | -2/+2 | |
also added selftest example command | |||||
2010-04-06 | build: heimdal_build waf support | Andrew Tridgell | 2 | -0/+341 | |
heimdal now mostly builds | |||||
2010-03-30 | s4-heimdal: use the HAVE_INET_* functions from libreplace | Andrew Tridgell | 1 | -0/+8 | |
2010-03-30 | s4-heimdal: for use of libreplace setegid and seteuid | Andrew Tridgell | 1 | -0/+8 | |
2010-03-30 | s4-heimdal: a better way of handling dirfd() | Andrew Tridgell | 2 | -4/+9 | |
This prevents us getting thousands of warnings about dirfd() on solaris | |||||
2010-03-29 | s4-waf: use the libreplace strerror_r if needed | Andrew Tridgell | 2 | -1/+9 | |
2010-03-27 | s4:heimdal_build Remove forced HAVE_STRERROR_R | Andrew Bartlett | 1 | -4/+0 | |
This just causes warnings, now upstream has a more complete fix. | |||||
2010-03-27 | s4:heimdal New files and supporting logic for heimdal update | Andrew Bartlett | 5 | -2/+30 | |
2010-02-08 | s4:heimdal_build: allow flex-2.5.35:bison-2.4.1 to regenerate files | Stefan Metzmacher | 1 | -1/+9 | |
metze | |||||
2010-02-05 | s4:UID wrapper - Fix includes | Matthias Dieter Wallnöfer | 1 | -9/+0 | |
The includes of the UID wrapper headers werent't really efficient according to metze's post on the technical mailing list (http://lists.samba.org/archive/samba-technical/2010-February/069165.html). To achieve this move the "uid_wrapper.h" includes into "lib/util/unix_privs.c", "lib/util/util.c", "ntvfs/posix/pvfs_acl.c" and "ntvfs/unixuid/vfs_unixuid.c". | |||||
2010-02-05 | s4:Heimdal build - never require the NSS wrapper for Heimdal Kerberos | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
Disable the use of it in the heimdal code. Notice: This doesn't need to be ported upstream since it only affects the build in conjunction with s4. | |||||
2010-01-01 | heimdal_build: Explicitly specify 'YES' when enabling external | Jelmer Vernooij | 1 | -4/+4 | |
libraries. | |||||
2009-11-13 | s4:heimdal: import lorikeet-heimdal-200909210500 (commit ↵ | Andrew Bartlett | 2 | -1/+5 | |
290db8d23647a27c39b97c189a0b2ef6ec21ca69) | |||||
2009-11-12 | s4:heimdal_build: allow flex-2.5.35 with bison-2.3 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-10-21 | S4: Building on a system with libintl | Torgeir Lerkerød | 1 | -0/+5 | |
Heimdal's internal buildsystem uses a different define for checking for libintl than what samba uses. LIBINTL vs HAVE_LIBINTL_H. Since changing heimdals defineswould brake dropin merges of heimdal. This is a simple workaround in line with others in heimdal_build catalog. Signed-off-by: Torgeir Lerkerød <torgeir.lerkerod@gmail.com> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-09-15 | s4:heimdal_build: fix one more problem with automatic dependecies | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-09-14 | s4:heimdal_build: fix the build with --enable-automatic-dependencies | Stefan Metzmacher | 1 | -1/+1 | |
We need to create the header file before we generate the source file. metze | |||||
2009-09-13 | s4:heimdal_build Fix build breakages caused by asn1compile change | Andrew Bartlett | 1 | -2/+1 | |
The issue was that we referenced an asn1compile generated file by name, not by the subsystem is was generated by. Andrew Bartlett | |||||
2009-09-13 | s4:heimdal_build Love pointed me at the --one-code-file option to asn1_compile | Andrew Bartlett | 1 | -32/+17 | |
This new option avoids a lot of code that was used to intuit what files would be output by the compiler. Andrew Bartlett | |||||
2009-08-26 | s4:heimdal_build: lib/hcrypto/evp-aes-cts.o belongs to HEIMDAL_HCRYPTO | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-08-05 | s4:heimdal_build: define HEIMDAL_LOCALEDIR | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-08-05 | s4:heimdal: import lorikeet-heimdal-200908050050 (commit ↵ | Andrew Bartlett | 2 | -1/+40 | |
8714779fa7376fd9f7761587639e68b48afc8c9c) This also adds a new hdb-glue.c file, to cope with Heimdal's uncondtional enabling of SQLITE. (Very reasonable, but not required for Samba4's use). Andrew Bartlett | |||||
2009-08-05 | make the UID_WRAPPER skip checks at runtime | Andrew Tridgell | 1 | -1/+5 | |
This fixes two issues pointed out by Andrew. It adds a runtime uwrap_enabled() call that wraps the skips needed for uid emulation. It also makes the skip in the directory_create_or_exist() function only change the uid checking code, not the permissions code | |||||
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 2 | -1/+7 | |
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 |