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
2013-02-22
ldb: Add missing dependency on replace for ldb
Andrew Bartlett
1
-1
/
+1
2013-02-22
build: Remove unused includes.h reference to avoid build-time talloc dep
Andrew Bartlett
1
-1
/
+0
2013-02-20
ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'
Rusty Russell
1
-0
/
+5
2013-02-20
param: 'use ntdb' flag (off by default).
Rusty Russell
2
-0
/
+10
2013-02-20
tdb_wrap: prevent tdbs called ".ntdb" or without extensions.
Rusty Russell
1
-0
/
+8
2013-02-20
dbwrap_local_open: never open the .tdb if there is an .ntdb
Rusty Russell
1
-0
/
+5
2013-02-20
dbwrap_local_open: open NTDB if extension is .ntdb
Rusty Russell
1
-5
/
+157
2013-02-20
dbwrap: dbwrap_ntdb.c
Rusty Russell
3
-10
/
+734
2013-02-20
ntdb: fix database corruption when transaction doesn't change anything.
Rusty Russell
3
-15
/
+91
2013-02-19
lib/util: add samba_tevent_context_init()
Stefan Metzmacher
3
-2
/
+76
2013-02-19
tdb: Slightly simplify transaction_write
Volker Lendecke
1
-8
/
+2
2013-02-19
tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock
Volker Lendecke
1
-1
/
+1
2013-02-19
tdb: Don't segfault if tdb_open_ex for check failed
Volker Lendecke
1
-0
/
+1
2013-02-19
tdb: Factor out the retry loop from tdb_allrecord_upgrade
Volker Lendecke
1
-20
/
+39
2013-02-19
tdb: Simplify fcntl_lock() a bit
Volker Lendecke
1
-4
/
+4
2013-02-19
tdb: Use tdb_null in freelistcheck
Volker Lendecke
1
-3
/
+2
2013-02-19
tdb: Enhance lock tracking a bit
Volker Lendecke
1
-0
/
+11
2013-02-19
lib/util/time: strip a potential trailing newline in the asctime case.
Michael Adam
1
-0
/
+9
2013-02-19
lib/util_tdb: factor out tdb_data_talloc_copy()
Gregor Beck
2
-0
/
+16
2013-02-18
fault.c: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2013-02-16
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-02-14
tevent: Remove the previous "standard" tevent backend implementation.
Jeremy Allison
1
-556
/
+1
2013-02-14
tevent: Add in the new implementation of "standard" tevent backend.
Jeremy Allison
1
-6
/
+180
2013-02-14
tevent: Add a private function tevent_poll_event_add_fd_internal().
Jeremy Allison
2
-0
/
+19
2013-02-14
tevent: make use of tevent_find_ops_byname() in tevent_context_init_byname()
Stefan Metzmacher
1
-14
/
+5
2013-02-14
tevent: make sure tevent_backend_init() only runs once
Stefan Metzmacher
1
-0
/
+8
2013-02-14
tevent: Add a utility function tevent_find_ops_byname().
Jeremy Allison
2
-0
/
+23
2013-02-14
tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_po...
Jeremy Allison
3
-0
/
+18
2013-02-14
tevent: Add in some test code to allow the panic fallback path to be tested.
Jeremy Allison
1
-0
/
+18
2013-02-14
tevent: Plumb in the panic fallback code into the epoll_panic() runtime call.
Jeremy Allison
1
-3
/
+20
2013-02-14
tevent: Add an internal function tevent_epoll_set_panic_fallback().
Jeremy Allison
2
-0
/
+27
2013-02-14
tevent: pass 'bool replay' to epoll_panic()
Stefan Metzmacher
1
-5
/
+6
2013-02-14
tevent: Ensure we return after every call to epoll_panic().
Jeremy Allison
1
-0
/
+2
2013-02-14
tevent: Preparing to fix "standard" backend fallback. Initialize standard aft...
Jeremy Allison
1
-1
/
+1
2013-02-08
dbwrap: Prevent transactions on non-persistent dbs
Volker Lendecke
1
-0
/
+5
2013-02-08
ldb: Add more data test data for one level test cases
Matthieu Patou
1
-0
/
+14
2013-02-08
ldb: Add tests for the python api
Matthieu Patou
1
-0
/
+8
2013-02-08
ldb: Add more tests related to onelevel search
Matthieu Patou
2
-0
/
+14
2013-02-08
ldb: use strncmp instead of strcmp when comparing the val part
Matthieu Patou
1
-2
/
+2
2013-02-08
ldb: make test output more readable
Matthieu Patou
1
-4
/
+2
2013-02-08
ldb-tdb: Document ltdb_index_add1 for more clarity
Matthieu Patou
1
-3
/
+20
2013-02-08
ldb-tdb: Fix a wrong parameter in ltdb_store
Matthieu Patou
1
-1
/
+2
2013-02-08
ldb_tdb: raise level of full index scan message so that it starts to be reall...
Matthieu Patou
1
-1
/
+1
2013-02-05
s3:param: remove unused function lp_idmap_backend()
Michael Adam
2
-1
/
+1
2013-02-05
tdb: Remove "header" from tdb_context
Volker Lendecke
13
-59
/
+64
2013-02-05
tdb: Pass argument "header" to check_header_hash
Volker Lendecke
1
-4
/
+6
2013-02-05
tdb: Pass argument "header" to tdb_new_database
Volker Lendecke
1
-6
/
+8
2013-02-04
lib/dbwrap: talloc_strdup() name in db_open_file()
Stefan Metzmacher
1
-1
/
+6
2013-02-04
lib/util: improve check_password_quality() to handle utf8
Stefan Metzmacher
2
-19
/
+120
2013-02-03
tevent_poll: add poll_event_loop_wait()
Stefan Metzmacher
1
-2
/
+31
[next]