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
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
2008-08-12
1
-22
/
+16
*
doserr: add WERR_MEMBER_IN_ALIAS.
Günther Deschner
2008-08-11
1
-0
/
+1
*
fix build warning.
Günther Deschner
2008-08-11
1
-1
/
+1
*
One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor...
Jeremy Allison
2008-08-08
1
-3
/
+3
*
Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum...
Jeremy Allison
2008-08-08
1
-3
/
+3
*
Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some
Jeremy Allison
2008-08-08
2
-3
/
+185
*
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
2008-08-07
1
-3
/
+2
*
clikrb5: don't use krb5_keyblock_init() when no salt is specified
Stefan Metzmacher
2008-08-04
1
-35
/
+30
*
cli_request_new() already gave use the req, remove a pointless function call
Volker Lendecke
2008-08-01
1
-2
/
+0
*
Fix a typo
Volker Lendecke
2008-08-01
1
-5
/
+5
*
Remove one reference to PI_LSARPC
Volker Lendecke
2008-07-21
1
-1
/
+2
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp
Volker Lendecke
2008-07-20
1
-7
/
+7
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
4
-12
/
+15
*
Use the macro to call samba_version_string().
Andreas Schneider
2008-07-17
1
-1
/
+1
*
The compatibility function also should have a const buffer pointer
Derrell Lipman
2008-07-16
1
-1
/
+1
*
The buf in the smbclient write function should be const.
Andreas Schneider
2008-07-16
1
-1
/
+1
*
Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test
Derrell Lipman
2008-07-16
2
-2
/
+24
|
\
|
*
Release still reachable memory if the smbclient context is freed.
Andreas Schneider
2008-07-15
1
-0
/
+19
|
*
fix build warning.
Günther Deschner
2008-07-15
1
-2
/
+5
*
|
Fix typos.
Derrell Lipman
2008-07-16
1
-1
/
+1
|
/
*
Revert "Pass NULL to gencache_get when we are not interested in the timeout v...
Volker Lendecke
2008-07-11
3
-5
/
+10
*
Revert "Remove gencache_[un]lock_entry"
Volker Lendecke
2008-07-11
1
-2
/
+10
*
[BUG 5580] Allow access to DFS shares via libsmbclient
Derrell Lipman
2008-07-08
1
-0
/
+20
*
Remove gencache_[un]lock_entry
Volker Lendecke
2008-07-03
1
-10
/
+2
*
Pass NULL to gencache_get when we are not interested in the timeout value
Volker Lendecke
2008-07-03
3
-10
/
+5
*
Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.
Jeremy Allison
2008-07-01
1
-1
/
+6
*
Fix return of uninitialized variable.
Jeremy Allison
2008-06-26
1
-1
/
+1
*
errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN.
Günther Deschner
2008-06-26
1
-0
/
+4
*
rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.
Günther Deschner
2008-06-25
1
-3
/
+3
*
crypto: add decrypt_drsuapi_blob from samba4.
Günther Deschner
2008-06-24
1
-0
/
+114
*
kerberos: add smb_krb5_keytab_name().
Günther Deschner
2008-06-24
1
-0
/
+22
*
kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...
Günther Deschner
2008-06-24
1
-18
/
+38
*
clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.
Günther Deschner
2008-06-17
1
-10
/
+10
*
dsgetdcname: allow to use NULL mem_ctx.
Günther Deschner
2008-06-17
1
-1
/
+1
*
Fix a crash in add_failed_connection_entry
Volker Lendecke
2008-06-07
1
-1
/
+2
*
Make the gencache based conncache use talloc_tos()
Volker Lendecke
2008-06-07
1
-11
/
+15
*
Negative conn cache uses gencache
Marc VanHeyningen
2008-06-07
1
-129
/
+189
*
More correct fix (hopefully :-) for any memory leaks.
Jeremy Allison
2008-06-05
1
-1
/
+17
*
Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
Jeremy Allison
2008-06-02
1
-3
/
+3
*
errors: add more WERRORs.
Günther Deschner
2008-06-03
1
-0
/
+5
*
doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.
Günther Deschner
2008-06-03
1
-0
/
+3
*
minor memory leak fix
Chere Zhou
2008-05-30
1
-0
/
+1
*
Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
Jeremy Allison
2008-05-28
2
-191
/
+3
*
Memory leak fixes from Chere Zhou <czhou@isilon.com>.
Jeremy Allison
2008-05-27
1
-0
/
+1
*
dsgetdcname: use family (instead of sa_family).
Günther Deschner
2008-05-27
1
-1
/
+1
*
doserr: add WERR_REVISION_MISMATCH.
Günther Deschner
2008-05-27
1
-0
/
+1
*
Fix two bogus uninitalized variable warnings
Volker Lendecke
2008-05-25
1
-1
/
+2
*
drsuapi: add all code required for our drsuapi rpc client.
Günther Deschner
2008-05-23
1
-0
/
+84
*
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
2008-05-23
1
-20
/
+21
*
Fix bug #5479, print spool shares require max_xmit to
Jeremy Allison
2008-05-21
1
-1
/
+6
[next]