summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-08-21Distinguish between NT informational and error codes.Tim Potter1-4/+10
2001-08-20allow for the NULL in make_nmb_name()Andrew Tridgell1-1/+1
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell3-9/+11
2001-08-19Realloc fix.Jeremy Allison1-3/+13
2001-08-17Use tparam not tdata when reallocing params to make clearer.Jeremy Allison1-12/+15
2001-08-17more useful debug messages and check if the size are non null.Jean-François Micouleau1-10/+17
2001-08-12Fixed crash bug when attempting to list contents of non-existentTim Potter1-0/+3
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2-11/+38
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-0/+363
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-0/+116
2001-08-10Debug cleanups.Tim Potter1-3/+3
2001-08-10Had the test for cli_is_error() reversed. You idiot Stimpy!Tim Potter1-1/+1
2001-08-10Fixes for new client error api.Tim Potter1-2/+2
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter13-182/+283
2001-08-10Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter2-2/+3
2001-08-08Factored out common rpc pipe initialisation and shutdown code.Tim Potter7-300/+86
2001-08-06Fixed another possible memleak in cli_initialise()Tim Potter1-0/+6
2001-08-06Cleaned up error handling in cli_initialise() to fix a memleak found byTim Potter1-10/+14
2001-08-06Changed lone malloc() call to talloc(). Spotted byTim Potter1-1/+1
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-30Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison1-57/+6
2001-07-23cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't anTim Potter1-1/+4
2001-07-23Added a warning debug if cli_samr_lookup_rids is called with more than 1000Tim Potter1-1/+7
2001-07-20In cli_lsa_lookup_sids() don't append a separator character between domainTim Potter1-1/+2
2001-07-20Changed the cli_lsa_lookup_sids() function to unpack the domain and user orTim Potter1-3/+7
2001-07-08formatting fixAndrew Tridgell1-1/+1
2001-07-07fixed some unicode and LANMAN2 bugs in trans2 find firstAndrew Tridgell1-103/+77
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett2-5/+100
2001-07-05Renamed formal parameter fd to fnum because we're talking about SMB fileTim Potter1-10/+7
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell4-9/+9
2001-07-04The big character set handling changeover!Andrew Tridgell15-266/+94
2001-07-03Fixed incorrect comment for cli_NetServerEnum()Tim Potter1-4/+4
2001-07-02Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2-5/+17
2001-07-01cli_read() was reading too many bytes.Andrew Tridgell1-2/+1
2001-06-29Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison1-124/+61
2001-06-27Fix a stupid typo ...Richard Sharpe1-2/+2
2001-06-26Put an 0x in front of a hex number.Tim Potter1-1/+1
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-4/+1
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-3/+9
2001-06-22Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter1-20/+34
2001-06-22Merged cli_read_one() function for reading DCE/RPC reply fragments.Tim Potter1-0/+46
2001-06-22added some comments to make the cli read code clearerAndrew Tridgell1-4/+14
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-5/+8
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell4-14/+30
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2-8/+15
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2-2/+2
2001-06-20Added cli_samr_delete_dom_user() function.Tim Potter1-0/+44
2001-06-18New info level tester.Jeremy Allison1-0/+43
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2-47/+79