index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
reply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-23
Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"
Volker Lendecke
1
-4
/
+3
2009-11-23
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
1
-2
/
+1
2009-11-23
Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...
Volker Lendecke
1
-4
/
+2
2009-11-23
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
1
-17
/
+11
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
1
-11
/
+17
2009-11-21
s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicit
Volker Lendecke
1
-2
/
+4
2009-11-21
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
1
-1
/
+2
2009-11-21
s3: Make the implicit reference to Protocol in mask_match() explicit
Volker Lendecke
1
-3
/
+4
2009-11-21
s3: Tune if-conditions in a very hot codepath
Volker Lendecke
1
-1
/
+1
2009-11-18
s3: Do not talloc in readdir
Volker Lendecke
1
-43
/
+51
2009-11-17
Start removing SMB_STRUCT_STAT variables except for
Jeremy Allison
1
-15
/
+13
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-2
/
+1
2009-11-16
Don't overwrite a dynamic pointer with the address of a stack
Jeremy Allison
1
-8
/
+5
2009-11-05
Got the logic simplification worked out so we still pass
Jeremy Allison
1
-3
/
+3
2009-11-05
Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify
Jeremy Allison
1
-3
/
+3
2009-11-05
Simplify the logic - remove extraneous argument and calls to set_close_write_...
Jeremy Allison
1
-3
/
+3
2009-11-05
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
1
-3
/
+3
2009-11-04
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
1
-7
/
+5
2009-10-08
Cope with old CIFSFS clients that use SMBunlink to remove
Jeremy Allison
1
-2
/
+11
2009-10-02
Remove lots of duplicate code and move it into one
Jeremy Allison
1
-60
/
+21
2009-08-28
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
1
-8
/
+42
2009-08-27
s3:streams: check for :$DATA only in the backend (fix bug #6642)
Stefan Metzmacher
1
-3
/
+0
2009-08-12
Add "store create time" parameter (docs to follow)
Jeremy Allison
1
-1
/
+1
2009-08-10
Refactor the use of create_time and change time to go
Jeremy Allison
1
-1
/
+1
2009-08-07
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
1
-12
/
+15
2009-08-07
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
1
-14
/
+19
2009-08-07
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
1
-3
/
+2
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-1
/
+1
2009-07-24
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
1
-73
/
+39
2009-07-24
s3: Simplify rename_internals() by passing in smb_filename structs
Tim Prouty
1
-51
/
+37
2009-07-24
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
1
-0
/
+18
2009-07-21
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
1
-59
/
+27
2009-07-21
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
1
-18
/
+9
2009-07-21
s3: Plumb smb_filename through map_open_params_to_ntcreate
Tim Prouty
1
-9
/
+10
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-82
/
+57
2009-07-15
Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....
Jeremy Allison
1
-0
/
+2
2009-07-14
Create a talloc_stackframe for each file in wildcard unlink
Volker Lendecke
1
-0
/
+10
2009-07-10
Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...
Jeremy Allison
1
-30
/
+42
2009-07-10
s3:smbd: make smbd_do_locking() non static
Stefan Metzmacher
1
-16
/
+9
2009-07-10
s3:smbd: abstract the main locking logic from the LockingAndX parsing
Stefan Metzmacher
1
-178
/
+254
2009-07-08
s3: Repace a char * with an smb_filename struct in reply_rmdir
Tim Prouty
1
-3
/
+8
2009-07-08
s3: Change the share_mode_lock struct to store a base_name and stream_name
Tim Prouty
1
-8
/
+9
2009-07-08
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
1
-28
/
+37
2009-07-08
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
Jeremy Allison
1
-2
/
+2
2009-07-08
The migration to struct stat_ex broke the calculation of
Jeremy Allison
1
-0
/
+28
2009-07-07
s3:smbd: cancel all locks that are made before the first failure
Stefan Metzmacher
1
-6
/
+6
2009-07-06
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
1
-27
/
+29
2009-07-06
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
1
-1
/
+1
2009-07-06
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
1
-5
/
+6
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-45
/
+82
[next]