summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-1059-116/+142
* r8519: better method of ensuring null terminationAndrew Tridgell2007-10-101-1/+3
* r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell2007-10-101-8/+9
* r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell2007-10-101-2/+4
* r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce2007-10-101-8/+31
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-105-16/+35
* r8514: add docsSimo Sorce2007-10-101-0/+2803
* r8511: This 'can't happen', but GCC gives warnings because it thinks it can.Andrew Bartlett2007-10-101-2/+6
* r8505: - 'seal' and 'sign,seal' is the sameStefan Metzmacher2007-10-101-1/+1
* r8504: Temporary fix to #content width/height just toDeryck Hodge2007-10-101-0/+8
* r8503: remove useless lineStefan Metzmacher2007-10-101-1/+0
* r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell2007-10-101-5/+5
* r8499: clearer function nameSimo Sorce2007-10-101-5/+5
* r8498: more test suite speedups. It's down to 5 minutes on my box nowAndrew Tridgell2007-10-102-2/+2
* r8497: prevent a fd leak in RAW-SEARCH testAndrew Tridgell2007-10-101-1/+1
* r8496: speed up the test_echo.sh test a lot, while still providing good coverageAndrew Tridgell2007-10-101-5/+10
* r8495: allow for up 10% change in allocated disk space during QFSINFO testsAndrew Tridgell2007-10-101-2/+10
* r8494: fixed a bug in RAW-SFILEINFO that caused inconsistent results on diffe...Andrew Tridgell2007-10-101-0/+2
* r8491: lower the offset limit that filesystems need to support to pass RAW-WR...Andrew Tridgell2007-10-101-1/+1
* r8490: make the ldb tests more portableAndrew Tridgell2007-10-103-3/+3
* r8489: neaten up the object handlingAndrew Tridgell2007-10-102-4/+20
* r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell2007-10-105-61/+109
* r8487: kfixed a typoAndrew Tridgell2007-10-101-1/+1
* r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell2007-10-104-82/+113
* r8485: - be friendly to shells other than bashAndrew Tridgell2007-10-103-3/+6
* r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell2007-10-102-18/+34
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-1012-107/+54
* r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell2007-10-104-11/+21
* r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell2007-10-106-12/+46
* r8480: fixed a typoAndrew Tridgell2007-10-101-2/+2
* r8479: * Sync CSS with current samba.org stylesheets.Deryck Hodge2007-10-108-88/+275
* r8477: Simplify header/footer handling. esp variables allowDeryck Hodge2007-10-106-11/+12
* r8476: add a note that DsAddEntry is very incomplete yetStefan Metzmacher2007-10-101-0/+8
* r8474: add some more attid mappingsStefan Metzmacher2007-10-101-1/+6
* r8471: --ejs taking an optional arguments interferes with the pidl extra argsAndrew Tridgell2007-10-101-3/+3
* r8470: looks like popt portability is going to be a bit of a fight :(Andrew Tridgell2007-10-101-1/+2
* r8469: the extra pidl args need to be normal args, not after a --, otherwise ...Andrew Tridgell2007-10-101-1/+1
* r8467: using both math.h and float.h breaks popt on freebsd 5.4Andrew Tridgell2007-10-101-2/+3
* r8466: it is not portable to assert() a va_list (it breaks on alpha for example)Andrew Tridgell2007-10-101-1/+0
* r8465: once we define socklen_t, then tell other include files we have it. Th...Andrew Tridgell2007-10-101-0/+1
* r8464: the last few functions needed by irix 6.4.Andrew Tridgell2007-10-106-1/+389
* r8463: more irix fixes. This one adds some missing addrinfo functionsAndrew Tridgell2007-10-105-0/+570
* r8462: added a test for %lld support to our snprintf() configure test.Andrew Tridgell2007-10-101-1/+5
* r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell2007-10-103-2/+2
* r8460: removed the unused function krb5_locate_kdc(). It causes a build failu...Andrew Tridgell2007-10-103-64/+0
* r8459: move to the more portable script execution methodAndrew Tridgell2007-10-102-2/+4
* r8458: next target is irix - this gets the socket wrapper code buildingAndrew Tridgell2007-10-102-4/+4
* r8456: avoid double inclusion of roken.h (this was breaking the build on irix...Andrew Tridgell2007-10-101-0/+7
* r8453: my solaris10 box doesn't have math.hAndrew Tridgell2007-10-102-2/+3
* r8452: allow for the ugly hack:Andrew Tridgell2007-10-101-9/+9