summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: change smb2_flush.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: change smb2_find.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: change smb2_close.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: change smb2_break.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+6
* s3:smbd: change reply.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-50/+50
* s3:smbd: change pipes.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-3/+3
* s3:smbd: change oplock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-5/+5
* s3:smbd: change open.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-4/+4
* s3:smbd: change nttrans.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-3/+5
* s3:smbd: change files.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: change fake_file.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: change blocking.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-14/+15
* s3:smbd: change aio.c to use fsp_fnum_dbg() for logging fsp->fnum.Michael Adam2012-06-151-2/+2
* s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+10
* s3:locking: change locking.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-8/+8
* s3:locking: change brlock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-4/+4
* s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam2012-06-152-0/+29
* s3:lib: elaborate the comment for fsp_str_debug a bit.Michael Adam2012-06-151-1/+1
* s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.Michael Adam2012-06-151-2/+1
* s3:smbd: change FNUM_FIELD_INVALID from -1 to 0Michael Adam2012-06-151-1/+1
* s3:smbd: use FNUM_FIELD_INVALID instead of literal -1Michael Adam2012-06-154-9/+13
* s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnumMichael Adam2012-06-151-0/+2
* s3:files: factor fsp_free() out of file_free()Michael Adam2012-06-152-20/+28
* s3:files: reorder file_free() a bitMichael Adam2012-06-151-16/+18
* s3:smbd: refactor fsp_new() out of file_new()Michael Adam2012-06-152-34/+57
* s3:smbd: use fsp_persistent_id() as persistent_file_id part for SMB2 (bug #8995)Stefan Metzmacher2012-06-143-6/+9
* s3:smbd: add a fsp_persistent_id() functionStefan Metzmacher2012-06-142-0/+25
* s3:smbd: only set fsp->fh->gen_id for a client connectionStefan Metzmacher2012-06-141-1/+2
* s3:smbd: try to make fsp->fh->gen_id as globally unique as possibleStefan Metzmacher2012-06-141-1/+19
* s3: Simplify tdb_data_is_cstr a bitVolker Lendecke2012-06-141-1/+1
* s3: Fix a commentVolker Lendecke2012-06-141-15/+13
* s3: Make --pw-nt-hash useable in smbclientVolker Lendecke2012-06-121-0/+3
* s3: Add --pw-nt-hash to popt_common_credentialsVolker Lendecke2012-06-121-0/+5
* s3: Add cli_state->pw_nt_hashVolker Lendecke2012-06-123-1/+10
* s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke2012-06-122-0/+17
* s3-libsmbclient: change vnum to 0.2.0Stefan Metzmacher2012-06-122-1/+173
* s3-libsmbclient: Add OptionUseNTHashVolker Lendecke2012-06-124-0/+34
* s3: Add CLI_FULL_CONNECTION_USE_NT_HASHVolker Lendecke2012-06-121-0/+1
* S3: Add ntlmssp_set_password_hashVolker Lendecke2012-06-122-0/+24
* s3-libsmbclient: Make SMBC_call_auth_fn staticVolker Lendecke2012-06-122-10/+1
* s3:torture: fix use of non-existent word (existant)Michael Adam2012-06-121-3/+3
* s3:printing: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* s3:vfs:scannedonly: fix use of non-existent word (existant)Michael Adam2012-06-121-5/+5
* libsmbclient: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* s3: Make vfswrap_audit_file staticVolker Lendecke2012-06-121-5/+5
* s3: Fix Coverity ID 703870 Uninitialized scalar variableVolker Lendecke2012-06-111-0/+1
* s3: Save errno around a TALLOC_FREEVolker Lendecke2012-06-111-0/+3
* s3: Fix Coverity ID 703871 Unused pointer valueVolker Lendecke2012-06-111-0/+4
* s3-winbindd: add comments about dump_core_setupMatthieu Patou2012-06-111-0/+11
* s3:smbd: explain parameters to filename_convert call in smbd_smb2_create_send()Michael Adam2012-06-111-2/+2