summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r23572: Ensure we obey Unicode consortium restrictions. CodeJeremy Allison2007-10-101-15/+22
* r23569: Also dump fd_event in dump_event_list().Günther Deschner2007-10-101-1/+10
* r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.Michael Adam2007-10-101-3/+1
* r23562: Add dump_event_list() for debugging the event list.Günther Deschner2007-10-101-0/+24
* r23550: Add more UNIX error -> NT status mappings.Jeremy Allison2007-10-101-0/+25
* r23528: Two changes to make the valgrind massif (heap profiler) output readable:Volker Lendecke2007-10-101-1/+1
* r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke2007-10-101-19/+44
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-108-31/+28
* r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam2007-10-101-0/+7
* r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam2007-10-106-602/+828
* r23475: Fix the prototype for sys_broken_setgroups and log *BSD group listJames Peach2007-10-101-2/+2
* r23470: Fix supplementary group list truncation for *BSD. We need to passJames Peach2007-10-101-2/+8
* r23411: We were missing displayName and that was preventing usSimo Sorce2007-10-101-0/+1
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-108-12/+2135
* r23408: Remove a bogus commentVolker Lendecke2007-10-101-1/+0
* r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach2007-10-102-26/+102
* r23371: Fix the misleading comment I added - it really *should*Jeremy Allison2007-10-101-2/+2
* r23370: Traverse in tdb wasn't consistently using theJeremy Allison2007-10-101-8/+10
* r23367: check the "use mmap" option for ldb tooAndrew Tridgell2007-10-102-0/+10
* r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2007-10-102-0/+18
* r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to mergeVolker Lendecke2007-10-101-0/+3
* r23357: timespec_current() was returning the wrong ns timeJeremy Allison2007-10-101-1/+1
* r23356: We missed to add the 'c' character to the list of valid ones forSimo Sorce2007-10-101-1/+1
* r23344: Better error messageVolker Lendecke2007-10-101-2/+4
* r23343: Fix error returnVolker Lendecke2007-10-101-1/+3
* r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticedStefan Metzmacher2007-10-101-25/+2
* r23335: as not all source files include replace.h/config.hStefan Metzmacher2007-10-101-1/+1
* r23313: Janitor for tridge:Volker Lendecke2007-10-101-24/+13
* r23309: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-10-1025-223/+347
* r23307: move readahead stuff out of libreplace and make it samba3 specificStefan Metzmacher2007-10-103-10/+0
* r23305: merge from samba4:Stefan Metzmacher2007-10-101-3/+3
* r23226: Make the "debug prefix timestamp" output a bit more readable by makingVolker Lendecke2007-10-101-1/+1
* r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function isVolker Lendecke2007-10-101-0/+92
* r23220: Add traverse_read to dbwrapVolker Lendecke2007-10-102-0/+42
* r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke2007-10-101-1/+1
* r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26Volker Lendecke2007-10-101-1/+1
* r23184: Checkin for Tridge: Add a speed test to tdbtoolVolker Lendecke2007-10-101-2/+52
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-0/+102
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-102-48/+60
* r23170: Add map_nt_error_from_tdb()Volker Lendecke2007-10-102-2/+45
* r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2007-10-102-0/+5
* r23117: Factor out local messaging.Volker Lendecke2007-10-102-399/+457
* r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...Volker Lendecke2007-10-101-56/+41
* r23109: Redo the change from r22772 I accidentially undid in r23108.Michael Adam2007-10-101-0/+4
* r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam2007-10-101-5/+6
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-101-0/+19
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-0/+4
* r23077: Minor cleanupVolker Lendecke2007-10-101-4/+0
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-102-331/+267
* r23041: Remainder of fix for 4630: fix special case of unix_to_nt_time() forJim McDonough2007-10-101-2/+10