summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-3/+3
2011-05-20Fix bug 8133 - strange behavior for the file (whose filename first character ...Jeremy Allison1-2/+3
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-18Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.Jeremy Allison1-10/+15
2011-05-05Fix many const compiler warnings.Jeremy Allison1-3/+3
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-2/+2
2011-05-04Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison1-1/+1
2011-05-02s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner1-0/+1
2011-04-29Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.Jeremy Allison1-2/+10
2011-04-29Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison1-12/+49
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-9/+9
2011-04-24s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-28/+2
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-04-05Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison1-3/+2
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-0/+1
2011-03-26Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...Jeremy Allison1-1/+1
2011-03-24Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-...Volodymyr Khomenko1-1/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-20/+20
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-9/+9
2011-02-09Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison1-0/+1
2011-02-08If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison1-12/+4
2011-01-25Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison1-4/+22
2011-01-25Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison1-4/+4
2011-01-20Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ...Jeremy Allison1-4/+8
2010-11-24Add in fsp->access_mask checks. Not required (underlying system does this)Jeremy Allison1-0/+38
2010-11-12s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.Jelmer Vernooij1-2/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-10-06Fix crash in SMB2 rename found by gentest. We must always have an lcompJeremy Allison1-1/+1
2010-10-06Fix crash in SMB2 rename found by gentest. We must always have an lcompJeremy Allison1-1/+1
2010-09-28s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke1-2/+2
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett1-3/+3
2010-08-26Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"Jeremy Allison1-2/+2
2010-08-24s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke1-2/+2
2010-08-16s3: Remove smbd_server_fd from send_trans2_repliesVolker Lendecke1-2/+2
2010-07-25s3: use dump_data in query FILE_BASIC_UNIX_INFOVolker Lendecke1-8/+3
2010-07-05s3: Remove smbd_messaging_context() from smb_set_posix_lock()Volker Lendecke1-2/+2
2010-06-12s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1Volker Lendecke1-1/+1
2010-06-12s3: Remove smbd_server_conn from reply_findcloseVolker Lendecke1-1/+1
2010-06-12s3: Remove smbd_server_conn from call_trans2setfsinfoVolker Lendecke1-1/+1
2010-06-12s3: Remove smbd_server_conn from smbd_do_qfsinfoVolker Lendecke1-2/+2
2010-06-12s3: Remove smbd_server_conn from call_trans2findnextVolker Lendecke1-1/+1
2010-06-12s3: Remove smbd_server_conn from call_trans2findfirstVolker Lendecke1-1/+1
2010-06-12s3: Remove smbd_server_conn from send_trans2_repliesVolker Lendecke1-1/+1
2010-06-01SMB2: Fix rename on Windows 7.Ira Cooper1-8/+0