index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lib: Pass in "strv_len" to strv_valid_entry
Volker Lendecke
2017-11-29
1
-14
/
+12
*
gpo: move mkdir_p to lib/util
David Mulder
2017-11-20
3
-1
/
+92
*
lib: Save a few bytes of .text
Volker Lendecke
2017-11-18
1
-2
/
+1
*
lib: Fix a false/NULL hickup
Volker Lendecke
2017-11-18
1
-1
/
+1
*
lib: Simplify is_ipaddress_v6
Volker Lendecke
2017-11-18
1
-54
/
+53
*
lib: Avoid a pointless static variable
Volker Lendecke
2017-11-18
1
-1
/
+1
*
util_tdb: Make a few functions static
Volker Lendecke
2017-11-13
2
-28
/
+7
*
lib: Use all_zero where appropriate
Volker Lendecke
2017-10-27
1
-3
/
+2
*
lib/util/run_cmd: use a cleanup function instead of a destructor
Ralph Boehme
2017-09-30
1
-3
/
+6
*
lib/util/run_cmd: remove a printf
Ralph Boehme
2017-09-30
1
-1
/
+0
*
lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructor
Ralph Boehme
2017-09-30
1
-0
/
+1
*
lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeout
Ralph Boehme
2017-09-30
1
-4
/
+4
*
lib: Fix a signed/unsigned hickup
Volker Lendecke
2017-09-30
1
-1
/
+1
*
lib/util: Fix build for lttng libraries that does not support tracef
Christof Schmitt
2017-09-27
1
-3
/
+2
*
tfork: set waiter process title
Gary Lockyer
2017-09-26
1
-0
/
+1
*
binsearch.h: Re-licence under LGPLv3 per agreement of the copyright holders
Andrew Bartlett
2017-09-22
1
-9
/
+13
*
util_runcmd: Free the fde in event handler.
Gary Lockyer
2017-09-16
1
-0
/
+1
*
lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...
Ralph Boehme
2017-09-16
2
-4
/
+17
*
util/tfork: Write to the status pipe
Gary Lockyer
2017-09-16
1
-1
/
+12
*
tests util/tfork: Tests for status and event fd
Gary Lockyer
2017-09-16
1
-0
/
+251
*
lib: util_tdb.h needs tdb.h
Volker Lendecke
2017-09-16
1
-0
/
+2
*
charset: fix str[n]casecmp_m() by comparing lower case values
Stefan Metzmacher
2017-09-15
1
-4
/
+28
*
charset/tests: also tests the system str[n]casecmp()
Stefan Metzmacher
2017-09-14
1
-0
/
+35
*
charset/tests: add more str[n]casecmp_m() tests to demonstrate the bug
Stefan Metzmacher
2017-09-14
1
-1
/
+7
*
charset/tests: assert the exact values of str[n]casecmp_m()
Stefan Metzmacher
2017-09-14
1
-17
/
+17
*
smbd: add missing newline to debug message in daemon_status()
Justin Maggard via samba-technical
2017-09-08
1
-1
/
+1
*
debug: Add new debug class "drs_repl" for DRS replication processing
Andrew Bartlett
2017-09-07
2
-0
/
+2
*
util: Add documentation for PID file handling
Martin Schwenke
2017-08-17
2
-7
/
+55
*
util: Add error handling to become_daemon()
Martin Schwenke
2017-08-17
1
-1
/
+9
*
util: Move become_daemon.c to samba-util-core
Martin Schwenke
2017-08-17
1
-2
/
+3
*
util: Modernise logging
Martin Schwenke
2017-08-17
1
-12
/
+14
*
util: Make function definitions consistent with header file
Martin Schwenke
2017-08-17
1
-15
/
+15
*
util: Add become_daemon.h
Martin Schwenke
2017-08-17
3
-28
/
+88
*
util: Avoid use of includes.h
Martin Schwenke
2017-08-17
1
-2
/
+6
*
util: Reimplement pidfile_create() using pidfile_path_create()
Martin Schwenke
2017-08-02
1
-22
/
+5
*
util: New functions pidfile_path_create(), pidfile_fd_close()
Martin Schwenke
2017-08-02
2
-0
/
+102
*
util: Add pidfile.* to samba-util-core
Martin Schwenke
2017-08-02
1
-2
/
+2
*
util: Clean up includes
Martin Schwenke
2017-08-02
1
-1
/
+6
*
util: pidfile_pid() should not unlink PID file
Martin Schwenke
2017-08-02
1
-6
/
+1
*
lib/util: add more tfork tests
Ralph Boehme
2017-07-03
1
-0
/
+438
*
lib/util: adjust loglevel in tfork test with samba_runcmd_send()
Ralph Boehme
2017-07-03
1
-1
/
+1
*
lib/util: make use of tfork in samba_runcmd_send()
Ralph Boehme
2017-07-03
2
-50
/
+59
*
lib/util: enhanced tfork()
Ralph Boehme
2017-07-03
3
-260
/
+855
*
s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.
Jeremy Allison
2017-07-01
1
-0
/
+1
*
debug: new debug class for kerberos
Andrew Bartlett
2017-06-30
2
-0
/
+3
*
lib: Give util_paths.c its own header
Volker Lendecke
2017-06-24
4
-25
/
+56
*
libbreplace: compatibility fix for AIX
Guillaume Xavier Taillon
2017-06-13
1
-1
/
+1
*
lib:util: Make loading of modules more secure
Andreas Schneider
2017-06-06
1
-59
/
+42
*
lib:util: Make probing of modules more secure
Andreas Schneider
2017-06-06
2
-1
/
+66
*
lib:util: Rename smb_load_modules()
Andreas Schneider
2017-06-06
2
-2
/
+2
[prev]
[next]