summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell2007-10-103-23/+40
* r15847: We probably want to keep the global initSimo Sorce2007-10-101-0/+2
* r15846: An async version of ldbsearchSimo Sorce2007-10-101-59/+186
* r15829: we need to include socket.h before we can use enum socket_typeStefan Metzmacher2007-10-101-0/+2
* r15828: a talloc steal optimisation spotted by metzeAndrew Tridgell2007-10-101-1/+1
* r15824: fixed a subtle talloc bug to do with memory context loops. When youAndrew Tridgell2007-10-103-3/+80
* r15810: Fix uninitialized variable error, caught by the IBM checker.Jelmer Vernooij2007-10-101-1/+2
* r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.Jelmer Vernooij2007-10-101-1/+1
* r15806: Remove some unnecessary nesting making the function harder to read.Jelmer Vernooij2007-10-101-11/+15
* r15798: shortcut the lookup of "localhost" in the ipv6 backendAndrew Tridgell2007-10-101-1/+5
* r15795: Try to use the async code by defaultSimo Sorce2007-10-101-12/+140
* r15786: another fix in rdn_nameSimo Sorce2007-10-101-10/+3
* r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij2007-10-101-1/+1
* r15762: It make no sense for rdn_name to implement modify, it will need to im...Simo Sorce2007-10-101-138/+0
* r15761: Fix-as-you-go ...Simo Sorce2007-10-103-25/+11
* r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough2007-10-101-0/+2
* r15659: Implement opening a key by name (significant better performanceJelmer Vernooij2007-10-101-2/+236
* r15592: Remove unused headerJelmer Vernooij2007-10-101-1/+0
* r15590: Fix another include issueJelmer Vernooij2007-10-101-1/+1
* r15582: Commit some forgotten stuff that have been setting on my private tree...Simo Sorce2007-10-102-2/+23
* r15578: Move some cpp-specific things from CFLAGS to CPPFLAGSJelmer Vernooij2007-10-101-1/+2
* r15577: Make popt CFLAGS popt-specific rather then globalJelmer Vernooij2007-10-101-2/+1
* r15575: Fix getpass testJelmer Vernooij2007-10-101-1/+1
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-1011-11/+8
* r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij2007-10-104-12/+4
* r15568: Simplify detection of iconv libraries a fair bit and fix it toJelmer Vernooij2007-10-101-45/+69
* r15564: Fix copyrights (this file was originally based on just a few lines fr...Jelmer Vernooij2007-10-101-3/+1
* r15538: Use pkg-config file where possible andJelmer Vernooij2007-10-101-13/+14
* r15510: As discussed on samba-technical, move the VERSION system back to aAndrew Bartlett2007-10-101-36/+1
* r15458: Fix support for Windows XP-style registry files and support for large...Jelmer Vernooij2007-10-102-20/+126
* r15457: Get rid of more usages of uint_tJelmer Vernooij2007-10-101-3/+3
* r15433: Add a todo.Andrew Bartlett2007-10-101-0/+2
* r15420: Add a new function to print a the 'unparsed' string format for userna...Andrew Bartlett2007-10-101-18/+5
* r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionalityJelmer Vernooij2007-10-106-4/+4
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-106-114/+177
* r15389: Add some better torture tests for LdbMessage.Tim Potter2007-10-102-1/+35
* r15388: Fix cut&paste typo.Tim Potter2007-10-101-1/+1
* r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij2007-10-101-4/+4
* r15382: Use grp.h in this block; it has been cleaned out of the other headers...Paul Green2007-10-101-0/+3
* r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij2007-10-103-170/+45
* r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2007-10-104-6/+23
* r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij2007-10-102-1/+1
* r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij2007-10-101-4/+4
* r15372: Don't look at possibly undefined controls in failure cases.Andrew Bartlett2007-10-101-3/+0
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-108-10/+10
* r15364: Use global list of predefined keysJelmer Vernooij2007-10-101-14/+2
* r15363: Fix dependencies for shared libraryJelmer Vernooij2007-10-102-4/+5
* r15362: Consider anything non-zero a failure, bnio not just -1Jelmer Vernooij2007-10-101-1/+2
* r15361: Export table of predefined registry keysJelmer Vernooij2007-10-103-18/+23
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-103-6/+3