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
*
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
2001-08-27
5
-53
/
+902
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
4
-51
/
+32
*
get rid of compiler warnings
Herb Lewis
2001-08-24
1
-8
/
+8
*
Re-added readbraw call to test with smbtorture. This code not yet
Jeremy Allison
2001-08-24
1
-1
/
+88
*
fixed handling of 139/445 in clients
Andrew Tridgell
2001-08-24
2
-5
/
+3
*
Fixed debug in cli_establish_connection() - print out the called name on
Tim Potter
2001-08-24
1
-1
/
+1
*
Make domain_client_validate return a status code instead of a boolean.
Tim Potter
2001-08-24
1
-9
/
+13
*
fixed shortname length in trans2 list
Andrew Tridgell
2001-08-24
1
-1
/
+2
*
use 32 bit locking if client doesn't do 64 bit
Andrew Tridgell
2001-08-23
1
-0
/
+8
*
better error reporting for servers that don't do port 445
Andrew Tridgell
2001-08-23
1
-1
/
+4
*
added port 445 support to our client code
Andrew Tridgell
2001-08-22
1
-5
/
+19
*
a fix for directory listing with the dave/thursby client
Andrew Tridgell
2001-08-22
1
-1
/
+1
*
string terminate in mkdir
Andrew Tridgell
2001-08-21
1
-1
/
+1
*
Added cli_lsa_open_policy2()
Tim Potter
2001-08-21
1
-0
/
+58
*
Distinguish between NT informational and error codes.
Tim Potter
2001-08-21
1
-4
/
+10
*
allow for the NULL in make_nmb_name()
Andrew Tridgell
2001-08-20
1
-1
/
+1
*
a bunch of fixes from the sflight to seattle
Andrew Tridgell
2001-08-20
3
-9
/
+11
*
Realloc fix.
Jeremy Allison
2001-08-19
1
-3
/
+13
*
Use tparam not tdata when reallocing params to make clearer.
Jeremy Allison
2001-08-17
1
-12
/
+15
*
more useful debug messages and check if the size are non null.
Jean-François Micouleau
2001-08-17
1
-10
/
+17
*
Fixed crash bug when attempting to list contents of non-existent
Tim Potter
2001-08-12
1
-0
/
+3
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
2
-11
/
+38
*
This patch does a number of things, mostly smaller than they look :-)
Andrew Bartlett
2001-08-12
1
-0
/
+363
*
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
2001-08-10
1
-0
/
+116
*
Debug cleanups.
Tim Potter
2001-08-10
1
-3
/
+3
*
Had the test for cli_is_error() reversed. You idiot Stimpy!
Tim Potter
2001-08-10
1
-1
/
+1
*
Fixes for new client error api.
Tim Potter
2001-08-10
1
-2
/
+2
*
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
2001-08-10
13
-182
/
+283
*
Changed the order of arguments in make_oem_passwd_hash(). All the other
Tim Potter
2001-08-10
2
-2
/
+3
*
Factored out common rpc pipe initialisation and shutdown code.
Tim Potter
2001-08-08
7
-300
/
+86
*
Fixed another possible memleak in cli_initialise()
Tim Potter
2001-08-06
1
-0
/
+6
*
Cleaned up error handling in cli_initialise() to fix a memleak found by
Tim Potter
2001-08-06
1
-10
/
+14
*
Changed lone malloc() call to talloc(). Spotted by
Tim Potter
2001-08-06
1
-1
/
+1
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicode
Jeremy Allison
2001-07-30
1
-57
/
+6
*
cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't an
Tim Potter
2001-07-23
1
-1
/
+4
*
Added a warning debug if cli_samr_lookup_rids is called with more than 1000
Tim Potter
2001-07-23
1
-1
/
+7
*
In cli_lsa_lookup_sids() don't append a separator character between domain
Tim Potter
2001-07-20
1
-1
/
+2
*
Changed the cli_lsa_lookup_sids() function to unpack the domain and user or
Tim Potter
2001-07-20
1
-3
/
+7
*
formatting fix
Andrew Tridgell
2001-07-08
1
-1
/
+1
*
fixed some unicode and LANMAN2 bugs in trans2 find first
Andrew Tridgell
2001-07-07
1
-103
/
+77
*
Add backend encryption support for NTLMv2.
Andrew Bartlett
2001-07-07
2
-5
/
+100
*
Renamed formal parameter fd to fnum because we're talking about SMB file
Tim Potter
2001-07-05
1
-10
/
+7
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
4
-9
/
+9
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
15
-266
/
+94
*
Fixed incorrect comment for cli_NetServerEnum()
Tim Potter
2001-07-03
1
-4
/
+4
*
Insure caught the fact that PTRDIFFs were being done between two unrelated
Jeremy Allison
2001-07-02
2
-5
/
+17
*
cli_read() was reading too many bytes.
Andrew Tridgell
2001-07-01
1
-2
/
+1
*
Use a logical cli_read(), removed the cli_read_one() hack.
Jeremy Allison
2001-06-29
1
-124
/
+61
*
Fix a stupid typo ...
Richard Sharpe
2001-06-27
1
-2
/
+2
[next]