summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-0815-118/+118
* Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison2009-08-071-30/+3
* Correctly send out notify messages for timestamp changes.Jeremy Allison2009-08-071-5/+3
* s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()Stefan Metzmacher2009-08-071-443/+482
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-077-88/+135
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-075-48/+46
* s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-229/+215
* s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-139/+89
* s3:smbd: add generic smbd_dirptr_get_entry()Stefan Metzmacher2009-08-072-0/+163
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-073-17/+17
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-075-31/+35
* s3:smbd: don't ignore check_descend in get_dir_entry()Stefan Metzmacher2009-08-071-0/+6
* s3: Fix a bug in renames of directoriesTim Prouty2009-08-061-6/+19
* Remove a const warning.Jeremy Allison2009-08-061-1/+1
* Put SMB_INFO_STANDARD back into setfileinfo, but do it rightJeremy Allison2009-08-061-0/+45
* We're not changing last write, but setting this to be FILE_NOTIFY_CHANGE_CREA...Jeremy Allison2009-07-311-1/+1
* Tidy up treatment of ctime.Jeremy Allison2009-07-302-5/+9
* Fix bug #6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-07-301-0/+16
* Remove the extraneous logic in smb_set_info_standard - weJeremy Allison2009-07-301-26/+8
* SMB_INFO_STANDARD is not a valid info level on set,Jeremy Allison2009-07-301-42/+0
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
* Fix a valgrind error in chain_replyVolker Lendecke2009-07-271-3/+10
* Move 16 bytes from data to r/o text segmentVolker Lendecke2009-07-251-1/+1
* First patch for "new VFS" portabilityVolker Lendecke2009-07-251-5/+5
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-245-105/+63
* s3: Remove a few callers of get_full_smb_filename()Tim Prouty2009-07-242-45/+81
* s3 onefs: Fix the onefs modules after the big refactoringTim Prouty2009-07-241-12/+12
* s3: Simplify rename_internals() by passing in smb_filename structsTim Prouty2009-07-243-155/+125
* s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty2009-07-246-42/+82
* add my copyright after the VFS rewriteVolker Lendecke2009-07-241-0/+1
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-32/+838
* In chain_reply, copy the subrequests' error to the main requestVolker Lendecke2009-07-241-0/+15
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-2410-20/+20
* Fix some nonempty blank linesVolker Lendecke2009-07-241-4/+4
* s3: Change unix_convert to use an smb_filename struct internallyTim Prouty2009-07-222-138/+168
* s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()Tim Prouty2009-07-222-9/+30
* s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()Tim Prouty2009-07-224-26/+37
* s3: plumb smb_filename through some of the trans2 posix_* functionsTim Prouty2009-07-211-60/+38
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-214-119/+63
* s3: Remove the now unused fname parameter from filename_convert()Tim Prouty2009-07-215-50/+23
* s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twiceTim Prouty2009-07-211-50/+75
* s3: Remove unnecessary fname argument from callers of filename_convertTim Prouty2009-07-211-9/+14
* s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty2009-07-213-19/+20
* do not log chdir with level 0 if reason is access deniedChristian Ambach2009-07-211-2/+2
* s3: Add some asserts to the filename util functionsTim Prouty2009-07-201-0/+12
* s3: Plumb smb_filename through open_fake_fileTim Prouty2009-07-202-18/+24
* s3: Separate out a new file: filename_utils.cTim Prouty2009-07-204-228/+249
* s3: Move is_ntfs_stream*() to filename.cTim Prouty2009-07-202-24/+24
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-2027-559/+539
* s3 onefs oplocks: Replace static fstring with talloc'd dbg_ctx()Tim Prouty2009-07-201-16/+16