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-01-09
Change registry_create_admin_token() to return NTSTATUS.
Michael Adam
1
-2
/
+11
2008-01-09
Move content of comment.
Michael Adam
1
-4
/
+4
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
3
-33
/
+52
2008-01-09
Add a comment.
Michael Adam
1
-0
/
+1
2008-01-09
Fix talloctort: move size check after referenced ptr check.
Michael Adam
1
-5
/
+5
2008-01-09
Save one popular malloc
Volker Lendecke
1
-6
/
+18
2008-01-09
Don't shrink a talloc area if we have less than 1k to gain
Volker Lendecke
1
-0
/
+5
2008-01-08
Only realloc the talloc stack if necessary
Volker Lendecke
1
-7
/
+12
2008-01-08
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Jelmer Vernooij
11
-116
/
+269
2008-01-08
Correctly free buffers in netdomjoin-gui.
Günther Deschner
1
-1
/
+8
2008-01-08
Make name_buffer in NetGetJoinInformation() talloced.
Günther Deschner
1
-2
/
+2
2008-01-08
Add NetApiBufferFree() to libnetapi.
Günther Deschner
2
-0
/
+19
2008-01-08
Fix crash bug when strequal is used too late in libnetapi_free.
Günther Deschner
1
-5
/
+8
2008-01-08
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
1
-14
/
+14
2008-01-07
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
1
-13
/
+13
2008-01-07
Enable talloc reporting in libnetapi if DEVELOPER compiled.
Günther Deschner
1
-0
/
+3
2008-01-07
make db_tdb_fetch use tdb_parse_record
Volker Lendecke
1
-13
/
+33
2008-01-07
Change db_tdb_fetch_locked to use only one talloc
Volker Lendecke
1
-35
/
+53
2008-01-07
talloc_stackframe only needs 1 talloc
Volker Lendecke
1
-11
/
+7
2008-01-07
In libnetapi example, use libnetapi_get_error_string().
Günther Deschner
1
-1
/
+6
2008-01-07
In the local path of NetJoinDomain, try to get error string from libnetjoin.
Günther Deschner
1
-0
/
+3
2008-01-07
Add libnetapi_set_error_string and libnetapi_get_error_string.
Günther Deschner
2
-4
/
+33
2008-01-07
Add krb5 cc env to libnetapi_ctx.
Günther Deschner
1
-0
/
+4
2008-01-07
Let libnetapi use it's own krb5 cred cache in memory if necessary.
Günther Deschner
1
-0
/
+33
2008-01-07
Rearrange order of libnet join context init.
Günther Deschner
1
-3
/
+3
2008-01-07
Free libnet_JoinCtx after joining.
Günther Deschner
1
-1
/
+4
2008-01-07
Close registry in libnetapi_free().
Günther Deschner
1
-0
/
+1
2008-01-07
Add NET_API_STATUS_SUCCESS define.
Günther Deschner
2
-10
/
+14
2008-01-07
Add free_local_machine_name().
Günther Deschner
2
-0
/
+6
2008-01-07
Fix two memleaks in libnetapi.
Günther Deschner
1
-1
/
+4
2008-01-07
In gfree_debugsyms() free the format_bufr as well.
Günther Deschner
1
-0
/
+2
2008-01-07
Failure while unjoining a domain is non-critical.
Günther Deschner
1
-8
/
+2
2008-01-05
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Jelmer Vernooij
20
-302
/
+326
2008-01-05
selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...
Jelmer Vernooij
1
-13
/
+154
2008-01-05
Fix missing return - should be void.
Jeremy Allison
1
-1
/
+1
2008-01-05
Add general '-e' option to enable smb encryption
Jeremy Allison
2
-1
/
+19
2008-01-04
Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.
Günther Deschner
1
-8
/
+4
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2
-95
/
+0
2008-01-04
Rename server_name to dc_name in libnet join structures.
Günther Deschner
1
-6
/
+8
2008-01-04
In libnet_join finally separate the admin from the machine pwd entirely.
Günther Deschner
1
-5
/
+5
2008-01-04
Add debug switch to netdomjoin.
Günther Deschner
1
-2
/
+10
2008-01-04
Minor cosmetic cleanup for netdomjoin-gui.
Günther Deschner
2
-18
/
+37
2008-01-04
Fix some error strings in netdomjoin-gui.
Günther Deschner
1
-12
/
+31
2008-01-03
Minor libnetapi join cosmetic cleanup.
Günther Deschner
1
-3
/
+3
2008-01-03
Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().
Michael Adam
1
-2
/
+2
2008-01-03
Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.
Günther Deschner
1
-1
/
+0
2008-01-03
Trivial simplification
Volker Lendecke
1
-3
/
+2
2008-01-02
Convert the little caches in util_sock.c to use
Jeremy Allison
1
-47
/
+118
2008-01-02
Merge branch 'work/v3-2-test' into v3-2-test
Gerald (Jerry) Carter
1
-24
/
+25
2008-01-02
use C99 bool return types (true & false).
Gerald (Jerry) Carter
1
-17
/
+17
[next]