index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)
Matt Kraai
2009-08-12
1
-0
/
+14
*
Rename ASN1_BITFIELD to ASN1_BIT_STRING.
Kouhei Sutou
2009-08-11
1
-1
/
+1
*
libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX
Matt Kraai
2009-08-08
1
-1
/
+1
*
Add define guards around otherwise unused variable.
Jeremy Allison
2009-08-06
1
-0
/
+3
*
There is one signedness issue in tdb which prevents traverses of TDB records
Rusty Russell
2009-08-06
1
-9
/
+21
*
fixed a uid_wrapper bug that caused a segv in the RAW-ACLS test
Andrew Tridgell
2009-08-05
1
-8
/
+15
*
make the UID_WRAPPER skip checks at runtime
Andrew Tridgell
2009-08-05
4
-5
/
+17
*
added a uid_wrapper library
Andrew Tridgell
2009-08-05
6
-0
/
+236
*
util/asn1: fix potential memory leak in asn1_write_OID()
Stefan Metzmacher
2009-07-31
1
-0
/
+1
*
tdb: don't alter tdb->flags in tdb_reopen_all()
Rusty Russell
2009-07-31
1
-6
/
+13
[next]