summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r8631: give an error on incorrect argument countAndrew Tridgell2007-10-102-5/+4
* r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell2007-10-103-20/+25
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-106-60/+131
* r8624: removed valgrind comment on tdb that no longer appliesAndrew Tridgell2007-10-101-19/+0
* r8601: fixed null termination in ltdb connect errorAndrew Tridgell2007-10-101-1/+1
* r8600: fixed null termination on some error messages in ldbAndrew Tridgell2007-10-101-3/+3
* r8599: null terminate the argv list in string C functionsAndrew Tridgell2007-10-101-1/+2
* r8587: - fixed ref allocation in irpc repliesAndrew Tridgell2007-10-101-8/+24
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-105-257/+420
* r8580: try to fix the build on stratusAndrew Tridgell2007-10-101-12/+8
* r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problemAndrew Tridgell2007-10-101-0/+5
* r8567: fixed the build after the com idl changesAndrew Tridgell2007-10-101-4/+4
* r8562: small merge with upstreamAndrew Tridgell2007-10-102-12/+5
* r8541: this might take a few tries ...Andrew Tridgell2007-10-101-1/+1
* r8540: fixed network interface detection on several hostsAndrew Tridgell2007-10-102-7/+5
* r8529: Matching against the wrong unionSimo Sorce2007-10-101-2/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-107-12/+14
* r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell2007-10-101-2/+4
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-105-16/+35
* r8490: make the ldb tests more portableAndrew Tridgell2007-10-103-3/+3
* r8485: - be friendly to shells other than bashAndrew Tridgell2007-10-103-3/+6
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-101-0/+1
* r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell2007-10-102-0/+20
* r8470: looks like popt portability is going to be a bit of a fight :(Andrew Tridgell2007-10-101-1/+2
* 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
* r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell2007-10-101-1/+1
* r8458: next target is irix - this gets the socket wrapper code buildingAndrew Tridgell2007-10-101-0/+4
* r8453: my solaris10 box doesn't have math.hAndrew Tridgell2007-10-101-1/+2
* r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejsAndrew Tridgell2007-10-101-2/+6
* r8450: more configure tests for solaris. It now builds some binaries, butAndrew Tridgell2007-10-101-0/+12
* r8448: - added a test target for tdbAndrew Tridgell2007-10-102-2/+9
* r8447: fixed make install in the farmAndrew Tridgell2007-10-101-0/+3
* r8443: added talloc.3 to the tree to try to allow talloc to build on systems ...Andrew Tridgell2007-10-101-0/+489
* r8442: remove tdbtest from our build. If you want it, then doAndrew Tridgell2007-10-101-10/+0
* r8441: don't build tdbtest by default as there are too many systems thatAndrew Tridgell2007-10-102-17/+1
* r8437: Win32 doesn't have u_int*_tJelmer Vernooij2007-10-101-0/+3
* r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:Jelmer Vernooij2007-10-102-0/+143
* r8420: slowly getting my way through some more heimdal portability fixesAndrew Tridgell2007-10-101-4/+0
* r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)Andrew Tridgell2007-10-101-12/+12
* r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of buildAndrew Tridgell2007-10-101-1/+1
* r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2007-10-103-5/+5
* r8409: fixed another error found on netbsd.Andrew Tridgell2007-10-101-8/+13
* r8408: its quite common in our code to free up a connection when we get anAndrew Tridgell2007-10-101-0/+27
* r8405: update var.c from upstreamAndrew Tridgell2007-10-101-12/+12
* r8404: small upstream merges of appweb codeAndrew Tridgell2007-10-104-17/+13
* r8401: add a readme pointing to the upstream sourcesAndrew Tridgell2007-10-101-0/+6
* r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell2007-10-107-9/+19
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-1018-628/+1720