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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21858: Fix typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r21857: Stop pretending to be Vista in the %a macro towards Samba clients.
Günther Deschner
1
-1
/
+3
2007-10-10
r21847: Fix memory leaks in error paths (and in main code path in one case...)
Jeremy Allison
1
-0
/
+1
2007-10-10
r21845: Refactor the sessionsetupX code a little to allow us
Jeremy Allison
1
-42
/
+193
2007-10-10
r21803: Missed part of patch to make self-referrals work.
Jeremy Allison
1
-0
/
+1
2007-10-10
r21801: Fix Coverity ID # 342
Volker Lendecke
1
-0
/
+1
2007-10-10
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
5
-441
/
+650
2007-10-10
r21792: Fix crash bug triggered by Excel reported by Jerry.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2
-4
/
+1
2007-10-10
r21783: Add in the "create info" field to the reply
Jeremy Allison
1
-22
/
+32
2007-10-10
r21777: As Stevef requested and the Apple guys agreed, make
Jeremy Allison
1
-4
/
+8
2007-10-10
r21774: Fix the build with Fedora Core 6.
Günther Deschner
1
-0
/
+4
2007-10-10
r21770: For old DOS style searches we must remember if
Jeremy Allison
1
-0
/
+5
2007-10-10
r21769: Attempt to fix bug #4384 in old search code.
Jeremy Allison
1
-14
/
+4
2007-10-10
r21766: Fix compiler warning.
James Peach
1
-1
/
+1
2007-10-10
r21765: Fix the build for HP-UX.
James Peach
1
-1
/
+6
2007-10-10
r21763: Add support for the UNIX_INFO2 infolevel.
James Peach
1
-46
/
+245
2007-10-10
r21759: Fix the same bug in a more elegant way, strrchr_m
Jeremy Allison
1
-7
/
+12
2007-10-10
r21758: Fix a very specific dfs bug when passing in POSIX
Jeremy Allison
1
-3
/
+6
2007-10-10
r21756: An invarient the dfs code depended on for POSIX paths
Jeremy Allison
1
-4
/
+1
2007-10-10
r21754: Volker is completely correct. There's no need for
Jeremy Allison
4
-27
/
+126
2007-10-10
r21748: More cosmetic alignment. One change to call_nt_transact_create(): We ...
Volker Lendecke
1
-11
/
+14
2007-10-10
r21747: Cosmetic checkin to bring ntcreate and nttranscreate closer together
Volker Lendecke
1
-13
/
+19
2007-10-10
r21731: Fix long-standing bug in our chain processing code.
Jeremy Allison
1
-3
/
+20
2007-10-10
r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.
James Peach
1
-1
/
+110
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
7
-87
/
+99
2007-10-10
r21672: The cannonical file access pattern should look like this :
Jeremy Allison
3
-202
/
+298
2007-10-10
r21667: posix_unlink should break existing oplocks.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
1
-2
/
+1
2007-10-10
r21645: Make posix_unlink work - on open files too !
Jeremy Allison
1
-1
/
+24
2007-10-10
r21644: Allow mkdir on platforms with no O_DIRECTORY.
Jeremy Allison
1
-0
/
+31
2007-10-10
r21638: Change POSIX_UNLINK to allow clients to differentiate
Jeremy Allison
1
-0
/
+12
2007-10-10
r21603: Horrible backwards compatibility hack as an old server bug
Jeremy Allison
1
-1
/
+11
2007-10-10
r21547: Fix from Michael Adam <ma@sernet.de>: Refuse registry shares without ...
Volker Lendecke
1
-0
/
+8
2007-10-10
r21483: Fix use of uninitialized variable.
Jeremy Allison
1
-3
/
+6
2007-10-10
r21482: Use IPC$ not ipc$ for consistency.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21481: No one said anything, so I'm disallowing anything
Jeremy Allison
1
-7
/
+17
2007-10-10
r21480: Make fd_open match fd_close be translating
Jeremy Allison
1
-9
/
+12
2007-10-10
r21478: Add 65k length limit for split SPNEGO blobs.
Jeremy Allison
1
-9
/
+19
2007-10-10
r21467: Add GPFS-provided DMAPI support based on their GPL library
Alexander Bokovoy
1
-0
/
+2
2007-10-10
r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B...
Volker Lendecke
1
-0
/
+4
2007-10-10
r21460: Fix for server-side processing of SPNEGO auth
Jeremy Allison
2
-10
/
+217
2007-10-10
r21409: saved_status1 is not used anymore after aio write behind was removed
Volker Lendecke
1
-5
/
+2
2007-10-10
r21379: Attempt to fix the build on "gwen"
Volker Lendecke
1
-1
/
+1
2007-10-10
r21369: sys_disk_free return type is SMB_BIG_UINT.
Simo Sorce
1
-1
/
+1
2007-10-10
r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,
Jim McDonough
1
-9
/
+18
2007-10-10
r21319: Remove functions not needed anymore
Volker Lendecke
1
-44
/
+0
2007-10-10
r21280: Fix an uninitialized variable warning. Jeremy, please check.
Volker Lendecke
1
-3
/
+3
2007-10-10
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
6
-175
/
+2
2007-10-10
r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...
Volker Lendecke
2
-79
/
+15
[next]