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
2010-10-12
lib/debug Add DEBUGC and DEBUGADDC as dummies
Andrew Bartlett
1
-0
/
+4
2010-10-11
util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720).
Jelmer Vernooij
1
-0
/
+1
2010-10-10
util: Link headers to correct subsystem, fix formatting.
Jelmer Vernooij
1
-12
/
+12
2010-10-06
idtree: fix right shift of signed ints, crash on large ids on AIX
Rusty Russell
1
-1
/
+1
2010-10-04
lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse t...
Stefan Metzmacher
1
-1
/
+13
2010-10-02
s3: Fix a 64-bit BUG
Volker Lendecke
1
-1
/
+1
2010-10-01
samba: share select wrappers.
Günther Deschner
4
-2
/
+242
2010-09-29
util: added BINARY_ARRAY_SEARCH_V()
Andrew Tridgell
1
-0
/
+16
2010-09-27
Remove talloc_autofree_context() from pm_process
Volker Lendecke
1
-1
/
+1
2010-09-27
Lift talloc_autofree_context() from OpenConfFile()
Volker Lendecke
1
-3
/
+3
2010-09-27
lib/util: change tevent_req_nterror() to a macro
Stefan Metzmacher
2
-3
/
+10
2010-09-26
lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()
Stefan Metzmacher
2
-0
/
+85
2010-09-21
strlist: Make test names unique.
Jelmer Vernooij
1
-2
/
+8
2010-09-21
tevent: include libreplace heade before tevent header
Björn Jacke
1
-1
/
+1
2010-09-19
s3: Fix the charset_pull routine (bug 7531)
Volker Lendecke
1
-1
/
+1
2010-09-17
lib/util: usec_time_diff takes arguments the other way round than TvalDiff did
Björn Jacke
1
-1
/
+1
2010-09-16
s3/s4: merge msleep and smb_msleep
Björn Jacke
2
-8
/
+43
2010-09-15
Fix a typo
Volker Lendecke
1
-1
/
+1
2010-09-14
Ensure incoming timespec values correctly wrap at nsecs.
Jeremy Allison
1
-0
/
+7
2010-09-09
lib/util: remove some unused_result warnings.
Günther Deschner
1
-2
/
+7
2010-09-07
lib/util: add time_mono() for monotonic time a la time()
Björn Jacke
2
-0
/
+26
2010-09-04
util: added samba_start_debugger()
Andrew Tridgell
2
-0
/
+18
2010-08-31
lib/util: add nsec_time_diff to calulate diffs from timespecs
Björn Jacke
2
-0
/
+14
2010-08-31
lib/util: add function to query the monotonic clock with the required fallbac...
Björn Jacke
2
-0
/
+15
2010-08-31
libreplace: move gettimeofday TZ arg check here
Björn Jacke
1
-9
/
+0
2010-08-28
lib/util: remove implicit discard_const_p() from SAFE_FREE()
Stefan Metzmacher
1
-1
/
+1
2010-08-17
s3: Fix a ton of type-punned warnings
Volker Lendecke
1
-4
/
+4
2010-07-26
lib: added samba-util.pc creation
Andrew Tridgell
2
-1
/
+13
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2
-7
/
+7
2010-06-25
Move UCS2 macros to common code
Jelmer Vernooij
1
-0
/
+23
2010-06-13
librpc: Install the right headers.
Jelmer Vernooij
1
-1
/
+1
2010-06-10
Since idtree assigns sequentially, it rarely reaches high numbers.
Rusty Russell
1
-3
/
+5
2010-05-18
Change data_blob() to be based on top of data_blob_talloc(), instead of the r...
Jeremy Allison
1
-15
/
+10
2010-05-14
lib/util: fix waf configure tests for xattr functions on Mac OS 10.
Stefan Metzmacher
1
-4
/
+6
2010-05-12
Install util/tevent_* public headers. Required by OpenChange for compiling IDL
Julien Kerihuel
2
-1
/
+3
2010-04-20
util-runcmd: ignore spurious ECHILD errors
Andrew Tridgell
1
-0
/
+14
2010-04-19
runcmd: use tevent_re_initialise() to close sockets
Andrew Tridgell
1
-0
/
+4
2010-04-18
libreplace: added _PUBLIC_ and _PRIVATE_ to replace.h
Andrew Tridgell
1
-6
/
+0
2010-04-12
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
Stefan Metzmacher
1
-1
/
+1
2010-04-08
build: allow the waf build to work with python 3.0 and 3.1
Thomas Nagy
1
-1
/
+1
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
1
-3
/
+0
2010-04-06
s4-waf: more dependencies on talloc
Andrew Tridgell
1
-4
/
+5
2010-04-06
s4-waf: fixed some deps now we don't auto-include tevent and replace
Andrew Tridgell
1
-1
/
+1
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
4
-0
/
+8
2010-04-06
s4-waf: install the rest of the headers
Andrew Tridgell
1
-3
/
+4
2010-04-06
s4-waf: started adding auto-install of include files
Andrew Tridgell
1
-1
/
+2
2010-04-06
s4-waf: look for libiconv before checking libc
Andrew Tridgell
1
-1
/
+6
2010-04-06
s4-waf: added checks for all the different statvfs varients
Andrew Tridgell
1
-4
/
+83
2010-04-06
s4-waf: remove the need for some of the lib aliases
Andrew Tridgell
2
-2
/
+2
2010-04-06
build: updated configure checks or new syntax
Andrew Tridgell
2
-18
/
+5
[next]