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-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
2010-11-04
debug: fixed default debug settings
Andrew Tridgell
2
-1
/
+7
2010-11-03
lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()
Michael Adam
1
-5
/
+8
2010-11-03
lib/util/charset/util_unistr: clarify the comment header for strlen_m().
Michael Adam
1
-5
/
+6
2010-11-03
lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...
Michael Adam
2
-0
/
+12
2010-11-03
lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...
Michael Adam
2
-10
/
+51
2010-11-03
lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.
Michael Adam
2
-0
/
+8
2010-11-03
lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...
Michael Adam
1
-5
/
+5
2010-11-03
lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...
Michael Adam
2
-11
/
+37
2010-11-03
util/charset: remove a duplicate comment.
Michael Adam
1
-5
/
+0
2010-11-03
build: a more portable way of finding waf in makefiles
Andrew Tridgell
3
-9
/
+3
2010-11-03
replace/wscript: add size checks for stdint.h types
Stefan Metzmacher
1
-0
/
+1
2010-11-03
replace/wscript: do the size checks directly after the type checks
Stefan Metzmacher
1
-4
/
+4
2010-11-03
replace/wscript: define bool to int instead of off_t
Stefan Metzmacher
1
-1
/
+1
2010-11-03
replace/wscript: check for uint8_t
Stefan Metzmacher
1
-0
/
+1
2010-11-03
waf: added reconfigure targets to our libraries
Andrew Tridgell
3
-0
/
+15
2010-11-02
debug Explain the behaviour of setup_logging() more clearly
Andrew Bartlett
1
-1
/
+7
2010-11-02
lib/debug Use vdprintf rather than manually allocate
Andrew Bartlett
1
-5
/
+1
2010-11-01
lib/util Remove setup_logging_stdout()
Andrew Bartlett
2
-15
/
+1
2010-11-01
talloc: Install pytalloc.h.
Jelmer Vernooij
1
-0
/
+1
2010-11-01
tdb: Use waf by default.
Jelmer Vernooij
2
-14
/
+15
2010-10-31
replace/talloc: Avoid automatically pulling in new configure/Makefile,
Jelmer Vernooij
2
-12
/
+0
2010-10-31
talloc: Look harder for waf.
Jelmer Vernooij
1
-1
/
+8
2010-10-31
replace: Look harder for waf.
Jelmer Vernooij
1
-1
/
+8
2010-10-31
build: check that if we provide -liconv we can build shared libs
Matthieu Patou
1
-0
/
+6
2010-10-31
replace: Build using waf by default.
Jelmer Vernooij
6
-15
/
+111
2010-10-31
talloc: Switch over to using waf as the default build system for the standalo...
Jelmer Vernooij
5
-15
/
+107
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
21
-630
/
+0
2010-10-30
build: Remove zlib from the cache if we failed to pass all the tests
Matthieu Patou
1
-0
/
+6
2010-10-30
replace: Fix formatting.
Jelmer Vernooij
1
-8
/
+8
2010-10-30
tevent: Drop autoconf-based build system for standalone build.
Jelmer Vernooij
13
-3918
/
+0
[next]