index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r23610: Move some winbindd_cache specific flags and actions
Michael Adam
2007-10-10
1
-7
/
+1
*
r23600: First step in abstracting the winbindd cache validation
Michael Adam
2007-10-10
1
-0
/
+203
*
r23595: One pstring a day...
Volker Lendecke
2007-10-10
1
-7
/
+19
*
r23594: Fix parsing of local pids if cluster support is compiled in but no
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.
Jeremy Allison
2007-10-10
1
-1
/
+5
*
r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.
James Peach
2007-10-10
1
-4
/
+4
*
r23572: Ensure we obey Unicode consortium restrictions. Code
Jeremy Allison
2007-10-10
1
-15
/
+22
*
r23569: Also dump fd_event in dump_event_list().
Günther Deschner
2007-10-10
1
-1
/
+10
*
r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.
Michael Adam
2007-10-10
1
-3
/
+1
*
r23562: Add dump_event_list() for debugging the event list.
Günther Deschner
2007-10-10
1
-0
/
+24
*
r23550: Add more UNIX error -> NT status mappings.
Jeremy Allison
2007-10-10
1
-0
/
+25
*
r23528: Two changes to make the valgrind massif (heap profiler) output readable:
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23518: Remove the silly assumption that string_replace requires a pstring.
Volker Lendecke
2007-10-10
1
-19
/
+44
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
8
-31
/
+28
*
r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.c
Michael Adam
2007-10-10
1
-0
/
+7
*
r23485: This checkin consists mostly of refactorings in preparation of the
Michael Adam
2007-10-10
6
-602
/
+828
*
r23475: Fix the prototype for sys_broken_setgroups and log *BSD group list
James Peach
2007-10-10
1
-2
/
+2
*
r23470: Fix supplementary group list truncation for *BSD. We need to pass
James Peach
2007-10-10
1
-2
/
+8
*
r23411: We were missing displayName and that was preventing us
Simo Sorce
2007-10-10
1
-0
/
+1
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-10-10
8
-12
/
+2135
*
r23408: Remove a bogus comment
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r23393: Support BSD group semantics by making sure that the effective GID is ...
James Peach
2007-10-10
2
-26
/
+102
*
r23371: Fix the misleading comment I added - it really *should*
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r23370: Traverse in tdb wasn't consistently using the
Jeremy Allison
2007-10-10
1
-8
/
+10
*
r23367: check the "use mmap" option for ldb too
Andrew Tridgell
2007-10-10
2
-0
/
+10
*
r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.
Michael Adam
2007-10-10
2
-0
/
+18
*
r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to merge
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r23357: timespec_current() was returning the wrong ns time
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23356: We missed to add the 'c' character to the list of valid ones for
Simo Sorce
2007-10-10
1
-1
/
+1
*
r23344: Better error message
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r23343: Fix error return
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed
Stefan Metzmacher
2007-10-10
1
-25
/
+2
*
r23335: as not all source files include replace.h/config.h
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r23313: Janitor for tridge:
Volker Lendecke
2007-10-10
1
-24
/
+13
*
r23309: sync lib/replace with SAMBA_4_0
Stefan Metzmacher
2007-10-10
25
-223
/
+347
*
r23307: move readahead stuff out of libreplace and make it samba3 specific
Stefan Metzmacher
2007-10-10
3
-10
/
+0
*
r23305: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r23226: Make the "debug prefix timestamp" output a bit more readable by making
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function is
Volker Lendecke
2007-10-10
1
-0
/
+92
*
r23220: Add traverse_read to dbwrap
Volker Lendecke
2007-10-10
2
-0
/
+42
*
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23184: Checkin for Tridge: Add a speed test to tdbtool
Volker Lendecke
2007-10-10
1
-2
/
+52
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-10-10
1
-0
/
+102
*
r23171: Convert connections.tdb to dbwrap
Volker Lendecke
2007-10-10
2
-48
/
+60
*
r23170: Add map_nt_error_from_tdb()
Volker Lendecke
2007-10-10
2
-2
/
+45
*
r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead record
Volker Lendecke
2007-10-10
2
-0
/
+5
*
r23117: Factor out local messaging.
Volker Lendecke
2007-10-10
2
-399
/
+457
*
r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...
Volker Lendecke
2007-10-10
1
-56
/
+41
*
r23109: Redo the change from r22772 I accidentially undid in r23108.
Michael Adam
2007-10-10
1
-0
/
+4
[prev]
[next]