summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in theAndrew Tridgell2007-10-101-1/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1082-164/+82
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-1011-11/+11
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1099-99/+99
* r23769: Move removal of the tdb from the generic tdb_validate functionMichael Adam2007-10-101-6/+0
* r23756: Fix Coverity id 388Volker Lendecke2007-10-101-0/+1
* r23751: Call tdb_close even when validation was not successful.Michael Adam2007-10-101-9/+1
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-2/+10
* r23673: Check for integer wrap on incoming data.Jeremy Allison2007-10-101-0/+6
* r23669: Move a variable into the only block where it is used.Michael Adam2007-10-101-1/+1
* r23668: When creating a new string value, win2k regedit deliversMichael Adam2007-10-101-8/+22
* r23665: Remove two unneeded global variablesVolker Lendecke2007-10-101-13/+6
* r23662: According to simo, check_dos_char is neededVolker Lendecke2007-10-102-1/+52
* r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke2007-10-102-52/+1
* r23659: file_pload is not used outside of util_file.cVolker Lendecke2007-10-101-1/+1
* r23658: One pstring a day....Volker Lendecke2007-10-101-16/+39
* r23641: Put check for forbidden values in smbconf into a function.Michael Adam2007-10-101-0/+22
* r23639: Eliminate trailing whitespaces in the new tdb_validate functions...Michael Adam2007-10-101-8/+7
* r23610: Move some winbindd_cache specific flags and actionsMichael Adam2007-10-101-7/+1
* r23600: First step in abstracting the winbindd cache validationMichael Adam2007-10-101-0/+203
* r23595: One pstring a day...Volker Lendecke2007-10-101-7/+19
* r23594: Fix parsing of local pids if cluster support is compiled in but noVolker Lendecke2007-10-101-0/+4
* r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison2007-10-101-1/+5
* r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.James Peach2007-10-101-4/+4
* 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