r6806: Try again to fix the build on various kerberos libs.
[samba.git] / source / lib /
2007-10-10 Jelmer Vernooijr6804: Add config.h for talloc (and use it)
2007-10-10 Andrew Tridgellr6802: - fixed CFLAGS
2007-10-10 Andrew Bartlettr6798: Valgrind pain is not something I look forward...
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Jelmer Vernooijr6790: Use config.h file for ldb and add test for stdint.h
2007-10-10 Simo Sorcer6759: let us have a wildcard attribute so that we...
2007-10-10 Andrew Tridgellr6741: prevent talloc_strndup() from reading one byte...
2007-10-10 Andrew Bartlettr6700: Upper case realms in kerberos-specific parts...
2007-10-10 Andrew Tridgellr6688: removed unused binary_string() function
2007-10-10 Andrew Tridgellr6687: added a idr helper function for creating random IDs
2007-10-10 Jelmer Vernooijr6664: Obey overrided CC in the Makefile
2007-10-10 Andrew Tridgellr6663: only use -Wall for gcc
2007-10-10 Andrew Tridgellr6662: add an installcheck target for talloc
2007-10-10 Andrew Tridgellr6661: fix up talloc autoconf to have a chance of worki...
2007-10-10 Volker Lendecker6660: Sorry for the spam... I think now I've got a...
2007-10-10 Simo Sorcer6650: keep style consistent
2007-10-10 Simo Sorcer6645: Add talloc_get_size() function.
2007-10-10 Jelmer Vernooijr6622: Add talloc manpage in DocBook XML, based on...
2007-10-10 Jelmer Vernooijr6621: Warn when the user is trying to use socket wrapper
2007-10-10 Jelmer Vernooijr6617: Let --enable-developer imply --enable-socket...
2007-10-10 Andrew Tridgellr6578: brown paper bag time with the new messaging...
2007-10-10 Andrew Bartlettr6573: Start on my project to implement an NT4 compatib...
2007-10-10 Andrew Bartlettr6565: Cludge, cludge, cludge...
2007-10-10 Jelmer Vernooijr6564: - Fix bug in socket_wrapper
2007-10-10 Andrew Tridgellr6562: added support for datagram unix domain sockets...
2007-10-10 Andrew Tridgellr6561: re-did the internal message system based on...
2007-10-10 Andrew Tridgellr6560: added a tdb_chainlock_read() call in ldb_search...
2007-10-10 Jelmer Vernooijr6546: Fix ldb standalone build
2007-10-10 Andrew Tridgellr6528: - in tdb_fetch() we effectively disallowed zero...
2007-10-10 Tim Potterr6520: Fix unused variable warning.
2007-10-10 Volker Lendecker6513: Commit talloc_free_children.
2007-10-10 Jelmer Vernooijr6487: Use autoconf for standalone build of tdb
2007-10-10 Jelmer Vernooijr6486: Add 'make install' and pkg-config file.
2007-10-10 Jelmer Vernooijr6485: Move LDAP detection M4 file and use it for the...
2007-10-10 Stefan Metzmacherr6483: fix anonymous connections, '-U %' or '-U ""...
2007-10-10 Andrew Tridgellr6481: change download instructions to include tdb...
2007-10-10 Andrew Tridgellr6480: fixed whitespace typo
2007-10-10 Andrew Tridgellr6479: - added a simple web page
2007-10-10 Jelmer Vernooijr6478: Add 'make install' and a pkg-config file
2007-10-10 Jelmer Vernooijr6477: Remove call to autoheader as autogenerated heade...
2007-10-10 Andrew Tridgellr6474: - added a simple talloc web page at talloc.samba...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Andrew Bartlettr6462: Move the arcfour sbox state into it's own struct...
2007-10-10 Andrew Bartlettr6452: This particular credentials feature needs to...
2007-10-10 Jelmer Vernooijr6442: Add mechanism for configuring ldb independantly...
2007-10-10 Tim Potterr6360: Quieten unused variable warning.
2007-10-10 Andrew Tridgellr6340: - added an easy to use function to initialise...
2007-10-10 Andrew Bartlettr6271: Don't zero the cli_credentials structure - inste...
2007-10-10 Jeremy Allisonr6238: Ensure if realloc fails on an internal
2007-10-10 Andrew Tridgellr6222: fixed the socket wrapper code for getsockname()
2007-10-10 Andrew Tridgellr6150: fixed a few socket_wrapper bugs.
2007-10-10 Andrew Tridgellr6147: The maxfd was being recalculated on every event...
2007-10-10 Jelmer Vernooijr6144: Apparently there are more systems that have...
2007-10-10 Jelmer Vernooijr6140: - Add configure option for enabling the socket...
2007-10-10 Jelmer Vernooijr6139: Move socket_wrapper to a seperate directory
2007-10-10 Stefan Metzmacherr6129: - add our own MSZIP decompression implementation
2007-10-10 Richard Sharper6118: Make it so that we can do --with-zlib=no in...
2007-10-10 Jeremy Allisonr6093: Patch to fix sys_select so it can't drop signals...
2007-10-10 Jelmer Vernooijr6088: Add the socket_wrapper library. This is a very...
2007-10-10 Andrew Tridgellr6087: - remove the dlopen code for now (before it...
2007-10-10 Andrew Tridgellr6086: default to stderr for error messages in ldb...
2007-10-10 Andrew Bartlettr6079: Add inline documentation on the credentials...
2007-10-10 Andrew Tridgellr6075: added talloc_enable_null_tracking() (asked for...
2007-10-10 Jelmer Vernooijr6070: Fix typo's and fallback to "" as default user...
2007-10-10 Jelmer Vernooijr6045: Couple of small GTK+ fixes
2007-10-10 Andrew Bartlettr6033: Patch from 'lifeless' to clarify behaviour with...
2007-10-10 Andrew Bartlettr6024: Some of the ordering constraints on the popt...
2007-10-10 Jelmer Vernooijr5989: Display authentication information (list of...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Jelmer Vernooijr5976: SIDs can't have more then 5 subauths (caught...
2007-10-10 Andrew Bartlettr5942: A couple of small changes to fix things up with...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Andrew Tridgellr5939: improve talloc_realloc() docs after feedback...
2007-10-10 Andrew Tridgellr5938: - allow NULL string argument to talloc_vasprintf...
2007-10-10 Andrew Tridgellr5937: - performance improvement to talloc_asprintf_app...
2007-10-10 Jelmer Vernooijr5932: Use cli_credentials somewhat more in the Gtk...
2007-10-10 Jelmer Vernooijr5929: Use cli_credentials for the SMB functions as...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Jelmer Vernooijr5917: First step in using the new cli_credentials...
2007-10-10 Jelmer Vernooijr5906: Fix the usage of the internal popt (make proto...
2007-10-10 Andrew Bartlettr5903: While I can't test IPv6, metze asked me to commi...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Bartlettr5898: Handle errors in the 'sync' name and IP address...
2007-10-10 Jelmer Vernooijr5871: Remove file with unused function (that uses...
2007-10-10 Tim Potterr5781: Fix build.
2007-10-10 Tim Potterr5780: Remove unused arguments.
2007-10-10 Tim Potterr5779: Remove signal and timeout gubbage from tdb.
2007-10-10 Jelmer Vernooijr5775: Remove some unused functions (unions are no...
2007-10-10 Tim Potterr5769: Fix unused variable warning.
2007-10-10 Stefan Metzmacherr5682: fix the build
2007-10-10 Jelmer Vernooijr5680: Don't crash if none of the predefined keys is...
2007-10-10 Jelmer Vernooijr5676: Fix some alignment issues and IRemoteActivation
2007-10-10 Jelmer Vernooijr5675: - More DCOM bug fixes
2007-10-10 Jelmer Vernooijr5674: - Re-enable DCOM support.
2007-10-10 Simo Sorcer5670: simplify and clarify ldb_modules.c code
2007-10-10 Andrew Tridgellr5666: winxp will use a NTTIME of -1 to mean "don't...
2007-10-10 Andrew Tridgellr5665: the data within el2->values can still be used...
2007-10-10 Andrew Tridgellr5664: simo, please look into this. It is possible...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Jeremy Allisonr5533: Patch to detect infinite loops when traversing...
next