summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* tests: Add basic ms_fnmatch unit testDavid Disseldorp2018-03-022-0/+119
* util: Fix the logic in ms_fnmatch_protocol()Andreas Schneider2018-03-021-2/+7
* lib:util: Add FALL_THROUGH statements in util_file.cAndreas Schneider2018-03-011-1/+2
* lib:util: Add FALL_THROUGH statements in charset/charset_macosxfs.cAndreas Schneider2018-03-011-6/+8
* lib:util: Add FALL_THROUGH statements in substitute.cAndreas Schneider2018-03-011-0/+2
* util/rfc1738: update preambleDouglas Bagnall2018-02-221-11/+6
* util/rfc1738: simplify and fix rfc1738_escape_part()Douglas Bagnall2018-02-221-98/+90
* util/rfc1738: remove unused versions of rfc1738_escapeDouglas Bagnall2018-02-222-36/+0
* util/rfc1738: simplify and fix rfc1738_unescape()Douglas Bagnall2018-02-221-28/+33
* util/tests: add rfc1738 cmocka testsDouglas Bagnall2018-02-222-0/+417
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-222-3/+4
* shift read_hex_bytes() and parse_guid_string() into lib/utilDouglas Bagnall2018-02-223-1/+116
* Samba-VirusFilter: memcache changes.Trever L. Adams2018-01-242-1/+3
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-221-1/+1
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-221-3/+7
* Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis2018-01-082-0/+66
* lib: Allow parsing a strv from a non-talloc const bufVolker Lendecke2017-11-292-9/+19
* lib: Only call strlen if necessary in strvVolker Lendecke2017-11-291-2/+4
* lib: Pass in "strv_len" to strv_valid_entryVolker Lendecke2017-11-291-14/+12
* gpo: move mkdir_p to lib/utilDavid Mulder2017-11-203-1/+92
* lib: Save a few bytes of .textVolker Lendecke2017-11-181-2/+1
* lib: Fix a false/NULL hickupVolker Lendecke2017-11-181-1/+1
* lib: Simplify is_ipaddress_v6Volker Lendecke2017-11-181-54/+53
* lib: Avoid a pointless static variableVolker Lendecke2017-11-181-1/+1
* util_tdb: Make a few functions staticVolker Lendecke2017-11-132-28/+7
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-09-301-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-09-301-1/+0
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-09-301-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-09-301-4/+4
* lib: Fix a signed/unsigned hickupVolker Lendecke2017-09-301-1/+1
* lib/util: Fix build for lttng libraries that does not support tracefChristof Schmitt2017-09-271-3/+2
* tfork: set waiter process titleGary Lockyer2017-09-261-0/+1
* binsearch.h: Re-licence under LGPLv3 per agreement of the copyright holdersAndrew Bartlett2017-09-221-9/+13
* util_runcmd: Free the fde in event handler.Gary Lockyer2017-09-161-0/+1
* lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...Ralph Boehme2017-09-162-4/+17
* util/tfork: Write to the status pipeGary Lockyer2017-09-161-1/+12
* tests util/tfork: Tests for status and event fdGary Lockyer2017-09-161-0/+251
* lib: util_tdb.h needs tdb.hVolker Lendecke2017-09-161-0/+2
* charset: fix str[n]casecmp_m() by comparing lower case valuesStefan Metzmacher2017-09-151-4/+28
* charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher2017-09-141-0/+35
* charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher2017-09-141-1/+7
* charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher2017-09-141-17/+17
* smbd: add missing newline to debug message in daemon_status()Justin Maggard via samba-technical2017-09-081-1/+1
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-072-0/+2
* util: Add documentation for PID file handlingMartin Schwenke2017-08-172-7/+55
* util: Add error handling to become_daemon()Martin Schwenke2017-08-171-1/+9
* util: Move become_daemon.c to samba-util-coreMartin Schwenke2017-08-171-2/+3
* util: Modernise loggingMartin Schwenke2017-08-171-12/+14
* util: Make function definitions consistent with header fileMartin Schwenke2017-08-171-15/+15