summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix many const compiler warnings.Jeremy Allison2011-05-051-3/+3
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+2
* Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison2011-05-041-1/+1
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-021-0/+1
* Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.Jeremy Allison2011-04-291-2/+10
* Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison2011-04-291-12/+49
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-9/+9
* s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-241-28/+2
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-051-3/+2
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...Jeremy Allison2011-03-261-1/+1
* Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-...Volodymyr Khomenko2011-03-241-1/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-20/+20
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-9/+9
* Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison2011-02-091-0/+1
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-081-12/+4
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-251-4/+22
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-251-4/+4
* Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ...Jeremy Allison2011-01-201-4/+8
* Add in fsp->access_mask checks. Not required (underlying system does this)Jeremy Allison2010-11-241-0/+38
* s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.Jelmer Vernooij2010-11-121-2/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* Fix crash in SMB2 rename found by gentest. We must always have an lcompJeremy Allison2010-10-061-1/+1
* Fix crash in SMB2 rename found by gentest. We must always have an lcompJeremy Allison2010-10-061-1/+1
* s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke2010-09-281-2/+2
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-3/+3
* Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"Jeremy Allison2010-08-261-2/+2
* s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke2010-08-241-2/+2
* s3: Remove smbd_server_fd from send_trans2_repliesVolker Lendecke2010-08-161-2/+2
* s3: use dump_data in query FILE_BASIC_UNIX_INFOVolker Lendecke2010-07-251-8/+3
* s3: Remove smbd_messaging_context() from smb_set_posix_lock()Volker Lendecke2010-07-051-2/+2
* s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1Volker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_findcloseVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from call_trans2setfsinfoVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from smbd_do_qfsinfoVolker Lendecke2010-06-121-2/+2
* s3: Remove smbd_server_conn from call_trans2findnextVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from call_trans2findfirstVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from send_trans2_repliesVolker Lendecke2010-06-121-1/+1
* SMB2: Fix rename on Windows 7.Ira Cooper2010-06-011-8/+0
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:smbd Use the right num_sidsSimo Sorce2010-05-291-1/+1
* Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...Jeremy Allison2010-05-201-7/+26
* Fix bug 7442 - Samba returns incorrect SMB2 QFS device info.Jeremy Allison2010-05-191-2/+9
* Implement missing info level SMB_FILE_LINK_INFORMATION.Jeremy Allison2010-05-181-5/+99
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+0
* Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2010-05-131-0/+10