summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...Jeremy Allison2014-09-302-6/+6
* lib: util: asn1 tests. Check every asn1 return.Jeremy Allison2014-09-261-5/+9
* lib/util: Drop unnecessary use of talloc_tos()Volker Lendecke2014-09-201-6/+4
* lib/util: Return some functions to util_str.cMartin Schwenke2014-09-192-55/+55
* lib/util: Move next_token* functions to util_str.cMartin Schwenke2014-09-192-146/+145
* lib/util: Move idr_get_new_random() to new source file idtree_random.cMartin Schwenke2014-09-196-63/+176
* debug: Standalone compile without includes.hMartin Schwenke2014-09-192-3/+14
* charset: Avoid compiler warnings with --enable-developerMartin Schwenke2014-09-191-2/+2
* util: Fix indentationMartin Schwenke2014-09-191-1/+1
* lib: util: Check *every* asn1 return call and early return.Jeremy Allison2014-09-191-61/+45
* lib: util_tdb does not need samba-utilVolker Lendecke2014-09-181-1/+1
* lib: Move tdb lock timeout fns to source3Volker Lendecke2014-09-182-96/+0
* lib: Make set_blocking() available independentlyVolker Lendecke2014-09-181-2/+7
* lib: Make samba-debug a private libraryVolker Lendecke2014-09-181-4/+5
* lib: Add daemon_status() to util library.Andreas Schneider2014-09-172-0/+17
* lib: Remove unused file_lines_slashcontVolker Lendecke2014-09-172-30/+0
* lib: Move "large_file_support()" to the source4 smb serverVolker Lendecke2014-09-172-22/+0
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-162-3/+6
* lib: Introduce server_id_same_process()Volker Lendecke2014-08-232-5/+9
* lib: Remove parser code, now replaced with tini parser.Volker Lendecke2014-08-151-508/+2
* Add tiniparser - tiny version of iniparser that only implements what Samba uses.Jeremy Allison2014-08-143-1/+441
* Use tini in preference.Volker Lendecke2014-08-141-0/+28
* Add tini parser.Volker Lendecke2014-08-143-1/+348
* lib: strings: Simplify strcasecmpVolker Lendecke2014-08-061-35/+13
* s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...Jeremy Allison2014-08-061-0/+12
* lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...Jeremy Allison2014-08-061-2/+27
* lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...Jeremy Allison2014-08-061-1/+11
* lib: Remove unused nstrcpyVolker Lendecke2014-08-041-5/+0
* lib: Make DEBUG a subsystem of its ownVolker Lendecke2014-08-021-2/+7
* lib: Make close_low_fd() independently linkableVolker Lendecke2014-08-016-51/+101
* debug: Use close_low_fd in reopen_logs_internalVolker Lendecke2014-08-011-1/+1
* lib: Use close_low_fd in close_low_fdsVolker Lendecke2014-08-011-33/+19
* lib: Add close_low_fdVolker Lendecke2014-08-012-0/+48
* fix unstrcpyVolker Lendecke2014-08-011-1/+1
* debug: Avoid dependency on str_list_makeVolker Lendecke2014-07-311-41/+29
* debug: Fix blank line endingsVolker Lendecke2014-07-311-3/+3
* debug: Increase maximum header lengthVolker Lendecke2014-07-311-1/+1
* debug: In dbghdrclass, don't call strlen repeatedlyVolker Lendecke2014-07-311-20/+40
* debug: Fix a typoVolker Lendecke2014-07-311-1/+1
* debug: Simplify debug_parse_levelsVolker Lendecke2014-07-311-6/+6
* debug: Simplify Debug1() -- no va_argsVolker Lendecke2014-07-311-34/+18
* debug: Remove an "else"Volker Lendecke2014-07-311-1/+3
* debug: Remove two pointless assignmentsVolker Lendecke2014-07-311-2/+0
* debug: Only call Debug1 once in dbghdrclassVolker Lendecke2014-07-311-6/+9
* debug: Move adding timeval and loglevelVolker Lendecke2014-07-311-12/+11
* debug: slprintf->snprintfVolker Lendecke2014-07-311-6/+7
* debug: Use timeval_str_buf in dbghdrclassVolker Lendecke2014-07-311-12/+11
* debug: Simplify dbghdrclass with an early returnVolker Lendecke2014-07-311-41/+43
* lib: Create time_basic.[ch]Volker Lendecke2014-07-316-66/+130
* lib: Use timeval_str_buf in timeval_stringVolker Lendecke2014-07-311-38/+17