Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 82 | -164/+82 |
2007-10-10 | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 11 | -11/+11 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 99 | -99/+99 |
2007-10-10 | r23769: Move removal of the tdb from the generic tdb_validate function | Michael Adam | 1 | -6/+0 |
2007-10-10 | r23756: Fix Coverity id 388 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23751: Call tdb_close even when validation was not successful. | Michael Adam | 1 | -9/+1 |
2007-10-10 | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 1 | -2/+10 |
2007-10-10 | r23673: Check for integer wrap on incoming data. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r23669: Move a variable into the only block where it is used. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23668: When creating a new string value, win2k regedit delivers | Michael Adam | 1 | -8/+22 |
2007-10-10 | r23665: Remove two unneeded global variables | Volker Lendecke | 1 | -13/+6 |
2007-10-10 | r23662: According to simo, check_dos_char is needed | Volker Lendecke | 2 | -1/+52 |
2007-10-10 | r23660: Anybody know what check_dos_char() was used for? It wasn't called at | Volker Lendecke | 2 | -52/+1 |
2007-10-10 | r23659: file_pload is not used outside of util_file.c | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23658: One pstring a day.... | Volker Lendecke | 1 | -16/+39 |
2007-10-10 | r23641: Put check for forbidden values in smbconf into a function. | Michael Adam | 1 | -0/+22 |
2007-10-10 | r23639: Eliminate trailing whitespaces in the new tdb_validate functions... | Michael Adam | 1 | -8/+7 |
2007-10-10 | r23610: Move some winbindd_cache specific flags and actions | Michael Adam | 1 | -7/+1 |
2007-10-10 | r23600: First step in abstracting the winbindd cache validation | Michael Adam | 1 | -0/+203 |
2007-10-10 | r23595: One pstring a day... | Volker Lendecke | 1 | -7/+19 |
2007-10-10 | r23594: Fix parsing of local pids if cluster support is compiled in but no | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS. | James Peach | 1 | -4/+4 |
2007-10-10 | r23572: Ensure we obey Unicode consortium restrictions. Code | Jeremy Allison | 1 | -15/+22 |
2007-10-10 | r23569: Also dump fd_event in dump_event_list(). | Günther Deschner | 1 | -1/+10 |
2007-10-10 | r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive. | Michael Adam | 1 | -3/+1 |
2007-10-10 | r23562: Add dump_event_list() for debugging the event list. | Günther Deschner | 1 | -0/+24 |
2007-10-10 | r23550: Add more UNIX error -> NT status mappings. | Jeremy Allison | 1 | -0/+25 |
2007-10-10 | r23528: Two changes to make the valgrind massif (heap profiler) output readable: | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23518: Remove the silly assumption that string_replace requires a pstring. | Volker Lendecke | 1 | -19/+44 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 8 | -31/+28 |
2007-10-10 | r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.c | Michael Adam | 1 | -0/+7 |
2007-10-10 | r23485: This checkin consists mostly of refactorings in preparation of the | Michael Adam | 6 | -602/+828 |
2007-10-10 | r23475: Fix the prototype for sys_broken_setgroups and log *BSD group list | James Peach | 1 | -2/+2 |
2007-10-10 | r23470: Fix supplementary group list truncation for *BSD. We need to pass | James Peach | 1 | -2/+8 |
2007-10-10 | r23411: We were missing displayName and that was preventing us | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 8 | -12/+2135 |
2007-10-10 | r23408: Remove a bogus comment | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r23393: Support BSD group semantics by making sure that the effective GID is ... | James Peach | 2 | -26/+102 |
2007-10-10 | r23371: Fix the misleading comment I added - it really *should* | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23370: Traverse in tdb wasn't consistently using the | Jeremy Allison | 1 | -8/+10 |
2007-10-10 | r23367: check the "use mmap" option for ldb too | Andrew Tridgell | 2 | -0/+10 |
2007-10-10 | r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h. | Michael Adam | 2 | -0/+18 |
2007-10-10 | r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to merge | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r23357: timespec_current() was returning the wrong ns time | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23356: We missed to add the 'c' character to the list of valid ones for | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r23344: Better error message | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r23343: Fix error return | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed | Stefan Metzmacher | 1 | -25/+2 |
2007-10-10 | r23335: as not all source files include replace.h/config.h | Stefan Metzmacher | 1 | -1/+1 |