index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/replace: define __[u]intptr_t_defined if we prove an replacement
Stefan Metzmacher
2018-04-03
1
-0
/
+2
*
lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.c
Stefan Metzmacher
2018-04-03
1
-1
/
+0
*
Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...
Eric Vannier
2018-03-27
1
-16
/
+0
*
lib/tdb: convert print func to be py2/py3 compatible
Noel Power
2018-03-23
1
-2
/
+3
*
selftest: consistently produce high-res UTC time
Jamie McClymont
2018-03-22
1
-2
/
+2
*
tdb: Fix a "increases alignment" warning
Volker Lendecke
2018-03-22
1
-3
/
+4
*
tdb: Align a few integer types
Volker Lendecke
2018-03-22
1
-4
/
+5
*
tdb: Harden allocating the tdb recovery area
Volker Lendecke
2018-03-22
1
-0
/
+9
*
tdb: Make sure the hash size fits
Volker Lendecke
2018-03-22
1
-0
/
+15
*
Harden tdb_check_used_record against overflow
Volker Lendecke
2018-03-22
1
-1
/
+16
*
tdb: Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal
Volker Lendecke
2018-03-22
1
-5
/
+8
*
tdb: Harden tdb_rec_read
Volker Lendecke
2018-03-22
1
-0
/
+28
*
tdbdump: Avoid an int cast
Volker Lendecke
2018-03-22
1
-2
/
+2
*
s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.
Jeremy Allison
2018-03-22
2
-0
/
+2
*
lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...
Jeremy Allison
2018-03-22
1
-0
/
+30
*
s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....
Jeremy Allison
2018-03-22
2
-0
/
+2
*
lib:param: Fix the size type in lp_do_parameter_parametric()
Andreas Schneider
2018-03-22
1
-1
/
+1
*
talloc: version 2.1.12
talloc-2.1.12
Stefan Metzmacher
2018-03-21
4
-1
/
+97
*
talloc: use a library destructor instead of atexit() if available
Stefan Metzmacher
2018-03-21
1
-28
/
+44
*
talloc: Fix size type and checks in _vasprintf_tc
Andreas Schneider
2018-03-21
1
-3
/
+8
*
lib:socket: Return early if we have only one interface
Andreas Schneider
2018-03-20
1
-1
/
+4
*
ldb: Fix size types in ldb_ldif functions
Andreas Schneider
2018-03-20
1
-2
/
+4
*
lib:replace: Fix linking when libtirpc-devel overwrites system headers
Noel Power
2018-03-20
1
-1
/
+9
*
ldb_tdb: Remove unnecessary call to tdb_get_seqnum
Garming Sam
2018-03-08
1
-3
/
+4
*
ldb_mod_op_test: Make sure that closing the database frees locks
Gary Lockyer
2018-03-07
1
-0
/
+29
*
ldb_mod_op_test: Add new nested transactions test
Gary Lockyer
2018-03-06
1
-0
/
+62
*
ldb: Remove python warning in tests/python/index.py
Gary Lockyer
2018-03-06
1
-1
/
+1
*
ldb_tdb: Build a key value operation library
Garming Sam
2018-03-06
4
-12
/
+75
*
ldb_tdb: Implement a traversal function in key value ops
Garming Sam
2018-03-05
4
-66
/
+117
*
ldb_tdb: Use key value ops for fetch command
Garming Sam
2018-03-05
3
-3
/
+16
*
ldb_tdb: factor out the (to be) common init code
Garming Sam
2018-03-05
2
-43
/
+57
*
ldb_tdb: Add errorstr to the key value ops
Gary Lockyer
2018-03-05
2
-3
/
+10
*
ldb_tdb: Remove tdb_get_seqnum and use a generic 'has_changed'
Garming Sam
2018-03-05
3
-4
/
+15
*
ldb_tdb: Add lock_read and unlock_read to key value ops
Garming Sam
2018-03-05
3
-15
/
+31
*
ldb_tdb: Replace tdb transaction code with generic key value ones
Garming Sam
2018-03-05
3
-9
/
+39
*
ldb_tdb: Replace exists, name and error_map with key value ops
Garming Sam
2018-03-05
3
-10
/
+10
*
ldb_tdb: Begin abstracting out the base key value operations
Garming Sam
2018-03-05
2
-0
/
+41
*
ldb_mod_op_test: Fix core dump on ldb_case_attrs_index_test_teardown
Gary Lockyer
2018-03-05
1
-0
/
+8
*
build: fix standalone ctdb build --with-systemd
David Disseldorp
2018-03-05
1
-1
/
+2
*
ldb: Directly return an error and do not fall through
Andreas Schneider
2018-03-05
1
-1
/
+1
*
ldb_tdb: Add tests for truncated index keys
Gary Lockyer
2018-03-03
2
-1
/
+1223
*
ldb_tdb: Combine identical not GUID index and special DN cases
Gary Lockyer
2018-03-03
1
-12
/
+2
*
ldb_tdb: Refuse to store a value in a unique index that is too long
Gary Lockyer
2018-03-03
1
-0
/
+19
*
ldb_tdb: Do not give the warning of duplicate attributes in truncation
Gary Lockyer
2018-03-03
1
-1
/
+1
*
ldb_tdb: Cope with key truncation
Gary Lockyer
2018-03-03
1
-39
/
+288
*
ldb_tdb: Do not fail in GUID index mode if there is a duplicate attribute
Gary Lockyer
2018-03-03
1
-7
/
+57
*
ldb_tdb: Add support for an option to restrict the key length
Gary Lockyer
2018-03-03
2
-0
/
+20
*
tests: Add basic ms_fnmatch unit test
David Disseldorp
2018-03-02
2
-0
/
+119
*
util: Fix the logic in ms_fnmatch_protocol()
Andreas Schneider
2018-03-02
1
-2
/
+7
*
lib:tdb: Add FALL_THROUGH statements in common/summary.c
Andreas Schneider
2018-03-01
1
-1
/
+2
[next]