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
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-24
Fix some nonempty blank lines
Volker Lendecke
1
-11
/
+11
2008-08-24
Fix some C++ warnings
Volker Lendecke
1
-4
/
+6
2008-08-21
Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...
Jeremy Allison
1
-2
/
+3
2008-08-19
Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...
Jeremy Allison
1
-2
/
+5
2008-08-15
I think the problem with these functions is that lookup_usergroups
Herb Lewis
1
-17
/
+17
2008-08-15
popt: add support for setting MODULESDIR via popt_common_dynconfig.
Michael Adam
1
-0
/
+10
2008-08-15
Use module_path() instead of lib_path() for loading shared modules.
Michael Adam
1
-1
/
+1
2008-08-15
Add modules_path() to construct paths to files in MODULESDIR.
Michael Adam
1
-0
/
+13
2008-08-14
netapi: add some remaining documentation fixes.
Günther Deschner
1
-3
/
+3
2008-08-14
netapi: add doxygen documentation for NetUserModalsGet and NetUserModalsSet.
Günther Deschner
1
-0
/
+30
2008-08-14
netapi: add doxygen documentation for NetLocalGroup{Add,Del,Set,Get}Members.
Günther Deschner
1
-0
/
+75
2008-08-14
netapi: make libnetapi_open_ipc_connection static.
Günther Deschner
8
-196
/
+114
2008-08-14
netapi: make non-implemented local calls default to remote "localhost" calls.
Günther Deschner
6
-38
/
+35
2008-08-14
netapi: add NetLocalGroupGetMembers example code.
Günther Deschner
2
-0
/
+171
2008-08-14
netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS.
Günther Deschner
1
-85
/
+77
2008-08-13
netapi: add c++ guard.
Günther Deschner
1
-1
/
+8
2008-08-13
fixed child exit handling and IP release handling
Andrew Tridgell
1
-0
/
+2
2008-08-13
register the ctdbd reconfigure message
Andrew Tridgell
1
-0
/
+8
2008-08-13
allow nested ctdb transactions in the same manner that they are
Andrew Tridgell
1
-2
/
+21
2008-08-13
drop retries to 5
Andrew Tridgell
1
-1
/
+1
2008-08-13
use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter getting
Andrew Tridgell
1
-2
/
+3
2008-08-13
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
3
-10
/
+14
2008-08-13
don't leave a dangling transaction on retry error
Andrew Tridgell
1
-2
/
+4
2008-08-13
cope with the control failing completely without returning a status
Andrew Tridgell
1
-12
/
+18
2008-08-13
handle two special cases
Andrew Tridgell
1
-16
/
+42
2008-08-13
put a limit on the number of retries. I found a case where a recovery
Andrew Tridgell
1
-0
/
+12
2008-08-13
we need to commit, not cancel, on record destruction
Andrew Tridgell
1
-1
/
+4
2008-08-13
removed more unused code
Andrew Tridgell
1
-72
/
+0
2008-08-13
all persistent databases now do all stores via automatic transactions
Andrew Tridgell
1
-150
/
+46
2008-08-13
fixed fetch of empty records
Andrew Tridgell
1
-6
/
+11
2008-08-13
samba3 can't handle NOREPLY yet
Andrew Tridgell
1
-0
/
+3
2008-08-13
cleanup debugging and fix handling of empty transaction
Andrew Tridgell
1
-13
/
+11
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
7
-1359
/
+635
2008-08-13
dbwrap ctdb: fix a DEBUG message.
Michael Adam
1
-1
/
+1
2008-08-13
dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().
Michael Adam
1
-0
/
+1
2008-08-13
dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...
Michael Adam
1
-3
/
+26
2008-08-13
dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBs
Michael Adam
1
-1
/
+17
2008-08-13
dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().
Michael Adam
1
-7
/
+2
2008-08-13
dbwrap ctdb: add a retry loop to the persistent store operation.
Michael Adam
1
-51
/
+120
2008-08-13
dbwrap ctdb: release the lock before calling ctdbd_persistent_store()
Michael Adam
1
-0
/
+26
2008-08-13
dbwrap ctdb: remove erroneously duplicated comment.
Michael Adam
1
-1
/
+0
2008-08-13
Use transaction start/cancel for persistent writes to avoid leaving the datab...
Ronnie Sahlberg
2
-6
/
+46
2008-08-13
Correctly return NULL from messaging_ctdbd_connection if messaging_init failed
Volker Lendecke
1
-0
/
+1
2008-08-13
Attempt to fix bug 5684
Volker Lendecke
1
-1
/
+1
2008-08-12
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
4
-16
/
+25
2008-08-12
I found lots of places where we assume error will be set when calling
Andrew Tridgell
1
-2
/
+10
2008-08-12
ensure we give an error code to any routines above that are looking
Andrew Tridgell
1
-0
/
+3
2008-08-11
netapi: add NetLocalGroupSetMembers example code.
Günther Deschner
2
-0
/
+147
2008-08-11
netapi: add NetLocalGroupDelMembers example code.
Günther Deschner
2
-0
/
+147
2008-08-11
netapi: add NetLocalGroupAddMembers example code.
Günther Deschner
2
-0
/
+147
[next]