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
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-12
fix nonempty blank lines
Volker Lendecke
1
-98
/
+98
2008-09-11
Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...
Jeremy Allison
1
-34
/
+55
2008-09-10
Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.
Jeremy Allison
1
-2
/
+14
2008-09-10
Fix some bogus compiler warnings
Volker Lendecke
1
-5
/
+10
2008-09-09
Fix make test on sparc and possibly also on AIX
Volker Lendecke
1
-1
/
+3
2008-09-09
Convert cli_query_secdesc to the async trans call
Volker Lendecke
1
-21
/
+16
2008-09-09
Convert cli_qfileinfo to the async trans call
Volker Lendecke
1
-21
/
+19
2008-09-09
Add async trans/trans2/nttrans calls to libsmb
Volker Lendecke
1
-0
/
+701
2008-09-09
Move setting the mid field in req->outbuf from _cork to _uncork
Volker Lendecke
1
-1
/
+1
2008-09-09
Add utility function cli_in_chain()
Volker Lendecke
1
-0
/
+15
2008-09-09
make smb_bytes_push_str public
Volker Lendecke
1
-1
/
+1
2008-09-09
Fix a memleak in cli_qfilename (only used in smbtorture)
Volker Lendecke
1
-0
/
+5
2008-09-05
Protect against a closed socket
Volker Lendecke
1
-0
/
+5
2008-09-05
Do proper error handling if the socket is closed
Volker Lendecke
1
-2
/
+8
2008-09-04
Cleanup of DC enumeration in get_dcs()
Steven Danneman
1
-1
/
+1
2008-09-02
doserr: add WERR_WRONG_PASSWORD.
Günther Deschner
1
-0
/
+2
2008-09-01
Fix some nonempty blank lines
Volker Lendecke
1
-11
/
+11
2008-09-01
Fix typo
Volker Lendecke
1
-1
/
+1
2008-08-31
Remove a duplicate retval check
Volker Lendecke
1
-8
/
+2
2008-08-29
kerberos: use KRB5_KT_KEY macro where appropriate.
Günther Deschner
1
-15
/
+5
2008-08-29
kerberos: move the KRB5_KEY* macros to header file.
Günther Deschner
1
-12
/
+0
2008-08-28
Remove cli_request_get()
Volker Lendecke
3
-23
/
+16
2008-08-28
Add async smbecho client support
Volker Lendecke
1
-27
/
+139
2008-08-28
Add cli_request->recv_helper
Volker Lendecke
1
-1
/
+6
2008-08-28
Activate code to enable chained requests
Volker Lendecke
1
-176
/
+27
2008-08-28
This adds the code to allow chained requests in libsmb/
Volker Lendecke
1
-0
/
+534
2008-08-28
Move "struct cli_request" from client.h to async_smb.h
Volker Lendecke
1
-6
/
+32
2008-08-28
Add cli_pull_reply
Volker Lendecke
3
-10
/
+81
2008-08-28
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
3
-90
/
+81
2008-08-28
Add async open&x
Volker Lendecke
1
-33
/
+117
2008-08-28
Add async cli_close
Volker Lendecke
1
-13
/
+38
2008-08-28
Refactoring: Add the routine cli_request_send()
Volker Lendecke
2
-51
/
+82
2008-08-27
Correct the netsamlogon_clear_cached_user function.
Ephi Dror
1
-36
/
+18
2008-08-23
Revert "Protect against short read&x replies"
Volker Lendecke
1
-4
/
+0
2008-08-23
Protect against short read&x replies
Volker Lendecke
1
-0
/
+4
2008-08-21
Fix Bug #5710 and make machine account password changing work again.
Günther Deschner
1
-23
/
+52
2008-08-18
Fix length error in wrapping spnego blob
Igor Mammedov
1
-1
/
+1
2008-08-14
Prevent NT_STATUS 0xF1000000 errors from appearing when
Jim McDonough
1
-0
/
+6
2008-08-13
Revert "If it is a forced DOS error, nt_errstr should say so"
Volker Lendecke
1
-5
/
+0
2008-08-13
If it is a forced DOS error, nt_errstr should say so
Volker Lendecke
1
-0
/
+5
2008-08-12
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
1
-22
/
+16
2008-08-11
doserr: add WERR_MEMBER_IN_ALIAS.
Günther Deschner
1
-0
/
+1
2008-08-11
fix build warning.
Günther Deschner
1
-1
/
+1
2008-08-08
One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor...
Jeremy Allison
1
-3
/
+3
2008-08-08
Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum...
Jeremy Allison
1
-3
/
+3
2008-08-08
Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some
Jeremy Allison
2
-3
/
+185
2008-08-07
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
1
-3
/
+2
2008-08-04
clikrb5: don't use krb5_keyblock_init() when no salt is specified
Stefan Metzmacher
1
-35
/
+30
2008-08-01
cli_request_new() already gave use the req, remove a pointless function call
Volker Lendecke
1
-2
/
+0
2008-08-01
Fix a typo
Volker Lendecke
1
-5
/
+5
[prev]
[next]