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
*
tdb: If tdb_parse_record does not find a record, return -1 instead of 0
Volker Lendecke
2010-02-28
2
-1
/
+23
*
tsocket: Improve the tsocket_address_bsd_sockaddr documentation.
Andreas Schneider
2010-02-26
1
-1
/
+3
*
lib/util: add generate_random_password()
Stefan Metzmacher
2010-02-26
2
-0
/
+47
*
s4-dns: use a loadparm list for samba_runcmd() commands
Andrew Tridgell
2010-02-26
2
-6
/
+6
*
tdb: handle processes dying during transaction commit.
Rusty Russell
2010-02-24
3
-0
/
+86
*
patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
Rusty Russell
2010-02-24
1
-16
/
+13
*
tdb: add -k option to tdbtorture
Rusty Russell
2010-02-24
1
-57
/
+142
*
tdb: don't truncate tdb on recovery
Rusty Russell
2010-02-24
1
-10
/
+0
*
tdb: remove lock ops
Rusty Russell
2010-02-24
4
-40
/
+22
*
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
2010-02-24
3
-13
/
+9
*
tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
Rusty Russell
2010-02-24
1
-17
/
+13
*
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
2010-02-17
3
-29
/
+62
*
tdb: suppress record write locks when allrecord lock is taken.
Rusty Russell
2010-02-24
1
-0
/
+9
*
tdb: cleanup: always grab allrecord lock to infinity.
Rusty Russell
2010-02-24
1
-7
/
+3
*
tdb: remove num_locks
Rusty Russell
2010-02-17
2
-11
/
+2
*
tdb: use tdb_nest_lock() for seqnum lock.
Rusty Russell
2010-02-17
1
-3
/
+3
*
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
2010-02-24
2
-5
/
+18
*
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
2010-02-22
3
-15
/
+10
*
tdb: use tdb_nest_lock() for transaction lock.
Rusty Russell
2010-02-17
2
-32
/
+23
*
tdb: cleanup: find_nestlock() helper.
Rusty Russell
2010-02-17
1
-28
/
+23
*
tdb: cleanup: tdb_release_extra_locks() helper
Rusty Russell
2010-02-24
3
-17
/
+22
*
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
2010-02-17
4
-5
/
+17
*
tdb: don't suppress the transaction lock because of the allrecord lock.
Rusty Russell
2010-02-17
1
-6
/
+0
*
tdb: cleanup: tdb_nest_lock/tdb_nest_unlock
Rusty Russell
2010-02-17
3
-45
/
+67
*
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
2010-02-17
5
-29
/
+29
*
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
Rusty Russell
2010-02-17
3
-17
/
+17
*
tdb: make _tdb_transaction_cancel static.
Rusty Russell
2010-02-24
2
-2
/
+1
*
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
2010-02-17
7
-117
/
+235
*
libreplace: Remove the obsolete signal type cast.
Andreas Schneider
2010-02-23
3
-13
/
+4
*
libutil: Remove obsolete signal type cast.
Andreas Schneider
2010-02-23
1
-5
/
+5
*
Spelling fixes for libutil
Brad Hards
2010-02-22
7
-24
/
+24
*
Spelling fixes in lib/zlib.
Brad Hards
2010-02-22
11
-20
/
+20
*
Spelling fixes for libreplace.
Brad Hards
2010-02-22
2
-2
/
+2
*
Spelling fixes for tsocket API documentation.
Brad Hards
2010-02-22
1
-14
/
+14
*
Spelling fixes for lib/compression.
Brad Hards
2010-02-22
1
-2
/
+2
*
Spelling fixes for nss_wrapper.
Brad Hards
2010-02-22
1
-2
/
+2
*
Spelling fixes for popt API documentation.
Brad Hards
2010-02-22
1
-2
/
+2
*
Spelling fixes for tevent.
Brad Hards
2010-02-22
3
-4
/
+4
*
Spelling fixes for tdb.
Brad Hards
2010-02-22
2
-2
/
+2
*
nss_wrapper: fix segfault in print_group() in the testsuite
Michael Adam
2010-02-19
1
-1
/
+1
*
s4-smbtorture: add LOCAL-NSS-WRAPPER-DUPLICATES test.
Günther Deschner
2010-02-18
1
-1
/
+92
*
s4-smbtorture: be more verbose in LOCAL-NSS-WRAPPER.
Günther Deschner
2010-02-18
1
-4
/
+4
*
tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
Stefan Metzmacher
2010-02-18
1
-2
/
+4
*
Fix commit d07cd37b993d3c9beded20323174633b806196b5
Jeremy Allison
2010-02-17
1
-1
/
+4
*
tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREAD
Stefan Metzmacher
2010-02-17
1
-4
/
+6
*
tsocket/bsd: set IPV6_V6ONLY on AF_INET6 sockets
Stefan Metzmacher
2010-02-17
1
-0
/
+36
*
tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...
Stefan Metzmacher
2010-02-17
1
-2
/
+53
*
tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...
Stefan Metzmacher
2010-02-17
1
-1
/
+1
*
tsocket/bsd: fix do_bind logic for AF_INET
Stefan Metzmacher
2010-02-17
1
-2
/
+2
*
socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()
Stefan Metzmacher
2010-02-17
1
-0
/
+4
[next]