index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix IPv6 bug #5204, which caused krb5 DNS lookups
Jeremy Allison
2008-01-16
1
-2
/
+25
*
Don't try ftruncate when the tdb is opened read-only
Volker Lendecke
2008-01-16
1
-0
/
+1
*
Next try to fix the max dead record calculation
Volker Lendecke
2008-01-16
1
-1
/
+1
*
Fix some C++ warnings
Volker Lendecke
2008-01-16
1
-2
/
+5
*
Fix a missing prototype warning
Volker Lendecke
2008-01-16
1
-0
/
+1
*
Add "config backend" to the parameters forbidden in registry config.
Michael Adam
2008-01-16
1
-0
/
+1
*
Use lp_config_backend_is_registry() instead of lp_include_registry_globals().
Michael Adam
2008-01-16
1
-1
/
+1
*
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
2008-01-16
9
-85
/
+276
*
Port from ctdb:
Jeremy Allison
2008-01-15
1
-16
/
+6
*
From Alexander Bokovoy
Jeremy Allison
2008-01-14
1
-1
/
+1
*
samba3 already has tdb_validate()
Andrew Tridgell
2008-01-14
2
-43
/
+0
*
merged tdb fix from ctdb tree
Andrew Tridgell
2008-01-14
3
-0
/
+123
*
Fix the max_dead_record calculations
Volker Lendecke
2008-01-13
1
-4
/
+1
*
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
2008-01-13
1
-1
/
+17
*
Restructure dbwrap_rbt
Volker Lendecke
2008-01-12
1
-59
/
+127
*
CID 458. Don't leak dlopen handles on failing to load
Jeremy Allison
2008-01-12
1
-0
/
+2
*
Sync tdb with the tdb changes in ctdb. Spoke to tridge about
Jeremy Allison
2008-01-11
10
-218
/
+358
*
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
2008-01-11
1
-2
/
+2
*
Fix libnetapi error string callers.
Günther Deschner
2008-01-11
3
-7
/
+7
*
Include some basic headers in netapi.h.
Günther Deschner
2008-01-11
1
-0
/
+10
*
Refactor libnetapi error string functions a bit.
Günther Deschner
2008-01-11
2
-6
/
+20
*
Tiny cosmetic fix
Volker Lendecke
2008-01-10
1
-2
/
+1
*
Move transfer_file and transfer_file_internal to a module of their own.
Michael Adam
2008-01-10
2
-87
/
+110
*
Reformat some code I just touched.
Michael Adam
2008-01-10
1
-12
/
+20
*
Fix a really silly typo.
Michael Adam
2008-01-10
1
-1
/
+1
*
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
2008-01-10
1
-5
/
+23
*
use talloc_tos() in share_access_check()
Volker Lendecke
2008-01-10
1
-8
/
+3
*
Fix a c++ warning
Volker Lendecke
2008-01-10
1
-1
/
+2
*
talloc_free_children can only reset pool if it's empty
Volker Lendecke
2008-01-10
1
-1
/
+2
*
Mark talloc_pool memory for valgrind
Volker Lendecke
2008-01-10
1
-3
/
+16
*
Form a proper hierarchy in talloc_stack
Volker Lendecke
2008-01-10
1
-3
/
+10
*
Fixup hot paths - add macro for toupper (c < 0x80).
Jeremy Allison
2008-01-09
2
-11
/
+28
*
Add the calls to make use of talloc_pools in a talloc_stackframe.
Jeremy Allison
2008-01-09
1
-2
/
+16
*
Implement talloc_pool()
Volker Lendecke
2008-01-09
3
-7
/
+207
*
Fix the max_dead_record calculations
Volker Lendecke
2008-01-09
1
-4
/
+1
*
Change registry_create_admin_token() to return NTSTATUS.
Michael Adam
2008-01-09
1
-2
/
+11
*
Move content of comment.
Michael Adam
2008-01-09
1
-4
/
+4
*
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
2008-01-09
3
-33
/
+52
*
Add a comment.
Michael Adam
2008-01-09
1
-0
/
+1
*
Fix talloctort: move size check after referenced ptr check.
Michael Adam
2008-01-09
1
-5
/
+5
*
Save one popular malloc
Volker Lendecke
2008-01-09
1
-6
/
+18
*
Don't shrink a talloc area if we have less than 1k to gain
Volker Lendecke
2008-01-09
1
-0
/
+5
*
Only realloc the talloc stack if necessary
Volker Lendecke
2008-01-08
1
-7
/
+12
*
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Jelmer Vernooij
2008-01-08
11
-116
/
+269
|
\
|
*
Correctly free buffers in netdomjoin-gui.
Günther Deschner
2008-01-08
1
-1
/
+8
|
*
Make name_buffer in NetGetJoinInformation() talloced.
Günther Deschner
2008-01-08
1
-2
/
+2
|
*
Add NetApiBufferFree() to libnetapi.
Günther Deschner
2008-01-08
2
-0
/
+19
|
*
Fix crash bug when strequal is used too late in libnetapi_free.
Günther Deschner
2008-01-08
1
-5
/
+8
|
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
2008-01-08
1
-14
/
+14
|
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
2008-01-07
1
-13
/
+13
[next]