summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell5-63/+77
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell2-0/+595
2001-09-03the next step in our error code handling changeAndrew Tridgell1-0/+11
2001-09-01use a name not a number for ERRinsufficientbufferAndrew Tridgell1-1/+1
2001-08-29Fuss, fuss, fuss...Christopher R. Hertel1-2/+2
2001-08-29Should be dbgtext, not dbg_text.Tim Potter1-2/+2
2001-08-29Patched to ensure that it won't break HEAD.Christopher R. Hertel1-6/+10
2001-08-28Merge of sam sync code from TNG.Tim Potter1-3/+142
2001-08-28fixed typoAndrew Tridgell1-1/+1
2001-08-27Convert to NTSTATUS.Tim Potter6-166/+165
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell7-43/+43
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell5-53/+902
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell4-51/+32
2001-08-24get rid of compiler warningsHerb Lewis1-8/+8
2001-08-24Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison1-1/+88
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell2-5/+3
2001-08-24Fixed debug in cli_establish_connection() - print out the called name onTim Potter1-1/+1
2001-08-24Make domain_client_validate return a status code instead of a boolean.Tim Potter1-9/+13
2001-08-24fixed shortname length in trans2 listAndrew Tridgell1-1/+2
2001-08-23use 32 bit locking if client doesn't do 64 bitAndrew Tridgell1-0/+8
2001-08-23better error reporting for servers that don't do port 445Andrew Tridgell1-1/+4
2001-08-22added port 445 support to our client codeAndrew Tridgell1-5/+19
2001-08-22a fix for directory listing with the dave/thursby clientAndrew Tridgell1-1/+1
2001-08-21string terminate in mkdirAndrew Tridgell1-1/+1
2001-08-21Added cli_lsa_open_policy2()Tim Potter1-0/+58
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