summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fixed debug in cli_establish_connection() - print out the called name onTim Potter2001-08-241-1/+1
* Make domain_client_validate return a status code instead of a boolean.Tim Potter2001-08-241-9/+13
* fixed shortname length in trans2 listAndrew Tridgell2001-08-241-1/+2
* use 32 bit locking if client doesn't do 64 bitAndrew Tridgell2001-08-231-0/+8
* better error reporting for servers that don't do port 445Andrew Tridgell2001-08-231-1/+4
* added port 445 support to our client codeAndrew Tridgell2001-08-221-5/+19
* a fix for directory listing with the dave/thursby clientAndrew Tridgell2001-08-221-1/+1
* string terminate in mkdirAndrew Tridgell2001-08-211-1/+1
* Added cli_lsa_open_policy2()Tim Potter2001-08-211-0/+58
* Distinguish between NT informational and error codes.Tim Potter2001-08-211-4/+10
* allow for the NULL in make_nmb_name()Andrew Tridgell2001-08-201-1/+1
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-203-9/+11
* Realloc fix.Jeremy Allison2001-08-191-3/+13
* Use tparam not tdata when reallocing params to make clearer.Jeremy Allison2001-08-171-12/+15
* more useful debug messages and check if the size are non null.Jean-François Micouleau2001-08-171-10/+17
* Fixed crash bug when attempting to list contents of non-existentTim Potter2001-08-121-0/+3
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-122-11/+38
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-0/+363
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-0/+116
* Debug cleanups.Tim Potter2001-08-101-3/+3
* Had the test for cli_is_error() reversed. You idiot Stimpy!Tim Potter2001-08-101-1/+1
* Fixes for new client error api.Tim Potter2001-08-101-2/+2
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-1013-182/+283
* Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter2001-08-102-2/+3
* Factored out common rpc pipe initialisation and shutdown code.Tim Potter2001-08-087-300/+86
* Fixed another possible memleak in cli_initialise()Tim Potter2001-08-061-0/+6
* Cleaned up error handling in cli_initialise() to fix a memleak found byTim Potter2001-08-061-10/+14
* Changed lone malloc() call to talloc(). Spotted byTim Potter2001-08-061-1/+1
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison2001-07-301-57/+6
* cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't anTim Potter2001-07-231-1/+4
* Added a warning debug if cli_samr_lookup_rids is called with more than 1000Tim Potter2001-07-231-1/+7
* In cli_lsa_lookup_sids() don't append a separator character between domainTim Potter2001-07-201-1/+2
* Changed the cli_lsa_lookup_sids() function to unpack the domain and user orTim Potter2001-07-201-3/+7
* formatting fixAndrew Tridgell2001-07-081-1/+1
* fixed some unicode and LANMAN2 bugs in trans2 find firstAndrew Tridgell2001-07-071-103/+77
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-072-5/+100
* Renamed formal parameter fd to fnum because we're talking about SMB fileTim Potter2001-07-051-10/+7
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-044-9/+9
* The big character set handling changeover!Andrew Tridgell2001-07-0415-266/+94
* Fixed incorrect comment for cli_NetServerEnum()Tim Potter2001-07-031-4/+4
* Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2001-07-022-5/+17
* cli_read() was reading too many bytes.Andrew Tridgell2001-07-011-2/+1
* Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison2001-06-291-124/+61
* Fix a stupid typo ...Richard Sharpe2001-06-271-2/+2
* Put an 0x in front of a hex number.Tim Potter2001-06-261-1/+1
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-4/+1
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-3/+9
* Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter2001-06-221-20/+34