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/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
*
tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...
Rusty Russell
2009-07-31
1
-5
/
+10
*
tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...
Rusty Russell
2009-07-31
1
-5
/
+0
*
realloc() has that horrible overloaded free semantic when size is 0:
Rusty Russell
2009-07-30
1
-2
/
+7
*
If the record is at the end of the database, pretending it has length 1
Rusty Russell
2009-07-30
1
-4
/
+1
*
DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.
Jelmer Vernooij
2009-07-30
2
-7
/
+8
*
No explicit initialization necessary for a zero blob
Volker Lendecke
2009-07-25
1
-3
/
+1
*
tdb: fix locking error
Rusty Russell
2009-07-21
1
-1
/
+1
*
lib util: Fix const warning
Tim Prouty
2009-07-20
1
-1
/
+1
*
Make tdb transaction lock recursive (samba version)
Rusty Russell
2009-07-20
3
-21
/
+20
*
Remove unused parameter setting.
Jelmer Vernooij
2009-07-19
2
-11
/
+0
*
lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.
Slava Semushin
2009-07-19
1
-0
/
+1
*
Fix broken password quality check
Matthieu Patou
2009-07-19
2
-1
/
+4
*
include unix.h if it's available
Matt Kraai
2009-07-19
2
-0
/
+5
*
tevent: try to fix the build on QNX qnx18 6.4.1 it doesn't have SA_RESTART de...
Stefan Metzmacher
2009-07-16
1
-1
/
+11
*
tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platf...
Stefan Metzmacher
2009-07-16
1
-21
/
+21
*
Change to talloc_zero_size instead of extra memset.
Jeremy Allison
2009-07-14
1
-2
/
+1
*
When tallocing a memory block for the state in a tevent_req struct,
Jeremy Allison
2009-07-14
1
-0
/
+1
*
libreplace: update library search path variables
Björn Jacke
2009-07-05
1
-1
/
+4
*
Fix some warnings
Volker Lendecke
2009-07-04
1
-2
/
+3
*
tdb: fix define of tdbdir when srcdir != "."
Björn Jacke
2009-07-03
1
-2
/
+2
*
Sort the signature files
Simo Sorce
2009-07-03
4
-89
/
+89
*
Expose functions need by backend writers
Simo Sorce
2009-07-03
5
-52
/
+67
*
Restore ABI compatibility for talloc.
Simo Sorce
2009-07-03
6
-60
/
+106
*
talloc: change TALLOC_MAGIC for version 2.0.0
Stefan Metzmacher
2009-07-02
1
-1
/
+12
*
change talloc to 2.0.0
Andrew Tridgell
2009-07-02
1
-1
/
+1
*
lib/util: fix order of includes in tevent_ntstatus.c
Michael Adam
2009-07-01
1
-1
/
+1
*
fixed the talloc testsuite for the recent changes
Andrew Tridgell
2009-07-01
1
-6
/
+10
*
a talloc_realloc() to zero size needs to use an unambiguous free
Andrew Tridgell
2009-07-01
1
-1
/
+1
*
changes to remove the ambiguity in talloc_free() and talloc_steal()
Andrew Tridgell
2009-07-01
2
-26
/
+109
[prev]
[next]