Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8465: once we define socklen_t, then tell other include files we have it. Th... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8464: the last few functions needed by irix 6.4. | Andrew Tridgell | 6 | -1/+389 |
2007-10-10 | r8463: more irix fixes. This one adds some missing addrinfo functions | Andrew Tridgell | 5 | -0/+570 |
2007-10-10 | r8462: added a test for %lld support to our snprintf() configure test. | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r8461: fixed integer64 handling on bit endian platforms. The ejs code used | Andrew Tridgell | 3 | -2/+2 |
2007-10-10 | r8460: removed the unused function krb5_locate_kdc(). It causes a build failu... | Andrew Tridgell | 3 | -64/+0 |
2007-10-10 | r8459: move to the more portable script execution method | Andrew Tridgell | 2 | -2/+4 |
2007-10-10 | r8458: next target is irix - this gets the socket wrapper code building | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r8456: avoid double inclusion of roken.h (this was breaking the build on irix... | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r8453: my solaris10 box doesn't have math.h | Andrew Tridgell | 2 | -2/+3 |
2007-10-10 | r8452: allow for the ugly hack: | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejs | Andrew Tridgell | 2 | -7/+20 |
2007-10-10 | r8450: more configure tests for solaris. It now builds some binaries, but | Andrew Tridgell | 5 | -2/+54 |
2007-10-10 | r8449: - search for lex and yacc properly | Andrew Tridgell | 4 | -13/+25 |
2007-10-10 | r8448: - added a test target for tdb | Andrew Tridgell | 2 | -2/+9 |
2007-10-10 | r8447: fixed make install in the farm | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8446: if provisioning fails then don't try to run the test suite! | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8445: if a system doesn't have "nogroup" then try "nobody" | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8444: make ./configure.mumble CC='ccache cc' | Love Hörnquist Åstrand | 3 | -3/+3 |
2007-10-10 | r8443: added talloc.3 to the tree to try to allow talloc to build on systems ... | Andrew Tridgell | 1 | -0/+489 |
2007-10-10 | r8442: remove tdbtest from our build. If you want it, then do | Andrew Tridgell | 1 | -10/+0 |
2007-10-10 | r8441: don't build tdbtest by default as there are too many systems that | Andrew Tridgell | 2 | -17/+1 |
2007-10-10 | r8440: - several build farm hosts were failing 'make clean' as the list of | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r8439: removed an accidential commit | Andrew Tridgell | 1 | -7/+0 |
2007-10-10 | r8438: - More win32 portability fixes. Now fails on socketwrapper (because | Jelmer Vernooij | 2 | -2/+5 |
2007-10-10 | r8437: Win32 doesn't have u_int*_t | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r8436: Check for sys/sockets.h | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>: | Jelmer Vernooij | 4 | -1/+148 |
2007-10-10 | r8430: readd my hack to display the hashes with -d 100 | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r8429: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r8425: add err() and errx() functions needed by for compile_et on some systems | Andrew Tridgell | 5 | -2/+66 |
2007-10-10 | r8424: bring in some more of heimdals m4 macros, and remove the hard-coding o... | Andrew Tridgell | 2 | -8/+62 |
2007-10-10 | r8423: remove the dependency on the full roken lib for asn1_compile | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8422: needed on irix 6.4 | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8421: needed for build on solaris10 | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8420: slowly getting my way through some more heimdal portability fixes | Andrew Tridgell | 5 | -8/+93 |
2007-10-10 | r8419: in order to use our replace.h, heimdal needs stdarg.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-) | Andrew Tridgell | 1 | -12/+12 |
2007-10-10 | r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of build | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r8416: added the extra_cflags.txt system from smb-build | Andrew Tridgell | 5 | -11/+30 |
2007-10-10 | r8415: get rid of the last 2 runtime perl scripts | Andrew Tridgell | 2 | -377/+0 |
2007-10-10 | r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++. | Tim Potter | 4 | -8/+8 |
2007-10-10 | r8412: cope with some lost messages in the ping test (netbsd gets this) | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r8411: we need to use mprVarToNumber() instead of var->integer now, to cope with | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8410: converted the newuser script to js | Andrew Tridgell | 3 | -133/+142 |
2007-10-10 | r8409: fixed another error found on netbsd. | Andrew Tridgell | 1 | -8/+13 |
2007-10-10 | r8408: its quite common in our code to free up a connection when we get an | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r8407: fixed a bug left over from our old socket code. | Andrew Tridgell | 2 | -46/+41 |
2007-10-10 | r8406: make sure we give an error in ldbAdd() if any record fails | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8405: update var.c from upstream | Andrew Tridgell | 1 | -12/+12 |