index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r779: Fix specific case of open that doesn't cause oplock break, or share mod...
Jeremy Allison
2007-10-10
2
-7
/
+22
*
r776: I should have just cut and pasted from my build area and I would
Herb Lewis
2007-10-10
1
-1
/
+1
*
r775: merge trunk 774 to samba 3_0 - fix bad compare in for loop
Herb Lewis
2007-10-10
1
-5
/
+1
*
r772: fix cut and paste error in comment
Herb Lewis
2007-10-10
1
-1
/
+1
*
r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
2007-10-10
1
-1
/
+6
*
r762: Fix for #1319 when security > share.
Jeremy Allison
2007-10-10
1
-2
/
+8
*
r742: Volker discovered that we can truncate a locked file. Well I never ! :-).
Jeremy Allison
2007-10-10
1
-22
/
+2
*
r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode locking
Richard Sharpe
2007-10-10
1
-0
/
+14
*
r737: Handle -S and user mount parms
Steve French
2007-10-10
1
-24
/
+40
*
r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u...
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r710: Fix smbclient symlink command when widelinks = no.
Jeremy Allison
2007-10-10
2
-72
/
+8
*
r706: Fix erroneous commit... I've not finished testing the
Jeremy Allison
2007-10-10
1
-9
/
+3
*
r704: BUG 1315: fix for schannel client connections to server's that don't su...
Gerald Carter
2007-10-10
4
-18
/
+45
*
r698: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy Allison
2007-10-10
2
-13
/
+52
*
r689: removed unneeded forward declarations
Gerald Carter
2007-10-10
1
-3
/
+0
*
r675: merge from SAMBA_4_0:
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r658: Oops - make smbclient work again with widelinks = no :-).
Jeremy Allison
2007-10-10
2
-6
/
+8
*
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
2007-10-10
6
-148
/
+119
*
r654: There is no point in having two lines of:
Richard Sharpe
2007-10-10
1
-1
/
+1
*
r653: Ok, so tridge convinced me. Allow full UNIX path symlinks
Jeremy Allison
2007-10-10
2
-27
/
+25
*
r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind
Jeremy Allison
2007-10-10
1
-2
/
+94
*
r647: fix for setting the called name to by our IP if the called name was *SM...
Gerald Carter
2007-10-10
3
-25
/
+7
*
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison
2007-10-10
2
-0
/
+7
*
r643: fix typo
Herb Lewis
2007-10-10
1
-1
/
+1
*
r642: use RPC_CLIENT_OBJ instead of file name
Herb Lewis
2007-10-10
1
-2
/
+2
*
r640: Make cifsvfs symlinks work with paths within and external to the
Jeremy Allison
2007-10-10
2
-7
/
+42
*
r635: put files that are referenced multiple times in separate
Herb Lewis
2007-10-10
1
-38
/
+63
*
r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensure
Richard Sharpe
2007-10-10
1
-1
/
+1
*
r616: Bug #1333.
Richard Sharpe
2007-10-10
1
-2
/
+8
*
r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. Also
Richard Sharpe
2007-10-10
1
-29
/
+264
*
r588: Some fixes from coolo ...
Richard Sharpe
2007-10-10
2
-5
/
+15
*
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
2007-10-10
16
-133
/
+89
*
r568: setting version to 3.0.5pre1
Gerald Carter
2007-10-10
1
-1
/
+1
*
r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
2007-10-10
3
-0
/
+5
*
r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r560: Fix bugzilla 1279: cannot control individual print jobs using cups
Jim McDonough
2007-10-10
1
-3
/
+3
*
r559: Some fixes from coolo ...
Richard Sharpe
2007-10-10
1
-2
/
+2
*
r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ...
Gerald Carter
2007-10-10
1
-0
/
+6
*
r555: Fix big-endian storage of jobids in jobs_changed list. Found during
Jim McDonough
2007-10-10
1
-1
/
+3
*
r551: BUG 1293: fix double free in printer publishing code
Gerald Carter
2007-10-10
1
-2
/
+1
*
r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ma...
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid writ...
Volker Lendecke
2007-10-10
1
-3
/
+6
*
r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the f...
Gerald Carter
2007-10-10
1
-0
/
+1
*
r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...
Gerald Carter
2007-10-10
4
-9
/
+12
*
r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp
Jeremy Allison
2007-10-10
2
-1
/
+4
*
r538: Mem leak fix from kawasa_r@itg.hitachi.co.jp
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r535: Another memleak fix from kawasa_r@itg.hitachi.co.jp
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need to
Jeremy Allison
2007-10-10
1
-8
/
+32
*
r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
2007-10-10
1
-2
/
+8
*
r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code
Jeremy Allison
2007-10-10
1
-5
/
+9
[prev]
[next]