summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8779: Add rdn module to makefile and headersSimo Sorce3-2/+5
2007-10-10r8750: drat, on some systems dirfd() is a macroAndrew Tridgell1-0/+3
2007-10-10r8749: for completeness, add rewinddir() and dirfd()Andrew Tridgell1-0/+10
2007-10-10r8747: remove unused codeAndrew Tridgell1-90/+0
2007-10-10r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where theyAndrew Tridgell3-1/+166
2007-10-10r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett1-1/+26
2007-10-10r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell1-0/+7
2007-10-10r8710: another attempt at fixing HPUXAndrew Tridgell1-1/+2
2007-10-10r8703: cope with null string in interpret_addr()Andrew Tridgell1-1/+1
2007-10-10r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell1-1/+9
2007-10-10r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2-3/+5
2007-10-10r8685: an alpha in the build farm is dying with a floating pointAndrew Tridgell1-0/+3
2007-10-10r8684: this should fix the panic on x86_64, and possibly alphaAndrew Tridgell1-2/+6
2007-10-10r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This sa...Andrew Tridgell1-4/+17
2007-10-10r8679: only call fault setup once (thanks to andrew for pointing this out)Andrew Tridgell1-3/+4
2007-10-10r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2-20/+18
2007-10-10r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell1-4/+16
2007-10-10r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett3-234/+5
2007-10-10r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell1-0/+5
2007-10-10r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett4-21/+311
2007-10-10r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2-3/+3
2007-10-10r8651: fixed a boolean expression bug (submitted upstream)Andrew Tridgell1-0/+3
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett3-0/+239
2007-10-10r8643: - make lp_configfile() work againAndrew Tridgell1-2/+2
2007-10-10r8631: give an error on incorrect argument countAndrew Tridgell2-5/+4
2007-10-10r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell3-20/+25
2007-10-10r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell6-60/+131
2007-10-10r8624: removed valgrind comment on tdb that no longer appliesAndrew Tridgell1-19/+0
2007-10-10r8601: fixed null termination in ltdb connect errorAndrew Tridgell1-1/+1
2007-10-10r8600: fixed null termination on some error messages in ldbAndrew Tridgell1-3/+3
2007-10-10r8599: null terminate the argv list in string C functionsAndrew Tridgell1-1/+2
2007-10-10r8587: - fixed ref allocation in irpc repliesAndrew Tridgell1-8/+24
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce5-257/+420
2007-10-10r8580: try to fix the build on stratusAndrew Tridgell1-12/+8
2007-10-10r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problemAndrew Tridgell1-0/+5
2007-10-10r8567: fixed the build after the com idl changesAndrew Tridgell1-4/+4
2007-10-10r8562: small merge with upstreamAndrew Tridgell2-12/+5
2007-10-10r8541: this might take a few tries ...Andrew Tridgell1-1/+1
2007-10-10r8540: fixed network interface detection on several hostsAndrew Tridgell2-7/+5
2007-10-10r8529: Matching against the wrong unionSimo Sorce1-2/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell7-12/+14
2007-10-10r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell1-2/+4
2007-10-10r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce5-16/+35
2007-10-10r8490: make the ldb tests more portableAndrew Tridgell3-3/+3
2007-10-10r8485: - be friendly to shells other than bashAndrew Tridgell3-3/+6
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell1-0/+1
2007-10-10r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell2-0/+20
2007-10-10r8470: looks like popt portability is going to be a bit of a fight :(Andrew Tridgell1-1/+2
2007-10-10r8467: using both math.h and float.h breaks popt on freebsd 5.4Andrew Tridgell1-2/+3
2007-10-10r8466: it is not portable to assert() a va_list (it breaks on alpha for example)Andrew Tridgell1-1/+0