r23513: Fix one more use of VALUE_PREFIX.
[jra/samba/.git] / source3 / lib /
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Michael Adamr23507: Split one general function normalize_dbkey...
2007-10-10 Michael Adamr23485: This checkin consists mostly of refactorings...
2007-10-10 James Peachr23475: Fix the prototype for sys_broken_setgroups...
2007-10-10 James Peachr23470: Fix supplementary group list truncation for...
2007-10-10 Simo Sorcer23411: We were missing displayName and that was preven...
2007-10-10 Volker Lendecker23410: Merge the core of the cluster code.
2007-10-10 Volker Lendecker23408: Remove a bogus comment
2007-10-10 James Peachr23393: Support BSD group semantics by making sure...
2007-10-10 Jeremy Allisonr23371: Fix the misleading comment I added - it really...
2007-10-10 Jeremy Allisonr23370: Traverse in tdb wasn't consistently using the
2007-10-10 Andrew Tridgellr23367: check the "use mmap" option for ldb too
2007-10-10 Michael Adamr23363: Activate rep_pread and rep_pwrite in lib/replac...
2007-10-10 Volker Lendecker23362: Respect "use mmap" in tdb_wrap_open(). Tridge...
2007-10-10 Jeremy Allisonr23357: timespec_current() was returning the wrong...
2007-10-10 Simo Sorcer23356: We missed to add the 'c' character to the list...
2007-10-10 Volker Lendecker23344: Better error message
2007-10-10 Volker Lendecker23343: Fix error return
2007-10-10 Stefan Metzmacherr23337: fix a crash bug...I wonder why only HP-UX 11...
2007-10-10 Stefan Metzmacherr23335: as not all source files include replace.h/config.h
2007-10-10 Volker Lendecker23313: Janitor for tridge:
2007-10-10 Stefan Metzmacherr23309: sync lib/replace with SAMBA_4_0
2007-10-10 Stefan Metzmacherr23307: move readahead stuff out of libreplace and...
2007-10-10 Stefan Metzmacherr23305: merge from samba4:
2007-10-10 Volker Lendecker23226: Make the "debug prefix timestamp" output a...
2007-10-10 Volker Lendecker23224: Move map_nt_error_from_unix to lib/errmap_unix...
2007-10-10 Volker Lendecker23220: Add traverse_read to dbwrap
2007-10-10 Volker Lendecker23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a...
2007-10-10 Volker Lendecker23185: Try to fix the IRIX build, also add the forgott...
2007-10-10 Volker Lendecker23184: Checkin for Tridge: Add a speed test to tdbtool
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Volker Lendecker23171: Convert connections.tdb to dbwrap
2007-10-10 Volker Lendecker23170: Add map_nt_error_from_tdb()
2007-10-10 Volker Lendecker23161: Add TDB_VOLATILE as open_flag to activate the...
2007-10-10 Volker Lendecker23117: Factor out local messaging.
2007-10-10 Volker Lendecker23112: Trim down the message.c API slightly: The messa...
2007-10-10 Michael Adamr23109: Redo the change from r22772 I accidentially...
2007-10-10 Michael Adamr23108: Add defines of RTLD_NOW and RTLD_GLOBAL to...
2007-10-10 Jeremy Allisonr23105: Add lchown to the vfs layer. We need this in...
2007-10-10 James Peachr23095: Support systems that have their PAM headers...
2007-10-10 Volker Lendecker23077: Minor cleanup
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Jim McDonoughr23041: Remainder of fix for 4630: fix special case...
2007-10-10 Volker Lendecker23025: Some logic simplifications
2007-10-10 Volker Lendecker23024: Ok, neither the duplicates_allowed nor the...
2007-10-10 Volker Lendecker23023: Get rid of the only caller of message_send_pid_...
2007-10-10 Volker Lendecker23022: Reformatting
2007-10-10 Volker Lendecker23015: Make message_(de)register static to messages.c
2007-10-10 Jeremy Allisonr23006: Arg. Fix stupid typo in 64-bit path.
2007-10-10 Jeremy Allisonr23005: If we're running on a system where time_t is...
2007-10-10 Volker Lendecker22934: Change smbcontrol to use messaging_register...
2007-10-10 Michael Adamr22931: Fix logic in detection of the need to replace...
2007-10-10 Jeremy Allisonr22926: Don't use <=0, use < 0 to allow keepalives...
2007-10-10 Jeremy Allisonr22923: Fix runaway smbd now receive_smb_raw() returns...
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Volker Lendecker22911: Pass a messaging_context to message_send_all
2007-10-10 Volker Lendecker22910: Make message_send_pid static to messages.c
2007-10-10 Volker Lendecker22908: All callers of message_init now also call messa...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Gerald Carterr22852: merge fixes for CVE-2007-2446 and CVE-2007...
2007-10-10 Volker Lendecker22846: Chunk one to replace message_send_pid with...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22775: For the cluster code I've developed a wrapper...
2007-10-10 Derrell Lipmanr22772: - Still working on the fact that readahead...
2007-10-10 Volker Lendecker22761: This introduces lib/conn_tdb.c with two main...
2007-10-10 Stefan Metzmacherr22759: sync lib/talloc with samba4
2007-10-10 Jeremy Allisonr22754: When processing a string, ensure we don't write...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Stefan Metzmacherr22659: merge from SAMBA_4_0:
2007-10-10 Jelmer Vernooijr22641: Install tdbdump and tdbbackup.
2007-10-10 Jeremy Allisonr22611: Fix from Jens Nissen <jens.nissen@gmx.net>...
2007-10-10 Jeremy Allisonr22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22564: Move the _strict -> _zeronull functions into...
2007-10-10 Jeremy Allisonr22555: Ensure our paranoid malloc functions return...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22541: Added talloc_size_strict macro.
2007-10-10 Jeremy Allisonr22540: Added _strict varients of the macro calls ...
2007-10-10 Jeremy Allisonr22539: Added _strict varients of the talloc calls to
2007-10-10 Jeremy Allisonr22481: Move check for non-mappable SIDs to after sid_t...
2007-10-10 James Peachr22418: Support running under launchd. We abstract...
2007-10-10 James Peachr22394: Remove test directory once we are finished.
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22389: Start preparing for multiple encryption context...
2007-10-10 Stefan Metzmacherr22366: sync lib/talloc/ with samba4
2007-10-10 Stefan Metzmacherr22364: sync lib/tdb/ with samba4
2007-10-10 Stefan Metzmacherr22363: merge from samba4:
2007-10-10 Lars Müllerr22320: Be more careful and check for the euid instead...
2007-10-10 Lars Müllerr22318: If we're running as non root we might not be...
2007-10-10 Stefan Metzmacherr22317: add tdb_ prefix to non static function
2007-10-10 Stefan Metzmacherr22316: merge from samba4:
2007-10-10 Stefan Metzmacherr22315: move tdbback.c content into tdbbackup.c
2007-10-10 Stefan Metzmacherr22314: use libreplace headers
2007-10-10 Stefan Metzmacherr22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros...
2007-10-10 Stefan Metzmacherr22280: merge from samba4:
2007-10-10 Jeremy Allisonr22276: Fix name -> servicename in messages.c
2007-10-10 Stefan Metzmacherr22274: merge from samba4:
2007-10-10 Stefan Metzmacherr22271: merge from samba4:
2007-10-10 Stefan Metzmacherr22268: merge from samba4:
2007-10-10 Stefan Metzmacherr22264: merge from samba4:
next