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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-09
talloc: pytalloc-util should not have an ABI-file yet
Stefan Metzmacher
1
-2
/
+0
2010-12-09
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
3
-10
/
+4
2010-12-09
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
3
-4
/
+4
2010-12-08
build: Cope with broken libiconv
Matthieu Patou
1
-1
/
+5
2010-12-08
talloc: build pytalloc-util with the same logic as libtalloc
Stefan Metzmacher
1
-1
/
+4
2010-12-08
talloc: mark pytalloc-util functions as _PUBLIC_
Stefan Metzmacher
1
-6
/
+6
2010-12-08
talloc: remove unused PyString_FromString_check_null() from pytalloc-util
Stefan Metzmacher
1
-8
/
+0
2010-12-08
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
6
-6
/
+6
2010-12-06
Revert "lib/util:tests/time.c - "test_timestring" - fix it on Solaris"
Matthias Dieter Wallnöfer
1
-5
/
+2
2010-12-06
lib/util/fault.c - fix "pid_t" printf warning on Solaris
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-06
idtree: fix overflow for v. large ids on allocation and removal
Rusty Russell
1
-1
/
+1
2010-12-05
lib/util:tests/time.c - "test_timestring" - fix it on Solaris
Matthias Dieter Wallnöfer
1
-3
/
+5
2010-12-05
pytalloc: Add docstring for talloc.Object.
Jelmer Vernooij
1
-1
/
+3
2010-12-04
lib/torture: add torture_assert_u64_equal_goto()
Stefan Metzmacher
1
-0
/
+13
2010-12-04
Fix bug #3185 - testparm exits 0 if it can read the config file regardless of...
Holger Hetterich
1
-1
/
+1
2010-12-03
talloc: add ABI/talloc-2.0.4.sigs
Stefan Metzmacher
2
-1
/
+63
2010-12-03
talloc: Bump version number after pytalloc changes.
Jelmer Vernooij
1
-1
/
+1
2010-12-02
tests: avoid bash in shebang and fix wrong "==" in test
Björn Jacke
2
-12
/
+12
2010-12-02
fix ѕome == to correct shell test in commented stuff
Björn Jacke
2
-2
/
+2
2010-12-01
pytalloc: Make py_talloc_default_cmp private.
Jelmer Vernooij
3
-14
/
+15
2010-12-01
pytalloc: Make py_talloc_dealloc private.
Jelmer Vernooij
3
-14
/
+11
2010-12-01
pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).
Jelmer Vernooij
3
-15
/
+12
2010-12-01
pytalloc: Expose PyTalloc_GetObjectType
Jelmer Vernooij
2
-2
/
+3
2010-12-01
pytalloc: Add convenience function for checking if something is a talloc
Jelmer Vernooij
2
-0
/
+29
2010-11-30
talloc: Add talloc object.
Jelmer Vernooij
1
-0
/
+15
2010-11-28
replace:wscript - reintroduce the size check for "bool" due to a request of m...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-28
replace:wscript - change the "bool" checks to be compatible with more platforms
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-28
replace:wscript - reintroduce the size check for "bool" due to a request of m...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-28
replace:wscript - change the "bool" checks to be compatible with more platforms
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-27
tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-27
tdb:tdbstore.c - remove an useless '\'
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-26
Fix endianess problems as discovered on the build farm
Matthieu Patou
1
-5
/
+6
2010-11-24
lib/debug Add clarifying comments
Andrew Bartlett
1
-2
/
+2
2010-11-22
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
1
-1
/
+1
2010-11-20
waf:lib/util - add missing dependency on talloc
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-19
talloc: added TALLOC_FREE_FILL environment variable
Andrew Tridgell
1
-0
/
+30
2010-11-17
tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data
Kai Blin
1
-2
/
+0
2010-11-15
Add attribute macros for Heimdal to use
Andrew Bartlett
1
-0
/
+12
2010-11-12
unix_privs: Add missing dependency on libreplace.
Jelmer Vernooij
1
-0
/
+1
2010-11-12
socket_wrapper: Only add as global dependency when enabled.
Jelmer Vernooij
1
-3
/
+3
2010-11-12
s4-waf: Only enable various wrappers if they're actually used.
Jelmer Vernooij
3
-2
/
+5
2010-11-12
tdb: set tdb->name early, as it's needed for tdb_name()
Stefan Metzmacher
1
-6
/
+27
2010-11-11
s4:pytevent.c - fix a discard const warning
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-07
pytalloc: Make some arguments optional.
Jelmer Vernooij
1
-6
/
+6
2010-11-05
socket_wrapper: fill in sa.sa_len if the system supports it
Stefan Metzmacher
1
-2
/
+12
2010-11-05
tsocket: fill in sa.sa_len if the system supports it
Stefan Metzmacher
1
-0
/
+12
2010-11-05
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2
-1
/
+90
2010-11-05
talloc: rename pytalloc.c to pytalloc_util.c
Jelmer Vernooij
2
-1
/
+1
2010-11-04
compression: added a simple lzxpress test
Andrew Tridgell
1
-1
/
+48
2010-11-04
compression: fixed an uninitialised data but in lzxpress
Andrew Tridgell
1
-0
/
+2
[prev]
[next]