index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug 6022] smbc_urlencode and smbc_urldecode were not exported
Derrell Lipman
2009-01-16
3
-15
/
+5
*
Treat file names in POSIX-like case-sensitive fashion by default
Derrell Lipman
2009-01-16
5
-1
/
+37
*
Fix a segfault if ? is there but the options are NULL. This is the case if SM...
Andreas Schneider
2009-01-16
1
-1
/
+1
*
"First thing, kill all the language lawyers" :-). Ensure possible insane comp...
Jeremy Allison
2009-01-16
1
-1
/
+1
*
s3: Remove a few unnecessary checks from the streams depot module and fix to ...
Tim Prouty
2009-01-16
1
-12
/
+18
*
s3: Remove a few unnecessary checks from the streams xattr module
Tim Prouty
2009-01-16
1
-11
/
+0
*
s3: Allow renames of streams via NTRENAME and fix stream error codes on rename
Tim Prouty
2009-01-15
2
-17
/
+22
*
Fix bug #6040 - Missing <th> header in Status page.
Jeremy Allison
2009-01-15
1
-1
/
+2
*
Allow reinit_after_fork to be called safely from within swat and other binari...
Jeremy Allison
2009-01-15
1
-10
/
+14
*
Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.
Jeremy Allison
2009-01-15
1
-4
/
+5
*
Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.
Jeremy Allison
2009-01-14
1
-1
/
+1
*
Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
Bo Yang
2009-01-14
1
-1
/
+1
*
Don't send message to any other child in child process.
Bo Yang
2009-01-14
1
-1
/
+33
*
Remove proto.h that got accidentially committet to v3-2-test
Michael Adam
2009-01-14
1
-10358
/
+0
*
From boyang - ensure we never "return" from a forked child, always _exit().
Jeremy Allison
2009-01-13
2
-5
/
+5
*
Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB
Jeremy Allison
2009-01-13
3
-492
/
+352
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2009-01-12
11
-397
/
+506
|
\
|
*
s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases
Stefan Metzmacher
2009-01-12
1
-16
/
+35
|
*
Even for srclen == 0 we have to return something
Volker Lendecke
2009-01-12
1
-0
/
+6
|
*
Fix null pointer refrence in event context in backport from v3-3-test
Bo Yang
2009-01-11
1
-2
/
+6
|
*
Fix logic bug introduce in backport of ccache_regain_all_now, sync with
Jeremy Allison
2009-01-10
1
-13
/
+20
|
*
Backport of the clean event context after fork and
Bo Yang
2009-01-10
5
-185
/
+423
|
*
Don't set child->requests to NULL in parent after fork
Bo Yang
2009-01-10
1
-1
/
+0
|
*
s3/smbpasswd: Check if Unix account exists before asking for the password.
Karolin Seeger
2009-01-09
1
-0
/
+9
|
*
WHATSNEW: Prepare WHATSNEW for 3.2.7.
Karolin Seeger
2009-01-09
1
-189
/
+14
|
*
VERSION: Raise version number up to 3.2.7.
Karolin Seeger
2009-01-09
1
-1
/
+1
|
*
docs: Improve man mount.cifs.
Karolin Seeger
2009-01-09
1
-3
/
+5
*
|
Fix a delete on close divergence from windows [2/2]
Tim Prouty
2009-01-08
5
-50
/
+10502
*
|
Fix a delete on close divergence from windows [1/2]
Tim Prouty
2009-01-08
1
-4
/
+2
|
/
*
Fix bug #6021 - smbclient du command does not recuse properly
Jeremy Allison
2009-01-08
2
-5
/
+6
*
Remove "strict allocate = partial" code that got accidentally committed.
Jeremy Allison
2009-01-08
6
-50
/
+11
*
Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...
Jeremy Allison
2009-01-08
1
-1
/
+1
*
packaging RHEL: Fix syntax error in samba.spec.tmpl.
Karolin Seeger
2009-01-08
1
-2
/
+1
*
Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.
Jeremy Allison
2009-01-07
1
-3
/
+8
*
refresh sequence number as soon as possible when domain->sequence_number == -...
boyang
2009-01-07
7
-14
/
+58
*
packaging(RHEL): fix typo in [u]mount.cifs installation
Michael Adam
2009-01-07
1
-2
/
+2
*
packaging(RHEL): fix build of [u]mount.cifs
Michael Adam
2009-01-07
1
-8
/
+2
*
Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...
Jeremy Allison
2009-01-06
1
-3
/
+13
*
s3/swat: Fix creation of the first share using SWAT.
Volker Lendecke
2009-01-06
1
-1
/
+1
*
docs: Improve description of the share commands in man smb.conf.
Karolin Seeger
2009-01-06
3
-24
/
+34
*
docs: Fix example in man vfs_recycle.
Karolin Seeger
2009-01-06
1
-5
/
+8
*
Fix the build (event context init was different).
Jeremy Allison
2009-01-05
1
-1
/
+22
*
clean event context after child is forked.
Bo Yang
2009-01-05
10
-20
/
+51
*
Attempt to fix crash seen with new CUPS async printcap loading code.
Jeremy Allison
2009-01-05
2
-1
/
+3
*
examples: Avoid bashism in perfcount.init.
Karolin Seeger
2009-01-05
1
-3
/
+3
*
Revert "examples: Avoid bashism in perfcount.init."
Karolin Seeger
2009-01-05
1
-1
/
+1
*
Fix bug 6014 -- mget shouldn't segfault without arguments
Volker Lendecke
2009-01-05
1
-0
/
+5
*
examples: Avoid bashism in perfcount.init.
Karolin Seeger
2009-01-05
1
-3
/
+3
*
docs: Document the -g option of smbclient.
Karolin Seeger
2009-01-05
1
-7
/
+17
*
Fix a bad memleak in vfs_full_audit
Volker Lendecke
2009-01-05
1
-1
/
+4
[next]