summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-3/+12
* typoSimo Sorce2001-09-171-5/+2
* move to SAFE_FREE()Simo Sorce2001-09-1710-141/+91
* Merge of sam_pwd_hash() function from tng.Tim Potter2001-09-141-0/+17
* Use session key from cli_state struct rather than the uninitialised oneTim Potter2001-09-141-4/+2
* Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter2001-09-131-10/+12
* Some patches to authentication:Tim Potter2001-09-121-1/+0
* Converted DFS error returns to WERROR instead of uint32.Tim Potter2001-09-121-6/+6
* Added a string for NT_STATUS_OK, m'kay?Tim Potter2001-09-111-0/+1
* 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