index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-16
lib/util: Remove unused sys_select_signal()
Andrew Bartlett
2
-19
/
+0
2012-02-10
lib/util: Remove unused str_format_nbt_domain()
Andrew Bartlett
2
-41
/
+0
2012-02-10
charset: Remove unused strcmp_w()
Andrew Bartlett
2
-15
/
+0
2012-02-10
charset: Remove unused iconv_talloc()
Andrew Bartlett
3
-120
/
+1
2012-02-07
charset/tests: Add prototypes for test functions.
Jelmer Vernooij
2
-0
/
+7
2012-02-06
lib/util: Add hex_encode_buf
Volker Lendecke
2
-9
/
+21
2012-02-03
loadparm: fix a load of uninitialized memory errors found by valgrind.
Michael Adam
1
-1
/
+1
2012-01-25
Introduce dump_data_file
Volker Lendecke
2
-0
/
+17
2011-12-25
lib/charset: Remove an unused variable
Volker Lendecke
1
-0
/
+2
2011-12-25
s3: Fix fn signatures in charset_macosx.c
Volker Lendecke
2
-6
/
+6
2011-12-22
runcmd: use set_close_on_exec()
Andrew Tridgell
1
-0
/
+8
2011-12-22
runcmd: use a pipe for stdin to child processes
Andrew Tridgell
1
-7
/
+46
2011-12-17
s3: Fix the clustering build
Volker Lendecke
3
-5
/
+5
2011-12-16
Add support for TCP_DEFER_ACCEPT
Volker Lendecke
1
-0
/
+3
2011-12-15
genrand: use set_close_on_exec()
Andrew Tridgell
1
-0
/
+9
2011-12-15
lib/util: added set_close_on_exec()
Andrew Tridgell
2
-0
/
+23
2011-12-06
lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()
Michael Adam
1
-1
/
+2
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
7
-144
/
+64
2011-12-03
lib/util: factor out tdb_data_is_empty
Gregor Beck
2
-0
/
+5
2011-11-21
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
1
-2
/
+1
2011-11-16
lib/util/debug: with log level = 10 we should be more verbose
Stefan Metzmacher
1
-3
/
+9
2011-11-15
s3: allow to set TCP_NODELAYACK socket option on AIX
Björn Jacke
1
-0
/
+3
2011-11-03
util/time: Make some functions explicitly public.
Jelmer Vernooij
1
-3
/
+3
2011-11-03
util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header...
Jelmer Vernooij
1
-44
/
+40
2011-10-28
lib/util Add ABI to the samba-module library
Andrew Bartlett
2
-0
/
+4
2011-10-28
lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem
Andrew Bartlett
2
-2
/
+2
2011-10-28
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
2
-4
/
+4
2011-10-28
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename samba_init_module_fn -> samba_module_init_fn
Andrew Bartlett
4
-15
/
+15
2011-10-28
lib/util Split samba-modules library into public and private parts
Andrew Bartlett
6
-52
/
+128
2011-10-28
lib/util Rename load_samba_modules -> samba_modules_load
Andrew Bartlett
2
-2
/
+2
2011-10-28
lib/util Rename run_init_functions -> samba_init_module_fns_run
Andrew Bartlett
2
-2
/
+2
2011-10-28
lib/util Rename init_module_fn to samba_init_module_fn
Andrew Bartlett
2
-14
/
+14
2011-10-27
Include uid_wrapper correctly.
Andreas Schneider
2
-18
/
+1
2011-10-24
lib/util/charset Remove unused header smb_common.h
Andrew Bartlett
1
-1
/
+0
2011-10-22
lib/util: remove the "includes.h" dependeny from xfile.c
Stefan Metzmacher
1
-5
/
+2
2011-10-22
lib/util: remove the "includes.h" dependeny from util_file.c
Stefan Metzmacher
1
-5
/
+4
2011-10-18
lib/util: skip single hex digit at the end of the input sting - fix potential...
Michael Adam
1
-1
/
+2
2011-10-18
lib/util: fix function header comment to strhex_to_str()
Michael Adam
1
-9
/
+8
2011-10-18
lib/util: untangle assignent from check in strhex_to_str()
Michael Adam
1
-2
/
+6
2011-10-14
Fix const warnings.
Jeremy Allison
1
-4
/
+4
2011-10-13
lib/util: Add back control of mmap and hash size in tdb for top level build
Andrew Bartlett
3
-15
/
+13
2011-10-12
s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value
Gregor Beck
1
-1
/
+1
2011-10-07
build: Reduce build systems to just top level waf and autoconf
Andrew Bartlett
1
-7
/
+6
2011-10-06
lib/util: consolidate module loading
Andrew Bartlett
2
-32
/
+36
2011-10-06
modules: standardise on samba_init_module as the hook symbol to resolve
Andrew Bartlett
2
-4
/
+4
2011-10-06
lib/util: Use only init_module_fn typedef in module loading
Andrew Bartlett
2
-3
/
+2
2011-10-06
lib/util: Remove unused module loading functions
Andrew Bartlett
2
-14
/
+2
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
3
-0
/
+314
2011-10-04
lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)
Stefan Metzmacher
1
-0
/
+7
[prev]
[next]