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
*
Check the right pointer for non-NULL
Volker Lendecke
2008-03-06
1
-1
/
+1
*
Continued revamping of libsmbclient.
Derrell Lipman
2008-03-03
10
-1043
/
+1091
*
Return NULL, not 0, from a function which returns a pointer.
Derrell Lipman
2008-03-01
2
-3
/
+2
*
Additional revamped libsmbclient documentation
Derrell Lipman
2008-03-01
11
-2050
/
+2232
*
Modified revamp of the libsmbclient interface.
Derrell Lipman
2008-03-01
9
-227
/
+272
*
Initial revamp of the libsmbclient interface.
Derrell Lipman
2008-03-01
12
-7397
/
+8385
*
Revert "Add infrastructure to support async SMB requests"
Volker Lendecke
2008-03-01
1
-483
/
+0
*
Revert "Add async cli_pull support"
Volker Lendecke
2008-03-01
1
-425
/
+0
*
Revert "Convert cli_read to use cli_pull"
Volker Lendecke
2008-03-01
1
-15
/
+163
*
Restore 3.0 behaviour with empty /etc/hosts
Volker Lendecke
2008-02-29
1
-2
/
+5
*
Check the right variable for being NULL
Volker Lendecke
2008-02-29
1
-1
/
+1
*
Fix memleak in netsamlogon_cache_get().
Günther Deschner
2008-02-28
1
-0
/
+1
*
Convert cli_read to use cli_pull
Volker Lendecke
2008-02-28
1
-163
/
+15
*
Add async cli_pull support
Volker Lendecke
2008-02-28
1
-0
/
+425
*
Add infrastructure to support async SMB requests
Volker Lendecke
2008-02-28
1
-0
/
+483
*
Fix the build - don't use SMB_TRANS_ENC_GSS without
Jeremy Allison
2008-02-28
1
-6
/
+2
*
Add cli_setup_packet_buf
Volker Lendecke
2008-02-28
1
-22
/
+32
*
Make cli_struct a talloc parent
Volker Lendecke
2008-02-28
1
-2
/
+2
*
Add WERR_TIME_SKEW to werror mapping tables.
Günther Deschner
2008-02-28
1
-0
/
+2
*
Add explicit buf arg to cli_check_sign_mac
Volker Lendecke
2008-02-28
3
-4
/
+4
*
Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_mac
Volker Lendecke
2008-02-28
4
-8
/
+9
*
Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.
Günther Deschner
2008-02-28
1
-77
/
+67
*
Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing against
Jeremy Allison
2008-02-28
2
-1
/
+27
*
Add my copyright.
Günther Deschner
2008-02-27
1
-0
/
+1
*
Use new LSA_POLICY defines in lsa rpc server code and other places.
Günther Deschner
2008-02-27
1
-1
/
+1
*
add smbc_ftruncate() to emulate POSIX ftruncate()
Derrell Lipman
2008-02-26
2
-0
/
+81
*
add a function to truncate a file to a specified size
Derrell Lipman
2008-02-26
1
-0
/
+49
*
Fix some warnings
Volker Lendecke
2008-02-25
1
-2
/
+1
*
Fix typo
Volker Lendecke
2008-02-23
1
-2
/
+2
*
Fix a C++ warning
Volker Lendecke
2008-02-23
1
-1
/
+2
*
Fix memory leaks on error path
Tim Potter
2008-02-20
1
-1
/
+8
*
Remove unused creds_client_check and creds_client_step.
Günther Deschner
2008-02-17
1
-23
/
+0
*
Use new IDL based PAC structures in clikrb5.c
Günther Deschner
2008-02-17
1
-7
/
+7
*
Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.
Günther Deschner
2008-02-17
1
-98
/
+119
*
Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".
Günther Deschner
2008-02-16
1
-1
/
+26
*
Remove unused creds_server_check and creds_server_step.
Günther Deschner
2008-02-16
1
-41
/
+0
*
Replace DOM_CHAL with "struct netr_Credential" where we can right now.
Günther Deschner
2008-02-15
1
-15
/
+17
*
Add netlogon_creds_server_check and netlogon_creds_server_step.
Günther Deschner
2008-02-15
1
-0
/
+45
*
Add netlogon_creds_client_check and netlogon_creds_client_step.
Günther Deschner
2008-02-15
1
-0
/
+31
*
Allow the mechOID to be written separately.
Jeremy Allison
2008-02-14
1
-2
/
+4
*
Use rpccli_lsa_EnumTrustDom all over the place.
Günther Deschner
2008-02-13
1
-2
/
+26
*
Add a missing return
Volker Lendecke
2008-02-11
1
-1
/
+1
*
We don't need the extra null termination - we've
Jeremy Allison
2008-02-08
1
-9
/
+4
*
Make clilist work again with OS/2 (kukks help!).
Jeremy Allison
2008-02-08
1
-1
/
+17
*
From kukks - prevent crashes if finfo.name == NULL.
Jeremy Allison
2008-02-08
1
-0
/
+11
*
Try and fix length and finfo calls for older clients. Working
Jeremy Allison
2008-02-08
1
-7
/
+21
*
Fix bug reported on IRC enumerating shares with OS/2.
Jeremy Allison
2008-02-08
1
-3
/
+4
*
Fix some typos.
Karolin Seeger
2008-02-08
1
-1
/
+1
*
Convert receive_smb_raw to NTSTATUS
Volker Lendecke
2008-02-02
1
-4
/
+25
*
read_socket_with_timeout_ntstatus->read_socket_with_timeout
Volker Lendecke
2008-02-02
1
-1
/
+1
[next]