summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* waf: Update to newer upstream snapshot.Jelmer Vernooij2012-06-151-9/+11
* update-waf.sh: make mktemp happy by including anything Xes.Jelmer Vernooij2012-06-151-1/+1
* lib/util: Fix typo in comment.Jelmer Vernooij2012-06-151-1/+1
* make librpc/build_idl.sh more portableBjörn Jacke2012-06-141-1/+2
* 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
* tdb2: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher2012-06-141-2/+0
* tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher2012-06-141-2/+0
* lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher2012-06-143-10/+16
* lib/replace: execute strptime.c testsStefan Metzmacher2012-06-141-0/+1
* Revert "replace: use replace for non 'samba' compliant strptime"Stefan Metzmacher2012-06-141-19/+0
* lib/replace: add more condition to add snprintf.cStefan Metzmacher2012-06-141-1/+3
* Revert "lib/replace: Fix snprintf() override for systems with a broken snprin...Stefan Metzmacher2012-06-141-1/+1
* lib/replace: s/execute=1/execute=TrueStefan Metzmacher2012-06-141-1/+1
* s3: Fix a commentVolker Lendecke2012-06-141-15/+13
* replace: fix unused variable warningBjörn Jacke2012-06-131-3/+6
* Revert "replace: fix unused variable warning"Björn Jacke2012-06-131-5/+4
* s3: fix build without ads supportBjörn Jacke2012-06-131-3/+4
* replace: fix unused variable warningBjörn Jacke2012-06-131-4/+5
* doc: fix typo uniq → uniqueBjörn Jacke2012-06-131-1/+1
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-1312-439/+439
* s3: Use talloc_tos() in more places in dbwrap_utilVolker Lendecke2012-06-121-6/+10
* 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