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
2001-08-17
Use tparam not tdata when reallocing params to make clearer.
Jeremy Allison
1
-12
/
+15
2001-08-17
more useful debug messages and check if the size are non null.
Jean-François Micouleau
1
-10
/
+17
2001-08-12
Fixed crash bug when attempting to list contents of non-existent
Tim Potter
1
-0
/
+3
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2
-11
/
+38
2001-08-12
This patch does a number of things, mostly smaller than they look :-)
Andrew Bartlett
1
-0
/
+363
2001-08-10
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
1
-0
/
+116
2001-08-10
Debug cleanups.
Tim Potter
1
-3
/
+3
2001-08-10
Had the test for cli_is_error() reversed. You idiot Stimpy!
Tim Potter
1
-1
/
+1
2001-08-10
Fixes for new client error api.
Tim Potter
1
-2
/
+2
2001-08-10
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
13
-182
/
+283
2001-08-10
Changed the order of arguments in make_oem_passwd_hash(). All the other
Tim Potter
2
-2
/
+3
2001-08-08
Factored out common rpc pipe initialisation and shutdown code.
Tim Potter
7
-300
/
+86
2001-08-06
Fixed another possible memleak in cli_initialise()
Tim Potter
1
-0
/
+6
2001-08-06
Cleaned up error handling in cli_initialise() to fix a memleak found by
Tim Potter
1
-10
/
+14
2001-08-06
Changed lone malloc() call to talloc(). Spotted by
Tim Potter
1
-1
/
+1
2001-07-30
Added "use mmap" for HPUX.
Jeremy Allison
1
-1
/
+1
2001-07-30
Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicode
Jeremy Allison
1
-57
/
+6
2001-07-23
cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't an
Tim Potter
1
-1
/
+4
2001-07-23
Added a warning debug if cli_samr_lookup_rids is called with more than 1000
Tim Potter
1
-1
/
+7
2001-07-20
In cli_lsa_lookup_sids() don't append a separator character between domain
Tim Potter
1
-1
/
+2
2001-07-20
Changed the cli_lsa_lookup_sids() function to unpack the domain and user or
Tim Potter
1
-3
/
+7
2001-07-08
formatting fix
Andrew Tridgell
1
-1
/
+1
2001-07-07
fixed some unicode and LANMAN2 bugs in trans2 find first
Andrew Tridgell
1
-103
/
+77
2001-07-07
Add backend encryption support for NTLMv2.
Andrew Bartlett
2
-5
/
+100
2001-07-05
Renamed formal parameter fd to fnum because we're talking about SMB file
Tim Potter
1
-10
/
+7
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
4
-9
/
+9
2001-07-04
The big character set handling changeover!
Andrew Tridgell
15
-266
/
+94
2001-07-03
Fixed incorrect comment for cli_NetServerEnum()
Tim Potter
1
-4
/
+4
2001-07-02
Insure caught the fact that PTRDIFFs were being done between two unrelated
Jeremy Allison
2
-5
/
+17
2001-07-01
cli_read() was reading too many bytes.
Andrew Tridgell
1
-2
/
+1
2001-06-29
Use a logical cli_read(), removed the cli_read_one() hack.
Jeremy Allison
1
-124
/
+61
2001-06-27
Fix a stupid typo ...
Richard Sharpe
1
-2
/
+2
2001-06-26
Put an 0x in front of a hex number.
Tim Potter
1
-1
/
+1
2001-06-25
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
1
-1
/
+1
2001-06-25
- make the regresison test mode code build in by default. This should
Andrew Tridgell
1
-4
/
+1
2001-06-22
added the ability to test smbd safely as an ordinary user. The way it works is
Andrew Tridgell
1
-3
/
+9
2001-06-22
Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts to
Tim Potter
1
-20
/
+34
2001-06-22
Merged cli_read_one() function for reading DCE/RPC reply fragments.
Tim Potter
1
-0
/
+46
2001-06-22
added some comments to make the cli read code clearer
Andrew Tridgell
1
-4
/
+14
2001-06-21
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
1
-5
/
+8
2001-06-21
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
Andrew Tridgell
4
-14
/
+30
2001-06-21
Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Jeremy Allison
2
-8
/
+15
2001-06-20
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jeremy Allison
2
-2
/
+2
2001-06-20
Added cli_samr_delete_dom_user() function.
Tim Potter
1
-0
/
+44
2001-06-18
New info level tester.
Jeremy Allison
1
-0
/
+43
2001-06-18
added a oplock break handler hook to the client code, this allows for more co...
Andrew Tridgell
2
-47
/
+79
2001-06-18
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
Tim Potter
1
-1
/
+1
2001-06-15
Added a unix error code for NT_STATUS_PATH_NOT_COVERED.
Tim Potter
1
-0
/
+1
2001-06-15
Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.
Tim Potter
1
-0
/
+49
2001-06-13
Added some msdfs client routines.
Tim Potter
1
-0
/
+222
[prev]
[next]