summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* convert more code to use XFILEAndrew Tridgell2001-09-101-13/+13
* Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe2001-09-091-0/+7
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* actually obey the "use mmap" smb.conf optionAndrew Tridgell2001-09-061-1/+1
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-057-64/+55
* fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell2001-09-051-9/+10
* more warning fixes on solarisAndrew Tridgell2001-09-051-2/+2
* Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter2001-09-051-0/+177
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-2/+2
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-045-63/+77
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-032-0/+595
* the next step in our error code handling changeAndrew Tridgell2001-09-031-0/+11
* use a name not a number for ERRinsufficientbufferAndrew Tridgell2001-09-011-1/+1
* Fuss, fuss, fuss...Christopher R. Hertel2001-08-291-2/+2
* Should be dbgtext, not dbg_text.Tim Potter2001-08-291-2/+2
* Patched to ensure that it won't break HEAD.Christopher R. Hertel2001-08-291-6/+10
* Merge of sam sync code from TNG.Tim Potter2001-08-281-3/+142
* fixed typoAndrew Tridgell2001-08-281-1/+1
* Convert to NTSTATUS.Tim Potter2001-08-276-166/+165
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-277-43/+43
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-275-53/+902
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-274-51/+32
* get rid of compiler warningsHerb Lewis2001-08-241-8/+8
* Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison2001-08-241-1/+88
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-242-5/+3
* 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