index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
pytalloc: Make py_talloc_default_cmp private.
Jelmer Vernooij
2010-12-01
3
-14
/
+15
*
pytalloc: Make py_talloc_dealloc private.
Jelmer Vernooij
2010-12-01
3
-14
/
+11
*
pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).
Jelmer Vernooij
2010-12-01
3
-15
/
+12
*
pytalloc: Expose PyTalloc_GetObjectType
Jelmer Vernooij
2010-12-01
2
-2
/
+3
*
pytalloc: Add convenience function for checking if something is a talloc
Jelmer Vernooij
2010-12-01
2
-0
/
+29
*
talloc: Add talloc object.
Jelmer Vernooij
2010-11-30
1
-0
/
+15
*
replace:wscript - reintroduce the size check for "bool" due to a request of m...
Matthias Dieter Wallnöfer
2010-11-28
1
-1
/
+1
*
replace:wscript - change the "bool" checks to be compatible with more platforms
Matthias Dieter Wallnöfer
2010-11-28
1
-1
/
+1
*
replace:wscript - reintroduce the size check for "bool" due to a request of m...
Matthias Dieter Wallnöfer
2010-11-28
1
-1
/
+1
*
replace:wscript - change the "bool" checks to be compatible with more platforms
Matthias Dieter Wallnöfer
2010-11-28
1
-2
/
+2
*
tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments
Matthias Dieter Wallnöfer
2010-11-27
1
-2
/
+2
*
tdb:tdbstore.c - remove an useless '\'
Matthias Dieter Wallnöfer
2010-11-27
1
-1
/
+1
*
Fix endianess problems as discovered on the build farm
Matthieu Patou
2010-11-26
1
-5
/
+6
*
lib/debug Add clarifying comments
Andrew Bartlett
2010-11-24
1
-2
/
+2
*
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
2010-11-22
1
-1
/
+1
*
waf:lib/util - add missing dependency on talloc
Matthias Dieter Wallnöfer
2010-11-20
1
-1
/
+1
*
talloc: added TALLOC_FREE_FILL environment variable
Andrew Tridgell
2010-11-19
1
-0
/
+30
*
tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data
Kai Blin
2010-11-17
1
-2
/
+0
*
Add attribute macros for Heimdal to use
Andrew Bartlett
2010-11-15
1
-0
/
+12
*
unix_privs: Add missing dependency on libreplace.
Jelmer Vernooij
2010-11-12
1
-0
/
+1
*
socket_wrapper: Only add as global dependency when enabled.
Jelmer Vernooij
2010-11-12
1
-3
/
+3
*
s4-waf: Only enable various wrappers if they're actually used.
Jelmer Vernooij
2010-11-12
3
-2
/
+5
*
tdb: set tdb->name early, as it's needed for tdb_name()
Stefan Metzmacher
2010-11-12
1
-6
/
+27
*
s4:pytevent.c - fix a discard const warning
Matthias Dieter Wallnöfer
2010-11-11
1
-1
/
+1
*
pytalloc: Make some arguments optional.
Jelmer Vernooij
2010-11-07
1
-6
/
+6
*
socket_wrapper: fill in sa.sa_len if the system supports it
Stefan Metzmacher
2010-11-05
1
-2
/
+12
*
tsocket: fill in sa.sa_len if the system supports it
Stefan Metzmacher
2010-11-05
1
-0
/
+12
*
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2010-11-05
2
-1
/
+90
*
talloc: rename pytalloc.c to pytalloc_util.c
Jelmer Vernooij
2010-11-05
2
-1
/
+1
*
compression: added a simple lzxpress test
Andrew Tridgell
2010-11-04
1
-1
/
+48
*
compression: fixed an uninitialised data but in lzxpress
Andrew Tridgell
2010-11-04
1
-0
/
+2
*
debug: fixed default debug settings
Andrew Tridgell
2010-11-04
2
-1
/
+7
*
lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()
Michael Adam
2010-11-03
1
-5
/
+8
*
lib/util/charset/util_unistr: clarify the comment header for strlen_m().
Michael Adam
2010-11-03
1
-5
/
+6
*
lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...
Michael Adam
2010-11-03
2
-0
/
+12
*
lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...
Michael Adam
2010-11-03
2
-10
/
+51
*
lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.
Michael Adam
2010-11-03
2
-0
/
+8
*
lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...
Michael Adam
2010-11-03
1
-5
/
+5
*
lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...
Michael Adam
2010-11-03
2
-11
/
+37
*
util/charset: remove a duplicate comment.
Michael Adam
2010-11-03
1
-5
/
+0
*
build: a more portable way of finding waf in makefiles
Andrew Tridgell
2010-11-03
3
-9
/
+3
*
replace/wscript: add size checks for stdint.h types
Stefan Metzmacher
2010-11-03
1
-0
/
+1
*
replace/wscript: do the size checks directly after the type checks
Stefan Metzmacher
2010-11-03
1
-4
/
+4
*
replace/wscript: define bool to int instead of off_t
Stefan Metzmacher
2010-11-03
1
-1
/
+1
*
replace/wscript: check for uint8_t
Stefan Metzmacher
2010-11-03
1
-0
/
+1
*
waf: added reconfigure targets to our libraries
Andrew Tridgell
2010-11-03
3
-0
/
+15
*
debug Explain the behaviour of setup_logging() more clearly
Andrew Bartlett
2010-11-02
1
-1
/
+7
*
lib/debug Use vdprintf rather than manually allocate
Andrew Bartlett
2010-11-02
1
-5
/
+1
*
lib/util Remove setup_logging_stdout()
Andrew Bartlett
2010-11-01
2
-15
/
+1
*
talloc: Install pytalloc.h.
Jelmer Vernooij
2010-11-01
1
-0
/
+1
[next]