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
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
2011-09-24
net: Don't register link local addresses with DNS
Kai Blin
2
-0
/
+24
2011-09-23
build: Fix waf build on MacOS X
Andrew Bartlett
1
-1
/
+1
2011-09-23
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
3
-3
/
+3
2011-09-23
lib/util: move some timespec helpers from source3 to the toplevel
Stefan Metzmacher
2
-0
/
+127
2011-09-20
lib/util/charset: remove charset module loading
Andrew Bartlett
9
-172
/
+105
2011-09-20
lib/util/charcnv: Remove broken internal CP850 and CP464 modules
Andrew Bartlett
4
-364
/
+0
2011-09-14
tdb_compat: adapt to tdb2 API change.
Rusty Russell
1
-1
/
+3
2011-09-10
lib/util/charset: the comparsion must be against our charset modules
Andrew Bartlett
1
-2
/
+2
2011-09-10
lib/util/charset Use name of ISO-8859-1 that matches our internal implementation
Andrew Bartlett
1
-44
/
+44
2011-09-10
lib/util/charset: Improve toture assertions in iconv test
Andrew Bartlett
1
-1
/
+14
2011-09-10
lib/util/charset Run charset sets with and without the system iconv
Andrew Bartlett
3
-14
/
+28
2011-09-10
lib/util/charset: add back loading of charset modules
Andrew Bartlett
2
-34
/
+64
2011-09-08
lib: added base64_decode_data_blob_talloc()
Andrew Tridgell
2
-2
/
+19
2011-09-01
Fix bug 8433, segfault in iconv.c
Volker Lendecke
1
-1
/
+0
2011-08-21
wafsamba: Require public libraries to have a pc file specified, or explicitly...
Jelmer Vernooij
1
-1
/
+2
2011-08-14
util: add function to extend anonymous shared memory
Simo Sorce
2
-0
/
+65
[next]