summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2-4/+190
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-0/+2
2007-10-10r22775: For the cluster code I've developed a wrapper around tdb to put diffe...Volker Lendecke3-0/+701
2007-10-10r22772: - Still working on the fact that readahead() is not declared (on at l...Derrell Lipman3-0/+11
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2-2/+111
2007-10-10r22759: sync lib/talloc with samba4Stefan Metzmacher8-16/+103
2007-10-10r22754: When processing a string, ensure we don't write one pastJeremy Allison1-6/+15
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke5-39/+35
2007-10-10r22659: merge from SAMBA_4_0:Stefan Metzmacher2-1/+14
2007-10-10r22641: Install tdbdump and tdbbackup.Jelmer Vernooij2-3/+3
2007-10-10r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison1-3/+0
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-2/+6
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2-6/+14
2007-10-10r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison3-105/+99
2007-10-10r22555: Ensure our paranoid malloc functions return NULL onJeremy Allison1-0/+12
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison2-3/+3
2007-10-10r22541: Added talloc_size_strict macro.Jeremy Allison1-0/+1
2007-10-10r22540: Added _strict varients of the macro calls - addedJeremy Allison1-0/+6
2007-10-10r22539: Added _strict varients of the talloc calls toJeremy Allison2-1/+96
2007-10-10r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison1-0/+3
2007-10-10r22418: Support running under launchd. We abstract the method of obtainingJames Peach1-0/+242
2007-10-10r22394: Remove test directory once we are finished.James Peach1-0/+2
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-7/+9
2007-10-10r22389: Start preparing for multiple encryption contexts in theJeremy Allison1-7/+13
2007-10-10r22366: sync lib/talloc/ with samba4Stefan Metzmacher4-8/+22
2007-10-10r22364: sync lib/tdb/ with samba4Stefan Metzmacher10-82/+3300
2007-10-10r22363: merge from samba4:Stefan Metzmacher1-1/+1
2007-10-10r22320: Be more careful and check for the euid instead of the uid.Lars Müller1-1/+1
2007-10-10r22318: If we're running as non root we might not be able to dump the core fileLars Müller1-0/+7
2007-10-10r22317: add tdb_ prefix to non static functionStefan Metzmacher3-8/+8