Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 7 | -12/+14 |
2007-10-10 | r8517: fixed a crash bug in ldb_dn_compare_base() | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are compared | Simo Sorce | 5 | -16/+35 |
2007-10-10 | r8490: make the ldb tests more portable | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r8485: - be friendly to shells other than bash | Andrew Tridgell | 3 | -3/+6 |
2007-10-10 | r8483: switched our generated ejs rpc code over to the new OO interface. This | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8482: gnutls_x509_crt_set_subject_key_id is not available in some versions | Andrew Tridgell | 2 | -0/+20 |
2007-10-10 | r8470: looks like popt portability is going to be a bit of a fight :( | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8467: using both math.h and float.h breaks popt on freebsd 5.4 | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r8466: it is not portable to assert() a va_list (it breaks on alpha for example) | Andrew Tridgell | 1 | -1/+0 |
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 | r8461: fixed integer64 handling on bit endian platforms. The ejs code used | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8458: next target is irix - this gets the socket wrapper code building | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r8453: my solaris10 box doesn't have math.h | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejs | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r8450: more configure tests for solaris. It now builds some binaries, but | Andrew Tridgell | 1 | -0/+12 |
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 | 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 | r8437: Win32 doesn't have u_int*_t | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>: | Jelmer Vernooij | 2 | -0/+143 |
2007-10-10 | r8420: slowly getting my way through some more heimdal portability fixes | Andrew Tridgell | 1 | -4/+0 |
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 | 1 | -1/+1 |
2007-10-10 | r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++. | Tim Potter | 3 | -5/+5 |
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 | r8405: update var.c from upstream | Andrew Tridgell | 1 | -12/+12 |
2007-10-10 | r8404: small upstream merges of appweb code | Andrew Tridgell | 4 | -17/+13 |
2007-10-10 | r8401: add a readme pointing to the upstream sources | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r8400: separate out the mpr code, as it is in the upstream appweb sources | Andrew Tridgell | 7 | -9/+19 |
2007-10-10 | r8399: move the ejs and esp code closer to the directory layout used by the | Andrew Tridgell | 18 | -628/+1720 |
2007-10-10 | r8397: merged an upstream fix for the expression bug tpot found yesterday | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r8394: Make sure the argument to ctype is*(3) macros are unsigned char as | Love Hörnquist Åstrand | 8 | -26/+29 |
2007-10-10 | r8377: forgot an ldif test | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r8373: New wildcard matching code. | Simo Sorce | 14 | -203/+413 |
2007-10-10 | r8364: fixed a valgrind bug spotted by simo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8343: removed a debugging message | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r8342: allow ldb_ldif_read_string() to continue in the string, so you can | Andrew Tridgell | 3 | -5/+8 |
2007-10-10 | r8341: enable floating point support in ejs | Andrew Tridgell | 3 | -2/+7 |
2007-10-10 | r8336: enable 64 bit integer support in ejs | Andrew Tridgell | 3 | -12/+12 |
2007-10-10 | r8334: fixed a ejs bug that prevented functions variables from being called i... | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r8333: merged with latest upstream ejs sources | Andrew Tridgell | 9 | -58/+84 |
2007-10-10 | r8321: Fix some uninitalized variable warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r8313: moved PRINTF_ATTRIBUTE to replace.h to try to get irix building with h... | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project. | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r8284: - fixed some uninitialised variables in the irpc code | Andrew Tridgell | 1 | -4/+8 |
2007-10-10 | r8279: make sure we hold a lock when manipulating the irpc names db | Andrew Tridgell | 1 | -1/+21 |