summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-15s3:smbd: change open.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-4/+4
2012-06-15s3:smbd: change nttrans.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-3/+5
2012-06-15s3:smbd: change files.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-2/+2
2012-06-15s3:smbd: change fake_file.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-2/+2
2012-06-15s3:smbd: change blocking.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-14/+15
2012-06-15s3:smbd: change aio.c to use fsp_fnum_dbg() for logging fsp->fnum.Michael Adam1-2/+2
2012-06-15s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-6/+10
2012-06-15s3:locking: change locking.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-8/+8
2012-06-15s3:locking: change brlock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-4/+4
2012-06-15s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam2-0/+29
2012-06-15s3:lib: elaborate the comment for fsp_str_debug a bit.Michael Adam1-1/+1
2012-06-15s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.Michael Adam1-2/+1
2012-06-15s3:smbd: change FNUM_FIELD_INVALID from -1 to 0Michael Adam1-1/+1
2012-06-15s3:smbd: use FNUM_FIELD_INVALID instead of literal -1Michael Adam4-9/+13
2012-06-15s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnumMichael Adam1-0/+2
2012-06-15s3:files: factor fsp_free() out of file_free()Michael Adam2-20/+28
2012-06-15s3:files: reorder file_free() a bitMichael Adam1-16/+18
2012-06-15s3:smbd: refactor fsp_new() out of file_new()Michael Adam2-34/+57
2012-06-15waf: Update to newer upstream snapshot.Jelmer Vernooij1-9/+11
2012-06-15update-waf.sh: make mktemp happy by including anything Xes.Jelmer Vernooij1-1/+1
2012-06-15lib/util: Fix typo in comment.Jelmer Vernooij1-1/+1
2012-06-14make librpc/build_idl.sh more portableBjörn Jacke1-1/+2
2012-06-14s3:smbd: use fsp_persistent_id() as persistent_file_id part for SMB2 (bug #8995)Stefan Metzmacher3-6/+9
2012-06-14s3:smbd: add a fsp_persistent_id() functionStefan Metzmacher2-0/+25
2012-06-14s3:smbd: only set fsp->fh->gen_id for a client connectionStefan Metzmacher1-1/+2
2012-06-14s3:smbd: try to make fsp->fh->gen_id as globally unique as possibleStefan Metzmacher1-1/+19
2012-06-14s3: Simplify tdb_data_is_cstr a bitVolker Lendecke1-1/+1
2012-06-14tdb2: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher1-2/+0
2012-06-14tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher1-2/+0
2012-06-14lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher3-10/+16
2012-06-14lib/replace: execute strptime.c testsStefan Metzmacher1-0/+1
2012-06-14Revert "replace: use replace for non 'samba' compliant strptime"Stefan Metzmacher1-19/+0
2012-06-14lib/replace: add more condition to add snprintf.cStefan Metzmacher1-1/+3
2012-06-14Revert "lib/replace: Fix snprintf() override for systems with a broken snprin...Stefan Metzmacher1-1/+1
2012-06-14lib/replace: s/execute=1/execute=TrueStefan Metzmacher1-1/+1
2012-06-14s3: Fix a commentVolker Lendecke1-15/+13
2012-06-13replace: fix unused variable warningBjörn Jacke1-3/+6
2012-06-13Revert "replace: fix unused variable warning"Björn Jacke1-5/+4
2012-06-13s3: fix build without ads supportBjörn Jacke1-3/+4
2012-06-13replace: fix unused variable warningBjörn Jacke1-4/+5
2012-06-13doc: fix typo uniq → uniqueBjörn Jacke1-1/+1
2012-06-13s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher12-439/+439
2012-06-12s3: Use talloc_tos() in more places in dbwrap_utilVolker Lendecke1-6/+10
2012-06-12s3: Make --pw-nt-hash useable in smbclientVolker Lendecke1-0/+3
2012-06-12s3: Add --pw-nt-hash to popt_common_credentialsVolker Lendecke1-0/+5
2012-06-12s3: Add cli_state->pw_nt_hashVolker Lendecke3-1/+10
2012-06-12s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke2-0/+17
2012-06-12s3-libsmbclient: change vnum to 0.2.0Stefan Metzmacher2-1/+173
2012-06-12s3-libsmbclient: Add OptionUseNTHashVolker Lendecke4-0/+34
2012-06-12s3: Add CLI_FULL_CONNECTION_USE_NT_HASHVolker Lendecke1-0/+1