summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * r23309: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-06-0225-223/+347
| * r23307: move readahead stuff out of libreplace and make it samba3 specificStefan Metzmacher2007-06-023-10/+0
| * r23305: merge from samba4:Stefan Metzmacher2007-06-021-3/+3
| * r23226: Make the "debug prefix timestamp" output a bit more readable by makingVolker Lendecke2007-05-291-1/+1
| * r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function isVolker Lendecke2007-05-291-0/+92
| * r23220: Add traverse_read to dbwrapVolker Lendecke2007-05-292-0/+42
| * r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke2007-05-291-1/+1
| * r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26Volker Lendecke2007-05-291-1/+1
| * r23184: Checkin for Tridge: Add a speed test to tdbtoolVolker Lendecke2007-05-291-2/+52
| * r23183: Check in a change made by Tridge:Volker Lendecke2007-05-291-0/+102
| * r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-05-282-48/+60
| * r23170: Add map_nt_error_from_tdb()Volker Lendecke2007-05-282-2/+45
| * r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2007-05-272-0/+5
| * r23117: Factor out local messaging.Volker Lendecke2007-05-242-399/+457
| * r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...Volker Lendecke2007-05-241-56/+41
| * r23109: Redo the change from r22772 I accidentially undid in r23108.Michael Adam2007-05-241-0/+4
| * r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam2007-05-241-5/+6
| * r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-05-231-0/+19
| * r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-05-231-0/+4
| * r23077: Minor cleanupVolker Lendecke2007-05-221-4/+0
| * r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-05-212-331/+267
| * r23041: Remainder of fix for 4630: fix special case of unix_to_nt_time() forJim McDonough2007-05-211-2/+10
| * r23025: Some logic simplificationsVolker Lendecke2007-05-201-29/+27
| * r23024: Ok, neither the duplicates_allowed nor the timeout argument toVolker Lendecke2007-05-201-112/+12
| * r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...Volker Lendecke2007-05-201-10/+0
| * r23022: ReformattingVolker Lendecke2007-05-201-37/+47
| * r23015: Make message_(de)register static to messages.cVolker Lendecke2007-05-193-19/+43
| * r23006: Arg. Fix stupid typo in 64-bit path.Jeremy Allison2007-05-181-1/+1
| * r23005: If we're running on a system where time_t is 8 bytesJeremy Allison2007-05-181-0/+31
| * r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke2007-05-162-2/+52
| * r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam2007-05-161-6/+7
| * r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison2007-05-161-1/+1
| * r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison2007-05-161-1/+1
| * r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-05-161-6/+12
| * r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-05-151-1/+2
| * r22910: Make message_send_pid static to messages.cVolker Lendecke2007-05-153-35/+38
| * r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-05-152-17/+14
| * r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-05-141-1/+19
| * r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-05-142-4/+190
| * r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-05-141-1/+1
| * r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-05-141-0/+2
| * r22775: For the cluster code I've developed a wrapper around tdb to put diffe...Volker Lendecke2007-05-103-0/+701
| * r22772: - Still working on the fact that readahead() is not declared (on at l...Derrell Lipman2007-05-103-0/+11
| * r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-05-082-2/+111
| * r22759: sync lib/talloc with samba4Stefan Metzmacher2007-05-088-16/+103
| * r22754: When processing a string, ensure we don't write one pastJeremy Allison2007-05-071-6/+15
| * r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-05-075-39/+35
| * r22659: merge from SAMBA_4_0:Stefan Metzmacher2007-05-042-1/+14
| * r22641: Install tdbdump and tdbbackup.Jelmer Vernooij2007-05-022-3/+3
| * r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison2007-04-301-3/+0