summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23371: Fix the misleading comment I added - it really *should*Jeremy Allison1-2/+2
2007-10-10r23370: Traverse in tdb wasn't consistently using theJeremy Allison1-8/+10
2007-10-10r23367: check the "use mmap" option for ldb tooAndrew Tridgell2-0/+10
2007-10-10r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2-0/+18
2007-10-10r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to mergeVolker Lendecke1-0/+3
2007-10-10r23357: timespec_current() was returning the wrong ns timeJeremy Allison1-1/+1
2007-10-10r23356: We missed to add the 'c' character to the list of valid ones forSimo Sorce1-1/+1
2007-10-10r23344: Better error messageVolker Lendecke1-2/+4
2007-10-10r23343: Fix error returnVolker Lendecke1-1/+3
2007-10-10r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticedStefan Metzmacher1-25/+2
2007-10-10r23335: as not all source files include replace.h/config.hStefan Metzmacher1-1/+1
2007-10-10r23313: Janitor for tridge:Volker Lendecke1-24/+13
2007-10-10r23309: sync lib/replace with SAMBA_4_0Stefan Metzmacher25-223/+347
2007-10-10r23307: move readahead stuff out of libreplace and make it samba3 specificStefan Metzmacher3-10/+0
2007-10-10r23305: merge from samba4:Stefan Metzmacher1-3/+3
2007-10-10r23226: Make the "debug prefix timestamp" output a bit more readable by makingVolker Lendecke1-1/+1
2007-10-10r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function isVolker Lendecke1-0/+92
2007-10-10r23220: Add traverse_read to dbwrapVolker Lendecke2-0/+42
2007-10-10r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke1-1/+1
2007-10-10r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26Volker Lendecke1-1/+1
2007-10-10r23184: Checkin for Tridge: Add a speed test to tdbtoolVolker Lendecke1-2/+52
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-0/+102
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke2-48/+60
2007-10-10r23170: Add map_nt_error_from_tdb()Volker Lendecke2-2/+45
2007-10-10r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2-0/+5
2007-10-10r23117: Factor out local messaging.Volker Lendecke2-399/+457
2007-10-10r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...Volker Lendecke1-56/+41
2007-10-10r23109: Redo the change from r22772 I accidentially undid in r23108.Michael Adam1-0/+4
2007-10-10r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam1-5/+6
2007-10-10r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison1-0/+19
2007-10-10r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach1-0/+4
2007-10-10r23077: Minor cleanupVolker Lendecke1-4/+0
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2-331/+267
2007-10-10r23041: Remainder of fix for 4630: fix special case of unix_to_nt_time() forJim McDonough1-2/+10
2007-10-10r23025: Some logic simplificationsVolker Lendecke1-29/+27
2007-10-10r23024: Ok, neither the duplicates_allowed nor the timeout argument toVolker Lendecke1-112/+12
2007-10-10r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...Volker Lendecke1-10/+0
2007-10-10r23022: ReformattingVolker Lendecke1-37/+47
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke3-19/+43
2007-10-10r23006: Arg. Fix stupid typo in 64-bit path.Jeremy Allison1-1/+1
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-0/+31
2007-10-10r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke2-2/+52
2007-10-10r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam1-6/+7
2007-10-10r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison1-1/+1
2007-10-10r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison1-1/+1
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison1-6/+12
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke1-1/+2
2007-10-10r22910: Make message_send_pid static to messages.cVolker Lendecke3-35/+38
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2-17/+14
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-1/+19