index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: remove files generated by "make abi_checks" in "make clean".
Michael Adam
2009-08-30
1
-0
/
+2
*
tdb: add a target "abi_checks" to tdb.
Michael Adam
2009-08-30
1
-0
/
+4
*
tdb: add script/abi_checks.sh. check for abi changes without gcc magic.
Michael Adam
2009-08-30
1
-0
/
+91
*
tdb: add script to extract signatures from header files.
Michael Adam
2009-08-30
1
-0
/
+178
*
tdb: add scripts to extract library symbols (exports file) from headers
Michael Adam
2009-08-30
2
-0
/
+121
*
talloc: move the original abi_checks script to script/abi_checks_gcc.sh
Michael Adam
2009-08-30
1
-0
/
+0
*
talloc: remove talloc_free from the exports
Michael Adam
2009-08-30
1
-1
/
+0
*
talloc: run abi_checks as part of "make test"
Michael Adam
2009-08-30
1
-0
/
+2
*
talloc: remove files generated by "make abi_check" in "make clean"
Michael Adam
2009-08-30
1
-0
/
+2
*
talloc: add a target "abi_checks" to talloc.
Michael Adam
2009-08-30
1
-0
/
+4
*
talloc: add script/abi_checks.sh. check for abi changes without gcc magic.
Michael Adam
2009-08-30
1
-0
/
+91
*
talloc: add script to extract signatures from header files.
Michael Adam
2009-08-30
1
-0
/
+178
*
talloc: add scripts to extract library symbols (exports file) from headers
Michael Adam
2009-08-30
2
-0
/
+121
*
tevent: Fix a segfault upon the first signal
Volker Lendecke
2009-08-29
1
-0
/
+6
*
lib/tevent: close pipe_fds on event_context destruction
Rusty Russell
2009-08-28
1
-0
/
+2
*
lib/tevent: handle tevent_common_add_signal on different event contexts.
Rusty Russell
2009-08-28
2
-14
/
+31
*
lib/tevent: fix race with signals and tevent_common_add_signal
Rusty Russell
2009-08-28
1
-20
/
+20
*
lib/tdb: don't overwrite TDBs with different version numbers.
Rusty Russell
2009-08-28
1
-5
/
+7
*
lib/tevent: remove spectacularly complicated manual subtraction
Rusty Russell
2009-08-28
1
-4
/
+1
*
util: fix comment and clarify argument name in DLIST_DEMOTE()
Michael Adam
2009-08-27
1
-3
/
+3
*
Fix make test.
Jeremy Allison
2009-08-24
1
-0
/
+1
*
tevent: avoid using reserved c++ word.
Günther Deschner
2009-08-24
1
-1
/
+1
*
note the semantic change in talloc_free from 2.0
Andrew Tridgell
2009-08-24
2
-8
/
+9
*
fixed typo in talloc doc XML
Andrew Tridgell
2009-08-24
1
-1
/
+2
*
LIBREPLACEOBJ now contains the full path
Andrew Tridgell
2009-08-24
1
-4
/
+1
*
updated XML source for talloc man page
Andrew Tridgell
2009-08-24
1
-1
/
+73
*
added talloc_set_log_* documentation
Andrew Tridgell
2009-08-24
1
-0
/
+11
*
updated talloc guide for recent API changes
Andrew Tridgell
2009-08-24
1
-2
/
+54
*
make lib/replace more usable in standalone builds
Andrew Tridgell
2009-08-24
1
-2
/
+2
*
fixed getpass m4
Andrew Tridgell
2009-08-24
1
-2
/
+2
*
talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.x
Stefan Metzmacher
2009-08-24
5
-0
/
+89
*
talloc: update talloc.exports and talloc.signatures
Stefan Metzmacher
2009-08-24
2
-4
/
+8
*
talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSION
Stefan Metzmacher
2009-08-24
6
-11
/
+72
*
talloc: change version to 2.0.0
Stefan Metzmacher
2009-08-24
1
-1
/
+1
*
talloc: remove ABI compat functions
Stefan Metzmacher
2009-08-24
2
-31
/
+0
*
talloc: remove unused build dependecies to samba
Stefan Metzmacher
2009-08-24
1
-18
/
+0
*
talloc/testsuite: use talloc_set_log_fn() and log to stdout
Stefan Metzmacher
2009-08-24
1
-0
/
+6
*
talloc: add talloc_set_log_fn() and talloc_set_log_stderr()
Stefan Metzmacher
2009-08-24
2
-12
/
+51
*
talloc: let talloc_steal() only generate a warning if it's used with references
Stefan Metzmacher
2009-08-24
1
-2
/
+1
*
talloc/testsuite: report __location__ of testsuite failures
Stefan Metzmacher
2009-08-24
1
-6
/
+6
*
talloc/testsuite: add infrastructure to test aborts
Stefan Metzmacher
2009-08-24
1
-0
/
+20
*
talloc/testsuite: reset the globals after each subtest
Stefan Metzmacher
2009-08-24
1
-3
/
+29
*
talloc: call return after abort, because an overloaded abort function might n...
Stefan Metzmacher
2009-08-24
1
-0
/
+4
*
talloc: report the size of reference handles as 0
Stefan Metzmacher
2009-08-24
1
-1
/
+3
*
talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...
Stefan Metzmacher
2009-08-24
1
-2
/
+15
*
Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
Jeremy Allison
2009-08-21
1
-17
/
+54
*
tevent: fix a comment
Michael Adam
2009-08-19
1
-1
/
+1
*
tevent: change version to 0.9.7 after adding tevent_req_cancel infrastructure
Stefan Metzmacher
2009-08-17
1
-1
/
+1
*
tevent: add tevent_req_cancel() infrastructure
Stefan Metzmacher
2009-08-17
3
-0
/
+70
*
tevent: add some more doxygen comments for tevent_req functions
Stefan Metzmacher
2009-08-15
1
-0
/
+38
[next]