summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6664: Obey overrided CC in the MakefileJelmer Vernooij1-1/+2
2007-10-10r6663: only use -Wall for gccAndrew Tridgell2-3/+4
2007-10-10r6662: add an installcheck target for tallocAndrew Tridgell1-0/+3
2007-10-10r6661: fix up talloc autoconf to have a chance of working on the build farmAndrew Tridgell3-4/+250
2007-10-10r6660: Sorry for the spam... I think now I've got a version that should compi...Volker Lendecke2-2/+23
2007-10-10r6650: keep style consistentSimo Sorce1-1/+2
2007-10-10r6645: Add talloc_get_size() function.Simo Sorce3-0/+19
2007-10-10r6622: Add talloc manpage in DocBook XML, based on SGML version by Garry Will...Jelmer Vernooij3-1/+650
2007-10-10r6621: Warn when the user is trying to use socket wrapperJelmer Vernooij1-0/+3
2007-10-10r6617: Let --enable-developer imply --enable-socket-wrapperJelmer Vernooij1-3/+13
2007-10-10r6578: brown paper bag time with the new messaging code ....Andrew Tridgell1-1/+1
2007-10-10r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett5-1/+225
2007-10-10r6565: Cludge, cludge, cludge...Andrew Bartlett1-1/+30
2007-10-10r6564: - Fix bug in socket_wrapperJelmer Vernooij1-1/+2
2007-10-10r6562: added support for datagram unix domain sockets in the socket libraryAndrew Tridgell2-9/+26
2007-10-10r6561: re-did the internal message system based on DGRAM unix domainAndrew Tridgell1-138/+64
2007-10-10r6560: added a tdb_chainlock_read() call in ldb_search(). This guaranteesAndrew Tridgell3-0/+43
2007-10-10r6546: Fix ldb standalone buildJelmer Vernooij4-4/+39
2007-10-10r6528: - in tdb_fetch() we effectively disallowed zero length records byAndrew Tridgell2-8/+5
2007-10-10r6520: Fix unused variable warning.Tim Potter1-1/+1
2007-10-10r6513: Commit talloc_free_children.Volker Lendecke2-20/+45
2007-10-10r6487: Use autoconf for standalone build of tdbJelmer Vernooij3-1/+18
2007-10-10r6486: Add 'make install' and pkg-config file.Jelmer Vernooij3-1/+22
2007-10-10r6485: Move LDAP detection M4 file and use it for the standalone ldb buildJelmer Vernooij2-0/+90
2007-10-10r6483: fix anonymous connections, '-U %' or '-U ""%""' can be used for thisStefan Metzmacher2-1/+6
2007-10-10r6481: change download instructions to include tdb and tallocAndrew Tridgell1-2/+6
2007-10-10r6480: fixed whitespace typoAndrew Tridgell1-1/+1
2007-10-10r6479: - added a simple web pageAndrew Tridgell3-1/+88
2007-10-10r6478: Add 'make install' and a pkg-config fileJelmer Vernooij3-1/+20
2007-10-10r6477: Remove call to autoheader as autogenerated header files are not usedJelmer Vernooij1-1/+1
2007-10-10r6474: - added a simple talloc web page at http://talloc.samba.org/Andrew Tridgell5-16/+81
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce17-86/+16
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-0/+6
2007-10-10r6452: This particular credentials feature needs to be NULL by default.Andrew Bartlett1-0/+1
2007-10-10r6442: Add mechanism for configuring ldb independantly of the rest ofJelmer Vernooij3-22/+25
2007-10-10r6360: Quieten unused variable warning.Tim Potter1-1/+1
2007-10-10r6340: - added an easy to use function to initialise a temporary ldb with som...Andrew Tridgell2-0/+22
2007-10-10r6271: Don't zero the cli_credentials structure - instead allow valgrind toAndrew Bartlett1-1/+7
2007-10-10r6238: Ensure if realloc fails on an internalJeremy Allison1-3/+8
2007-10-10r6222: fixed the socket wrapper code for getsockname()Andrew Tridgell1-1/+1
2007-10-10r6150: fixed a few socket_wrapper bugs.Andrew Tridgell1-35/+80
2007-10-10r6147: The maxfd was being recalculated on every event loop, which made usAndrew Tridgell1-1/+0
2007-10-10r6144: Apparently there are more systems that have AF_UNIX thenJelmer Vernooij1-6/+6
2007-10-10r6140: - Add configure option for enabling the socket-wrapper library, so itJelmer Vernooij2-23/+48
2007-10-10r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij4-8/+7
2007-10-10r6129: - add our own MSZIP decompression implementationStefan Metzmacher3-0/+719
2007-10-10r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe1-1/+1
2007-10-10r6093: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison1-9/+18
2007-10-10r6088: Add the socket_wrapper library. This is a very simple library thatJelmer Vernooij3-1/+459
2007-10-10r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell1-44/+1