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
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...
Jeremy Allison
2014-09-30
2
-6
/
+6
*
lib: util: asn1 tests. Check every asn1 return.
Jeremy Allison
2014-09-26
1
-5
/
+9
*
lib/util: Drop unnecessary use of talloc_tos()
Volker Lendecke
2014-09-20
1
-6
/
+4
*
lib/util: Return some functions to util_str.c
Martin Schwenke
2014-09-19
2
-55
/
+55
*
lib/util: Move next_token* functions to util_str.c
Martin Schwenke
2014-09-19
2
-146
/
+145
*
lib/util: Move idr_get_new_random() to new source file idtree_random.c
Martin Schwenke
2014-09-19
6
-63
/
+176
*
debug: Standalone compile without includes.h
Martin Schwenke
2014-09-19
2
-3
/
+14
*
charset: Avoid compiler warnings with --enable-developer
Martin Schwenke
2014-09-19
1
-2
/
+2
*
util: Fix indentation
Martin Schwenke
2014-09-19
1
-1
/
+1
*
lib: util: Check *every* asn1 return call and early return.
Jeremy Allison
2014-09-19
1
-61
/
+45
*
lib: util_tdb does not need samba-util
Volker Lendecke
2014-09-18
1
-1
/
+1
*
lib: Move tdb lock timeout fns to source3
Volker Lendecke
2014-09-18
2
-96
/
+0
*
lib: Make set_blocking() available independently
Volker Lendecke
2014-09-18
1
-2
/
+7
*
lib: Make samba-debug a private library
Volker Lendecke
2014-09-18
1
-4
/
+5
*
lib: Add daemon_status() to util library.
Andreas Schneider
2014-09-17
2
-0
/
+17
*
lib: Remove unused file_lines_slashcont
Volker Lendecke
2014-09-17
2
-30
/
+0
*
lib: Move "large_file_support()" to the source4 smb server
Volker Lendecke
2014-09-17
2
-22
/
+0
*
s3: smbd: Change the function signature of srvstr_push() from returning a len...
Jeremy Allison
2014-09-16
2
-3
/
+6
*
lib: Introduce server_id_same_process()
Volker Lendecke
2014-08-23
2
-5
/
+9
*
lib: Remove parser code, now replaced with tini parser.
Volker Lendecke
2014-08-15
1
-508
/
+2
*
Add tiniparser - tiny version of iniparser that only implements what Samba uses.
Jeremy Allison
2014-08-14
3
-1
/
+441
*
Use tini in preference.
Volker Lendecke
2014-08-14
1
-0
/
+28
*
Add tini parser.
Volker Lendecke
2014-08-14
3
-1
/
+348
*
lib: strings: Simplify strcasecmp
Volker Lendecke
2014-08-06
1
-35
/
+13
*
s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...
Jeremy Allison
2014-08-06
1
-0
/
+12
*
lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...
Jeremy Allison
2014-08-06
1
-2
/
+27
*
lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...
Jeremy Allison
2014-08-06
1
-1
/
+11
*
lib: Remove unused nstrcpy
Volker Lendecke
2014-08-04
1
-5
/
+0
*
lib: Make DEBUG a subsystem of its own
Volker Lendecke
2014-08-02
1
-2
/
+7
*
lib: Make close_low_fd() independently linkable
Volker Lendecke
2014-08-01
6
-51
/
+101
*
debug: Use close_low_fd in reopen_logs_internal
Volker Lendecke
2014-08-01
1
-1
/
+1
*
lib: Use close_low_fd in close_low_fds
Volker Lendecke
2014-08-01
1
-33
/
+19
*
lib: Add close_low_fd
Volker Lendecke
2014-08-01
2
-0
/
+48
*
fix unstrcpy
Volker Lendecke
2014-08-01
1
-1
/
+1
*
debug: Avoid dependency on str_list_make
Volker Lendecke
2014-07-31
1
-41
/
+29
*
debug: Fix blank line endings
Volker Lendecke
2014-07-31
1
-3
/
+3
*
debug: Increase maximum header length
Volker Lendecke
2014-07-31
1
-1
/
+1
*
debug: In dbghdrclass, don't call strlen repeatedly
Volker Lendecke
2014-07-31
1
-20
/
+40
*
debug: Fix a typo
Volker Lendecke
2014-07-31
1
-1
/
+1
*
debug: Simplify debug_parse_levels
Volker Lendecke
2014-07-31
1
-6
/
+6
*
debug: Simplify Debug1() -- no va_args
Volker Lendecke
2014-07-31
1
-34
/
+18
*
debug: Remove an "else"
Volker Lendecke
2014-07-31
1
-1
/
+3
*
debug: Remove two pointless assignments
Volker Lendecke
2014-07-31
1
-2
/
+0
*
debug: Only call Debug1 once in dbghdrclass
Volker Lendecke
2014-07-31
1
-6
/
+9
*
debug: Move adding timeval and loglevel
Volker Lendecke
2014-07-31
1
-12
/
+11
*
debug: slprintf->snprintf
Volker Lendecke
2014-07-31
1
-6
/
+7
*
debug: Use timeval_str_buf in dbghdrclass
Volker Lendecke
2014-07-31
1
-12
/
+11
*
debug: Simplify dbghdrclass with an early return
Volker Lendecke
2014-07-31
1
-41
/
+43
*
lib: Create time_basic.[ch]
Volker Lendecke
2014-07-31
6
-66
/
+130
*
lib: Use timeval_str_buf in timeval_string
Volker Lendecke
2014-07-31
1
-38
/
+17
[next]