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
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
handle two special cases
Andrew Tridgell
2008-08-13
1
-16
/
+42
*
put a limit on the number of retries. I found a case where a recovery
Andrew Tridgell
2008-08-13
1
-0
/
+12
*
we need to commit, not cancel, on record destruction
Andrew Tridgell
2008-08-13
1
-1
/
+4
*
removed more unused code
Andrew Tridgell
2008-08-13
1
-72
/
+0
*
all persistent databases now do all stores via automatic transactions
Andrew Tridgell
2008-08-13
1
-150
/
+46
*
fixed fetch of empty records
Andrew Tridgell
2008-08-13
1
-6
/
+11
*
samba3 can't handle NOREPLY yet
Andrew Tridgell
2008-08-13
1
-0
/
+3
*
cleanup debugging and fix handling of empty transaction
Andrew Tridgell
2008-08-13
1
-13
/
+11
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
7
-1359
/
+635
*
dbwrap ctdb: fix a DEBUG message.
Michael Adam
2008-08-13
1
-1
/
+1
*
dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().
Michael Adam
2008-08-13
1
-0
/
+1
*
dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...
Michael Adam
2008-08-13
1
-3
/
+26
*
dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBs
Michael Adam
2008-08-13
1
-1
/
+17
*
dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().
Michael Adam
2008-08-13
1
-7
/
+2
*
dbwrap ctdb: add a retry loop to the persistent store operation.
Michael Adam
2008-08-13
1
-51
/
+120
*
dbwrap ctdb: release the lock before calling ctdbd_persistent_store()
Michael Adam
2008-08-13
1
-0
/
+26
*
dbwrap ctdb: remove erroneously duplicated comment.
Michael Adam
2008-08-13
1
-1
/
+0
*
Use transaction start/cancel for persistent writes to avoid leaving the datab...
Ronnie Sahlberg
2008-08-13
2
-6
/
+46
*
Correctly return NULL from messaging_ctdbd_connection if messaging_init failed
Volker Lendecke
2008-08-13
1
-0
/
+1
*
Attempt to fix bug 5684
Volker Lendecke
2008-08-13
1
-1
/
+1
*
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
2008-08-12
4
-16
/
+25
*
I found lots of places where we assume error will be set when calling
Andrew Tridgell
2008-08-12
1
-2
/
+10
*
ensure we give an error code to any routines above that are looking
Andrew Tridgell
2008-08-12
1
-0
/
+3
*
netapi: add NetLocalGroupSetMembers example code.
Günther Deschner
2008-08-11
2
-0
/
+147
*
netapi: add NetLocalGroupDelMembers example code.
Günther Deschner
2008-08-11
2
-0
/
+147
*
netapi: add NetLocalGroupAddMembers example code.
Günther Deschner
2008-08-11
2
-0
/
+147
*
netapi: implement NetLocalGroupSetMembers_r().
Günther Deschner
2008-08-11
1
-7
/
+69
*
netapi: implement NetLocalGroupDelMembers_r().
Günther Deschner
2008-08-11
1
-5
/
+36
*
netapi: implement NetLocalGroupAddMembers_r().
Günther Deschner
2008-08-11
1
-2
/
+260
*
netapi: add NetLocalGroup*Member calls to public headers.
Günther Deschner
2008-08-11
1
-0
/
+57
*
netapi: add skeleton for NetLocalGroup*Member calls.
Günther Deschner
2008-08-11
3
-0
/
+311
*
netapi: add NetUserModalsGet and NetUserModalsSet tests.
Günther Deschner
2008-08-11
1
-0
/
+55
*
netapi: implement NetUserModalsSet_r.
Günther Deschner
2008-08-11
1
-2
/
+466
*
netapi: implement NetUserModalsGet_r.
Günther Deschner
2008-08-11
1
-2
/
+372
*
netapi: add example code for NetUserModalsGet and NetUserModalsSet.
Günther Deschner
2008-08-11
3
-0
/
+284
*
netapi: add NetUserModalsGet and NetUserModalsSet to public headers.
Günther Deschner
2008-08-11
1
-0
/
+62
*
netapi: add skeleton for NetUserModalsGet and NetUserModalsSet.
Günther Deschner
2008-08-11
3
-0
/
+140
*
netapi: add NetApiBufferAllocate.
Günther Deschner
2008-08-11
2
-0
/
+33
*
netapi: add ConvertStringSidToSid().
Günther Deschner
2008-08-11
2
-0
/
+41
*
Make events robust against their event_context being freed
Volker Lendecke
2008-08-10
1
-5
/
+28
*
Remove an unused variable, process.c has its static copy
Volker Lendecke
2008-08-10
1
-2
/
+0
*
lib/access: make list_match() public.
Michael Adam
2008-08-09
1
-1
/
+1
*
lib/access: make client_match() public.
Michael Adam
2008-08-09
1
-1
/
+1
*
using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...
Yannick Bergeron
2008-08-08
1
-1
/
+1
*
Add simple async wrappers around send, recv and connect
Volker Lendecke
2008-08-08
1
-0
/
+674
*
Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...
Yannick Bergeron
2008-08-06
1
-1
/
+2
*
fixed permissions on ctdb databases
Andrew Tridgell
2008-08-06
1
-0
/
+5
*
dbwrap: add comment describing behaviour of dbwrap_change_int32_atomic().
Michael Adam
2008-08-05
1
-0
/
+7
*
secrets: fix replacemend random seed generator (security issue).
Michael Adam
2008-08-05
1
-2
/
+6
*
dbwrap: add comment describing behaviour of dbwrap_change_uint32_atomic().
Michael Adam
2008-08-05
1
-0
/
+7
[next]