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
*
r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.
Jeremy Allison
2007-10-10
6
-4
/
+426
*
r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...
Michael Adam
2007-10-10
1
-1
/
+10
*
r25424: Align log level (by two) in debugging output.
Michael Adam
2007-10-10
1
-1
/
+1
*
r25417: Use DBGC_REGISTRY class.
Günther Deschner
2007-10-10
3
-0
/
+9
*
r25416: Add registry debug class.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r25396: Very obvious fix from Martin Zielinski.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r25326: Free the context from the talloc_stackframe.
Günther Deschner
2007-10-10
1
-2
/
+5
*
r25323: Fix the build
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r25277: Belt-and-braces approach to Volker's fix for RPC-SAMBA3-GETUSERNAME.
Jeremy Allison
2007-10-10
1
-4
/
+7
*
r25274: Attempt to fix RPC-SAMBA3-GETUSERNAME
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r25258: Fix a panic message and remove superfluous return after the call to s...
Michael Adam
2007-10-10
1
-2
/
+1
*
r25257: When dumping eventlist, display full timestring.
Günther Deschner
2007-10-10
1
-2
/
+3
*
r25252: move macro defines to the end of replace.h
Stefan Metzmacher
2007-10-10
1
-32
/
+35
*
r25238: Make the error returns from the string functions
Jeremy Allison
2007-10-10
1
-20
/
+20
*
r25232: sync lib/replace with SAMBA_4_0
Stefan Metzmacher
2007-10-10
7
-24
/
+13
*
r25230: sync lib/talloc with SAMBA_4_0
Stefan Metzmacher
2007-10-10
4
-125
/
+184
*
r25222: Fix last assumptions that (size_t)-1 can be used
Jeremy Allison
2007-10-10
1
-18
/
+36
*
r25199: Remove pstring from strdup_upper - make it the
Jeremy Allison
2007-10-10
1
-14
/
+31
*
r25195: Fix issue with calling pull_uc2_*alloc with
Jeremy Allison
2007-10-10
1
-0
/
+8
*
r25184: Fix some C++ warnings and an uninitialized variable
Volker Lendecke
2007-10-10
2
-2
/
+2
*
r25172: Remove commented out code we will never enable.
Jeremy Allison
2007-10-10
1
-172
/
+0
*
r25171: More pstring removal.
Jeremy Allison
2007-10-10
2
-29
/
+51
*
r25170: Remove pstring limits from ms_fnmatch and module load.
Jeremy Allison
2007-10-10
2
-37
/
+46
*
r25164: Add talloc_asprintf_append_buffer() and the docs for it.
Jeremy Allison
2007-10-10
3
-4
/
+82
*
r25150: don't recursivly call call dump_core()
Stefan Metzmacher
2007-10-10
1
-0
/
+8
*
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
2007-10-10
2
-11
/
+41
*
r25136: When tallocing a string to uppercase remember the terminating
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r25121: Remove pstring limits from much of our string handling function.
Jeremy Allison
2007-10-10
1
-54
/
+174
*
r25120: One more warning.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
3
-8
/
+18
*
r25116: Fix talloc_asprintf_append to do the right thing with
Jeremy Allison
2007-10-10
1
-5
/
+2
*
r25111: Move to talloced pathnames on most code paths.
Jeremy Allison
2007-10-10
1
-1
/
+15
*
r25061: Pro-actively shut up Coverity :-)
Volker Lendecke
2007-10-10
1
-3
/
+5
*
r25055: Add file_id_string_tos
Volker Lendecke
2007-10-10
1
-18
/
+4
*
r25040: Add "net sam rights"
Volker Lendecke
2007-10-10
2
-1
/
+39
*
r25025: Remove an unused function
Volker Lendecke
2007-10-10
1
-5
/
+0
*
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
2007-10-10
1
-0
/
+65
*
r24993: Apply some const
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r24949: Remove some static buffers
Volker Lendecke
2007-10-10
3
-62
/
+42
*
r24903: One more tick in #if 0 code
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24902: DEBUG might use talloc_tos() itself...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24877: Don't panic in tdb validation code when the fork or waitpid fails.
Michael Adam
2007-10-10
1
-5
/
+7
*
r24848: Make tdb_validate() take an open tdb handle instead of a file name.
Michael Adam
2007-10-10
1
-16
/
+41
*
r24847: Change standard failure return code of tdb_validate from "-1" to "1".
Michael Adam
2007-10-10
1
-2
/
+2
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-0
/
+108
*
r24773: Fix a ctdb connection lockup
Volker Lendecke
2007-10-10
3
-13
/
+57
*
r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r24744: Increase length by what we got from recv, not from ioctl
Volker Lendecke
2007-10-10
1
-2
/
+3
*
r24743: Fix build warning.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...
Günther Deschner
2007-10-10
1
-0
/
+72
[next]