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