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
...
*
util: Add --disable-fault-handling.
Ira Cooper
2012-03-15
3
-0
/
+8
*
lib/util: only change umask during mkdir()
Stefan Metzmacher
2012-03-14
1
-7
/
+4
*
lib/util: cope with races between lstat and mkdir in directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-2
/
+8
*
lib/util: use a helper variable in directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-2
/
+5
*
lib/util: do an early return on error directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-10
/
+10
*
lib/util: remove unneeded else branch in directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-21
/
+24
*
lib/util: don't start DEBUG output with 'error '
Stefan Metzmacher
2012-03-14
1
-1
/
+1
*
tdb_wrap: Move to specific directory.
Jelmer Vernooij
2012-03-10
3
-264
/
+0
*
lib/util: Add a callback facility for debug messages
Andrew Bartlett
2012-03-08
2
-14
/
+52
*
change low FDs are handled in Samba
Andrew Bartlett
2012-03-04
3
-12
/
+23
*
build: look for backtrace_symbols in libexec
Andrew Bartlett
2012-03-01
1
-1
/
+1
*
lib/util: Remove unused sys_inet_makeaddr()
Andrew Bartlett
2012-02-17
2
-11
/
+0
*
lib/util: Remove unused sys_gethostbyname()
Andrew Bartlett
2012-02-17
2
-48
/
+0
*
lib/util: Remove sys_poll as it is no longer needed
Andrew Bartlett
2012-02-16
2
-91
/
+0
*
lib/util: Remove unused sys_select_signal()
Andrew Bartlett
2012-02-16
2
-19
/
+0
*
lib/util: Remove unused str_format_nbt_domain()
Andrew Bartlett
2012-02-10
2
-41
/
+0
*
charset: Remove unused strcmp_w()
Andrew Bartlett
2012-02-10
2
-15
/
+0
*
charset: Remove unused iconv_talloc()
Andrew Bartlett
2012-02-10
3
-120
/
+1
*
charset/tests: Add prototypes for test functions.
Jelmer Vernooij
2012-02-07
2
-0
/
+7
*
lib/util: Add hex_encode_buf
Volker Lendecke
2012-02-06
2
-9
/
+21
*
loadparm: fix a load of uninitialized memory errors found by valgrind.
Michael Adam
2012-02-03
1
-1
/
+1
*
Introduce dump_data_file
Volker Lendecke
2012-01-25
2
-0
/
+17
*
lib/charset: Remove an unused variable
Volker Lendecke
2011-12-25
1
-0
/
+2
*
s3: Fix fn signatures in charset_macosx.c
Volker Lendecke
2011-12-25
2
-6
/
+6
*
runcmd: use set_close_on_exec()
Andrew Tridgell
2011-12-22
1
-0
/
+8
*
runcmd: use a pipe for stdin to child processes
Andrew Tridgell
2011-12-22
1
-7
/
+46
*
s3: Fix the clustering build
Volker Lendecke
2011-12-17
3
-5
/
+5
*
Add support for TCP_DEFER_ACCEPT
Volker Lendecke
2011-12-16
1
-0
/
+3
*
genrand: use set_close_on_exec()
Andrew Tridgell
2011-12-15
1
-0
/
+9
*
lib/util: added set_close_on_exec()
Andrew Tridgell
2011-12-15
2
-0
/
+23
*
lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()
Michael Adam
2011-12-06
1
-1
/
+2
*
Revert making public of the samba-module library.
Jelmer Vernooij
2011-12-03
7
-144
/
+64
*
lib/util: factor out tdb_data_is_empty
Gregor Beck
2011-12-03
2
-0
/
+5
*
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
2011-11-21
1
-2
/
+1
*
lib/util/debug: with log level = 10 we should be more verbose
Stefan Metzmacher
2011-11-16
1
-3
/
+9
*
s3: allow to set TCP_NODELAYACK socket option on AIX
Björn Jacke
2011-11-15
1
-0
/
+3
*
util/time: Make some functions explicitly public.
Jelmer Vernooij
2011-11-03
1
-3
/
+3
*
util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header...
Jelmer Vernooij
2011-11-03
1
-44
/
+40
*
lib/util Add ABI to the samba-module library
Andrew Bartlett
2011-10-28
2
-0
/
+4
*
lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem
Andrew Bartlett
2011-10-28
2
-2
/
+2
*
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
2011-10-28
2
-4
/
+4
*
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
Andrew Bartlett
2011-10-28
1
-1
/
+1
*
lib/util Rename samba_init_module_fn -> samba_module_init_fn
Andrew Bartlett
2011-10-28
4
-15
/
+15
*
lib/util Split samba-modules library into public and private parts
Andrew Bartlett
2011-10-28
6
-52
/
+128
*
lib/util Rename load_samba_modules -> samba_modules_load
Andrew Bartlett
2011-10-28
2
-2
/
+2
*
lib/util Rename run_init_functions -> samba_init_module_fns_run
Andrew Bartlett
2011-10-28
2
-2
/
+2
*
lib/util Rename init_module_fn to samba_init_module_fn
Andrew Bartlett
2011-10-28
2
-14
/
+14
*
Include uid_wrapper correctly.
Andreas Schneider
2011-10-27
2
-18
/
+1
*
lib/util/charset Remove unused header smb_common.h
Andrew Bartlett
2011-10-24
1
-1
/
+0
*
lib/util: remove the "includes.h" dependeny from xfile.c
Stefan Metzmacher
2011-10-22
1
-5
/
+2
[prev]
[next]