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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...
Gerald Carter
1
-3
/
+2
2007-10-10
r5160: First cut at refactoring of directory code to handle non-wildcard
Jeremy Allison
1
-6
/
+9
2007-10-10
r5154: Tidy up interface a little.
Jeremy Allison
1
-3
/
+1
2007-10-10
r5152: Restructure the directory handling code, stop using void * pointers
Jeremy Allison
1
-7
/
+6
2007-10-10
r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory
Jeremy Allison
1
-76
/
+18
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-20
/
+20
2007-10-10
r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,
Jeremy Allison
1
-2
/
+2
2007-10-10
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3895: Fix for bug #2045. May also fix other timestamp bugs with Excel
Jeremy Allison
1
-7
/
+13
2007-10-10
r3889: Only set mtime from pending_modtime if it's not already zero...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.
Jeremy Allison
1
-27
/
+40
2007-10-10
r3814: At least use a proper constant name (aRONLY :-) not a number.
Jeremy Allison
1
-2
/
+2
2007-10-10
r3811: Believe it or not, but this patch seems to be necessary. If someone se...
Volker Lendecke
1
-2
/
+11
2007-10-10
r3794: Added set posix acl functionality into the UNIX extensions code.
Jeremy Allison
1
-0
/
+38
2007-10-10
r3714: Getfacl now seems to work on files and directories. Next do setfacl
Jeremy Allison
1
-0
/
+1
2007-10-10
r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.
Jeremy Allison
1
-3
/
+194
2007-10-10
r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max data
Jeremy Allison
1
-48
/
+46
2007-10-10
r3663: Fix too tight checking of incoming secondary trans2 requests.
Jeremy Allison
1
-2
/
+2
2007-10-10
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
Jeremy Allison
1
-7
/
+9
2007-10-10
r3225: Fix correct use of resume name. Cope with the resume
Jeremy Allison
1
-3
/
+7
2007-10-10
r3002: Fix for bug #1886 - prevent delete on close being set
Jeremy Allison
1
-16
/
+29
2007-10-10
r2708: Don't look for bzero, we don't use it.
Jeremy Allison
1
-1
/
+11
2007-10-10
r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASIC
Jeremy Allison
1
-26
/
+0
2007-10-10
r2637: Fix the roundup problem (returning 1mb roundup) for non-Windows
Jeremy Allison
1
-11
/
+34
2007-10-10
r2196: This error code change is incorrect. Still working on it...
Jeremy Allison
1
-5
/
+0
2007-10-10
r2194: Here is the efforts of much pain reproducing W2K3 pathname
Jeremy Allison
1
-0
/
+5
2007-10-10
r1472: Make mknod work again for the CIFS client. Still needs some
Jeremy Allison
1
-10
/
+29
2007-10-10
r1255: Ensure we check attributes correctly on rename request. Gets us furthe...
Jeremy Allison
1
-1
/
+1
2007-10-10
r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
Jeremy Allison
1
-26
/
+35
2007-10-10
r1093: Ensure we clear any cached errors on a deferred open call so
Jeremy Allison
1
-0
/
+1
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-2
/
+6
2007-10-10
r957: Fixup moribund unix extensions mknod code path. Don't add in
Jeremy Allison
1
-2
/
+3
2007-10-10
r779: Fix specific case of open that doesn't cause oplock break, or share mod...
Jeremy Allison
1
-1
/
+1
2007-10-10
r710: Fix smbclient symlink command when widelinks = no.
Jeremy Allison
1
-70
/
+7
2007-10-10
r706: Fix erroneous commit... I've not finished testing the
Jeremy Allison
1
-9
/
+3
2007-10-10
r698: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy Allison
1
-2
/
+8
2007-10-10
r658: Oops - make smbclient work again with widelinks = no :-).
Jeremy Allison
1
-6
/
+4
2007-10-10
r654: There is no point in having two lines of:
Richard Sharpe
1
-1
/
+1
2007-10-10
r653: Ok, so tridge convinced me. Allow full UNIX path symlinks
Jeremy Allison
1
-26
/
+25
2007-10-10
r640: Make cifsvfs symlinks work with paths within and external to the
Jeremy Allison
1
-7
/
+41
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-7
/
+6
2007-10-10
r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).
Tim Potter
1
-0
/
+2
2007-10-10
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r247: Fixup a couple of debug messages.
Jeremy Allison
1
-2
/
+2
2007-10-10
r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.
Jeremy Allison
1
-1
/
+1
2007-10-10
r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for the
Jeremy Allison
1
-75
/
+175
2007-10-10
r96: Stupid f&%'n UNIX extensions.... SETPATHINFO
Jeremy Allison
1
-29
/
+32
2007-10-10
r81: Make EA's case independent - fix smbtorture to test for this.
Jeremy Allison
1
-1
/
+24
2004-04-02
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
1
-8
/
+8
2004-03-31
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
Jeremy Allison
1
-3
/
+328
[next]