summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell1-1/+1
2007-10-10r6079: Add inline documentation on the credentials context API.Andrew Bartlett1-6/+118
2007-10-10r6075: added talloc_enable_null_tracking() (asked for by lifeless)Andrew Tridgell3-2/+21
2007-10-10r6070: Fix typo's and fallback to "" as default user name if noJelmer Vernooij2-3/+3
2007-10-10r6045: Couple of small GTK+ fixesJelmer Vernooij1-61/+60
2007-10-10r6033: Patch from 'lifeless' to clarify behaviour with NULL pointers.Andrew Bartlett2-1/+3
2007-10-10r6024: Some of the ordering constraints on the popt callbacks were gettingAndrew Bartlett2-25/+90
2007-10-10r5989: Display authentication information (list of available auth protocolsJelmer Vernooij1-1/+1
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett5-26/+158
2007-10-10r5976: SIDs can't have more then 5 subauths (caught by [validate] andJelmer Vernooij1-1/+1
2007-10-10r5942: A couple of small changes to fix things up with the new credentialsAndrew Bartlett1-0/+1
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett4-42/+34
2007-10-10r5939: improve talloc_realloc() docs after feedback from lifelessAndrew Tridgell1-1/+5
2007-10-10r5938: - allow NULL string argument to talloc_vasprintf_append()Andrew Tridgell1-1/+9
2007-10-10r5937: - performance improvement to talloc_asprintf_append()Andrew Tridgell2-5/+10
2007-10-10r5932: Use cli_credentials somewhat more in the Gtk+ codeJelmer Vernooij1-1/+1
2007-10-10r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2-5/+13
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij8-28/+37
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij12-283/+419
2007-10-10r5906: Fix the usage of the internal popt (make proto should ignore it)Jelmer Vernooij13-661/+2205