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
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix build with arc4.
Jelmer Vernooij
2008-09-24
2
-20
/
+29
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Jelmer Vernooij
2008-09-24
2
-3
/
+3
|
\
|
|
*
Use common crc32 implementation.
Jelmer Vernooij
2008-09-24
2
-3
/
+3
*
|
Use common arcfour implementation.
Jelmer Vernooij
2008-09-24
2
-18
/
+18
|
/
*
s3-nbt: use the new generated nbt.
Günther Deschner
2008-09-24
2
-293
/
+120
*
s3: fix NETLOGON_NT_VERSION version flags.
Günther Deschner
2008-09-23
1
-10
/
+10
*
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-1
/
+1
*
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
2
-4
/
+4
*
netlogon: move password change code out to rpccli_netlogon_set_trust_password.
Günther Deschner
2008-09-21
1
-94
/
+5
*
netlogon: refactor just_change_the_password a bit.
Günther Deschner
2008-09-21
1
-22
/
+16
*
netlogon: use init_netr_CryptPassword in "just_change_the_password"
Günther Deschner
2008-09-21
1
-13
/
+10
*
Make use of TALLOC_ZERO_P
Volker Lendecke
2008-09-21
1
-3
/
+1
*
Remove a cast -- thanks metze
Volker Lendecke
2008-09-17
1
-2
/
+2
*
Factor out validate_smb_crypto
Volker Lendecke
2008-09-12
1
-41
/
+53
*
Fix "make test" -- gna...
Volker Lendecke
2008-09-12
1
-1
/
+1
*
remove a pointless empty line
Volker Lendecke
2008-09-12
1
-1
/
+0
*
Add a paranoia check on incoming PDUs
Volker Lendecke
2008-09-12
1
-0
/
+7
*
doserr: add WERR_NO_SUCH_ALIAS.
Günther Deschner
2008-09-12
1
-0
/
+1
*
fix nonempty blank lines
Volker Lendecke
2008-09-12
1
-98
/
+98
*
Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...
Jeremy Allison
2008-09-11
1
-34
/
+55
*
Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.
Jeremy Allison
2008-09-10
1
-2
/
+14
*
Fix some bogus compiler warnings
Volker Lendecke
2008-09-10
1
-5
/
+10
*
Fix make test on sparc and possibly also on AIX
Volker Lendecke
2008-09-09
1
-1
/
+3
*
Convert cli_query_secdesc to the async trans call
Volker Lendecke
2008-09-09
1
-21
/
+16
*
Convert cli_qfileinfo to the async trans call
Volker Lendecke
2008-09-09
1
-21
/
+19
*
Add async trans/trans2/nttrans calls to libsmb
Volker Lendecke
2008-09-09
1
-0
/
+701
*
Move setting the mid field in req->outbuf from _cork to _uncork
Volker Lendecke
2008-09-09
1
-1
/
+1
*
Add utility function cli_in_chain()
Volker Lendecke
2008-09-09
1
-0
/
+15
*
make smb_bytes_push_str public
Volker Lendecke
2008-09-09
1
-1
/
+1
*
Fix a memleak in cli_qfilename (only used in smbtorture)
Volker Lendecke
2008-09-09
1
-0
/
+5
*
Protect against a closed socket
Volker Lendecke
2008-09-05
1
-0
/
+5
*
Do proper error handling if the socket is closed
Volker Lendecke
2008-09-05
1
-2
/
+8
*
Cleanup of DC enumeration in get_dcs()
Steven Danneman
2008-09-04
1
-1
/
+1
*
doserr: add WERR_WRONG_PASSWORD.
Günther Deschner
2008-09-02
1
-0
/
+2
*
Fix some nonempty blank lines
Volker Lendecke
2008-09-01
1
-11
/
+11
*
Fix typo
Volker Lendecke
2008-09-01
1
-1
/
+1
*
Remove a duplicate retval check
Volker Lendecke
2008-08-31
1
-8
/
+2
*
kerberos: use KRB5_KT_KEY macro where appropriate.
Günther Deschner
2008-08-29
1
-15
/
+5
*
kerberos: move the KRB5_KEY* macros to header file.
Günther Deschner
2008-08-29
1
-12
/
+0
*
Remove cli_request_get()
Volker Lendecke
2008-08-28
3
-23
/
+16
*
Add async smbecho client support
Volker Lendecke
2008-08-28
1
-27
/
+139
*
Add cli_request->recv_helper
Volker Lendecke
2008-08-28
1
-1
/
+6
*
Activate code to enable chained requests
Volker Lendecke
2008-08-28
1
-176
/
+27
*
This adds the code to allow chained requests in libsmb/
Volker Lendecke
2008-08-28
1
-0
/
+534
*
Move "struct cli_request" from client.h to async_smb.h
Volker Lendecke
2008-08-28
1
-6
/
+32
*
Add cli_pull_reply
Volker Lendecke
2008-08-28
3
-10
/
+81
*
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
2008-08-28
3
-90
/
+81
*
Add async open&x
Volker Lendecke
2008-08-28
1
-33
/
+117
*
Add async cli_close
Volker Lendecke
2008-08-28
1
-13
/
+38
*
Refactoring: Add the routine cli_request_send()
Volker Lendecke
2008-08-28
2
-51
/
+82
[prev]
[next]