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
*
Add header for NetGetJoinableOUs to libnetapi.
Günther Deschner
2008-01-18
1
-0
/
+11
*
merged changes from v4-0-test
Andrew Tridgell
2008-01-18
2
-43
/
+43
*
Add NetGetJoinableOUs() to libnetapi (incl. example).
Günther Deschner
2008-01-18
3
-3
/
+309
*
Cosmetics and error string reporting for libnetapi.
Günther Deschner
2008-01-18
3
-16
/
+114
*
Add some more debugging into netdomjoin-gui.
Günther Deschner
2008-01-18
1
-4
/
+9
*
Fix local hostname detection in netdomjoin-gui.
Günther Deschner
2008-01-18
1
-10
/
+27
*
Improve libnetapi_set_error_string().
Günther Deschner
2008-01-18
2
-7
/
+39
*
Use new pidl-generated netlogon client calls in NetApi GetDcName().
Günther Deschner
2008-01-17
2
-38
/
+8
*
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
[next]