summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r6650: keep style consistentSimo Sorce2007-10-101-1/+2
* r6645: Add talloc_get_size() function.Simo Sorce2007-10-103-0/+19
* r6622: Add talloc manpage in DocBook XML, based on SGML version by Garry Will...Jelmer Vernooij2007-10-103-1/+650
* r6621: Warn when the user is trying to use socket wrapperJelmer Vernooij2007-10-101-0/+3
* r6617: Let --enable-developer imply --enable-socket-wrapperJelmer Vernooij2007-10-101-3/+13
* r6578: brown paper bag time with the new messaging code ....Andrew Tridgell2007-10-101-1/+1
* r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett2007-10-105-1/+225
* r6565: Cludge, cludge, cludge...Andrew Bartlett2007-10-101-1/+30
* r6564: - Fix bug in socket_wrapperJelmer Vernooij2007-10-101-1/+2
* r6562: added support for datagram unix domain sockets in the socket libraryAndrew Tridgell2007-10-102-9/+26
* r6561: re-did the internal message system based on DGRAM unix domainAndrew Tridgell2007-10-101-138/+64
* r6560: added a tdb_chainlock_read() call in ldb_search(). This guaranteesAndrew Tridgell2007-10-103-0/+43
* r6546: Fix ldb standalone buildJelmer Vernooij2007-10-104-4/+39
* r6528: - in tdb_fetch() we effectively disallowed zero length records byAndrew Tridgell2007-10-102-8/+5
* r6520: Fix unused variable warning.Tim Potter2007-10-101-1/+1
* r6513: Commit talloc_free_children.Volker Lendecke2007-10-102-20/+45
* r6487: Use autoconf for standalone build of tdbJelmer Vernooij2007-10-103-1/+18
* r6486: Add 'make install' and pkg-config file.Jelmer Vernooij2007-10-103-1/+22
* r6485: Move LDAP detection M4 file and use it for the standalone ldb buildJelmer Vernooij2007-10-102-0/+90
* r6483: fix anonymous connections, '-U %' or '-U ""%""' can be used for thisStefan Metzmacher2007-10-102-1/+6
* r6481: change download instructions to include tdb and tallocAndrew Tridgell2007-10-101-2/+6
* r6480: fixed whitespace typoAndrew Tridgell2007-10-101-1/+1
* r6479: - added a simple web pageAndrew Tridgell2007-10-103-1/+88
* r6478: Add 'make install' and a pkg-config fileJelmer Vernooij2007-10-103-1/+20
* r6477: Remove call to autoheader as autogenerated header files are not usedJelmer Vernooij2007-10-101-1/+1
* r6474: - added a simple talloc web page at http://talloc.samba.org/Andrew Tridgell2007-10-105-16/+81
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-1017-86/+16
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-0/+6
* r6452: This particular credentials feature needs to be NULL by default.Andrew Bartlett2007-10-101-0/+1
* r6442: Add mechanism for configuring ldb independantly of the rest ofJelmer Vernooij2007-10-103-22/+25
* r6360: Quieten unused variable warning.Tim Potter2007-10-101-1/+1
* r6340: - added an easy to use function to initialise a temporary ldb with som...Andrew Tridgell2007-10-102-0/+22
* r6271: Don't zero the cli_credentials structure - instead allow valgrind toAndrew Bartlett2007-10-101-1/+7
* r6238: Ensure if realloc fails on an internalJeremy Allison2007-10-101-3/+8
* r6222: fixed the socket wrapper code for getsockname()Andrew Tridgell2007-10-101-1/+1
* r6150: fixed a few socket_wrapper bugs.Andrew Tridgell2007-10-101-35/+80
* r6147: The maxfd was being recalculated on every event loop, which made usAndrew Tridgell2007-10-101-1/+0
* r6144: Apparently there are more systems that have AF_UNIX thenJelmer Vernooij2007-10-101-6/+6
* r6140: - Add configure option for enabling the socket-wrapper library, so itJelmer Vernooij2007-10-102-23/+48
* r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij2007-10-104-8/+7
* r6129: - add our own MSZIP decompression implementationStefan Metzmacher2007-10-103-0/+719
* r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe2007-10-101-1/+1
* r6093: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison2007-10-101-9/+18
* r6088: Add the socket_wrapper library. This is a very simple library thatJelmer Vernooij2007-10-103-1/+459
* r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell2007-10-101-44/+1
* r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell2007-10-101-1/+1
* r6079: Add inline documentation on the credentials context API.Andrew Bartlett2007-10-101-6/+118
* r6075: added talloc_enable_null_tracking() (asked for by lifeless)Andrew Tridgell2007-10-103-2/+21
* r6070: Fix typo's and fallback to "" as default user name if noJelmer Vernooij2007-10-102-3/+3
* r6045: Couple of small GTK+ fixesJelmer Vernooij2007-10-101-61/+60