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
*
s3:libsmb: add an option to cli_push to let the caller provide the buffers
Stefan Metzmacher
2009-03-10
1
-8
/
+25
*
s3:libsmb: only treat a return 0 as end of file
Stefan Metzmacher
2009-03-10
1
-4
/
+1
*
s3:libsmb: fix a lot of cli_push() bugs
Stefan Metzmacher
2009-03-10
1
-95
/
+107
*
Fix a smbclient segfault against security=share servers
Volker Lendecke
2009-03-07
1
-3
/
+10
*
Fix some nonempty blank lines
Volker Lendecke
2009-03-07
1
-22
/
+22
*
s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()
Stefan Metzmacher
2009-03-06
1
-27
/
+25
*
s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...
Stefan Metzmacher
2009-03-06
3
-7
/
+10
*
s3:signing: the seqnum should only be decremented by 1 for ntcancel requests
Stefan Metzmacher
2009-03-06
1
-2
/
+4
*
s3:libsmb: smb signing works the same for extented and non-extended security
Stefan Metzmacher
2009-03-06
1
-5
/
+18
*
Convert name_mangle() to use talloc
Volker Lendecke
2009-02-24
2
-8
/
+32
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-1
/
+1
*
Make char* parameters const
Derrell Lipman
2009-02-23
1
-16
/
+6
*
Remove the static "chal" from ntlmssp.c:get_challenge()
Volker Lendecke
2009-02-21
1
-7
/
+5
*
Move some bytes from the data to the text segment
Volker Lendecke
2009-02-21
1
-3
/
+3
*
Change smbc_set_credentials_with_fallback() (unreleased) to use
Jeremy Allison
2009-02-20
1
-7
/
+14
*
variable grouping: just my OCD desire to keep similar things together
Derrell Lipman
2009-02-20
1
-5
/
+7
*
Make libsmbclient work with DFS
Bo Yang
2009-02-20
6
-6
/
+96
*
s3: Add extid to the dev/inode pair
Tim Prouty
2009-02-19
1
-12
/
+27
*
Interesting C compiler you have there... :-)
Volker Lendecke
2009-02-19
1
-1
/
+1
*
Fix coverity CID-602. Possible use of uninitialized var.
Jeremy Allison
2009-02-18
1
-1
/
+1
*
Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...
Jeremy Allison
2009-02-17
1
-0
/
+5
*
remove accidental white space
Derrell Lipman
2009-02-14
1
-1
/
+0
*
Get rid of the warnings I had for testing
Derrell Lipman
2009-02-14
1
-5
/
+0
*
It seems some systems use f_flags instead of f_flag. Use the appropriate one.
Derrell Lipman
2009-02-14
1
-4
/
+11
*
f_frsize field is not ubiquitous. Check for it.
Derrell Lipman
2009-02-14
1
-0
/
+4
*
The f_fsid field is not always an integer type. Don't set it in that case.
Derrell Lipman
2009-02-14
1
-0
/
+5
*
Ensure consistency of values on stack (caught by AIX compiler)
Derrell Lipman
2009-02-14
1
-16
/
+16
*
Check for the right error return value
Derrell Lipman
2009-02-14
1
-2
/
+3
*
[Bug 6069] Add a fstatvfs function for libsmbclient
Derrell Lipman
2009-02-14
2
-4
/
+4
*
s3 libsmbclient: Fix fstatvfs to be more portable
Tim Prouty
2009-02-13
2
-4
/
+4
*
[Bug 6069] Add a fstatvfs function for libsmbclient
Derrell Lipman
2009-02-12
5
-0
/
+355
*
Do not use strlen if not necessary... :-)
Volker Lendecke
2009-02-10
1
-4
/
+2
*
If we receive a DOS error code, nt_errstr should display it
Volker Lendecke
2009-02-10
1
-0
/
+5
*
eliminate compiler warnings
Derrell Lipman
2009-02-09
1
-4
/
+7
*
s3: use struct netr_Credential in cred_step().
Günther Deschner
2009-02-05
1
-1
/
+1
*
Probably fixes a crash during name resolution when log level >= 10
Ted Percival
2009-02-03
1
-1
/
+1
*
Fix Coverity ID 870
Volker Lendecke
2009-02-03
1
-0
/
+4
*
Next step disentangling async_req from NTSTATUS
Volker Lendecke
2009-02-02
1
-1
/
+1
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
6
-35
/
+35
*
Make is_andx_req non-static
Volker Lendecke
2009-01-31
2
-26
/
+25
*
Add async cli_ntcreate
Volker Lendecke
2009-01-30
1
-0
/
+132
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
4
-67
/
+166
*
Make cli_session_setup_guest async
Volker Lendecke
2009-01-30
1
-37
/
+103
*
Add the strlen to push to smb_bytes_push_str, return the converted size
Volker Lendecke
2009-01-29
3
-12
/
+18
*
cli_ucs2
Volker Lendecke
2009-01-29
1
-0
/
+10
*
Fix a valgrind error when the socket dies
Volker Lendecke
2009-01-28
1
-4
/
+9
*
s3:namecache: remove unused namecache_shutdown() function
Stefan Metzmacher
2009-01-27
1
-21
/
+0
*
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
2009-01-26
7
-32
/
+49
*
Fix an error path memleak
Volker Lendecke
2009-01-25
1
-0
/
+1
*
Make smb_bytes_push_str deal with a NULL buf returning NULL
Volker Lendecke
2009-01-25
1
-1
/
+6
[next]