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
r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalid
Volker Lendecke
1
-0
/
+4
2007-10-10
r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> with
Jeremy Allison
1
-1
/
+2
2007-10-10
r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculate
Jeremy Allison
1
-2
/
+8
2007-10-10
r3816: Added fn to remove an ACL from a file. Now need client code to test this.
Jeremy Allison
1
-2
/
+128
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
2
-6
/
+273
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
r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove...
Gerald Carter
1
-1
/
+2
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
1
-23
/
+22
2007-10-10
r3693: Correctly detect errno for no acl/ea support.
Jeremy Allison
1
-14
/
+6
2007-10-10
r3682: fix seg fault in lanman printing code caused by uninitialized variable
Gerald Carter
1
-0
/
+6
2007-10-10
r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max data
Jeremy Allison
2
-68
/
+63
2007-10-10
r3673: Do not fail on setting file attributes with acl support enabled.
Günther Deschner
1
-3
/
+1
2007-10-10
r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r3666: Generalise fix for trans and nttrans multi-fragment requests.
Jeremy Allison
2
-4
/
+4
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
3
-13
/
+41
2007-10-10
r3563: During a typical logon a modern workstation makes a lot of anonymous s...
Volker Lendecke
1
-0
/
+3
2007-10-10
r3559: If called interactively, on shutdown dump the talloc contexts left. Idea
Volker Lendecke
1
-0
/
+9
2007-10-10
r3496: Fix calling of get_acl_group_bits().
Günther Deschner
2
-2
/
+4
2007-10-10
r3296: Fix to ensure entries are stored in correct order. Bug #1498. Patch from
Jeremy Allison
1
-2
/
+2
2007-10-10
r3225: Fix correct use of resume name. Cope with the resume
Jeremy Allison
1
-3
/
+7
2007-10-10
r3121: Bug #1956. Ensure errno is saved and restored consistently on a normal...
Jeremy Allison
1
-8
/
+18
2007-10-10
r3117: Fix from Tom Lackemann <cessnatomny@yahoo.com> for bug #1954.
Jeremy Allison
1
-3
/
+6
2007-10-10
r3067: patch based on volker's initial work in trunk that fixes the queu upda...
Gerald Carter
1
-2
/
+2
2007-10-10
r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...
Jeremy Allison
2
-23
/
+30
2007-10-10
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
1
-7
/
+10
2007-10-10
r3002: Fix for bug #1886 - prevent delete on close being set
Jeremy Allison
2
-18
/
+43
2007-10-10
r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.
Tim Potter
2
-2
/
+2
2007-10-10
r2772: Check correct string length when verifying password-policies. Do not
Günther Deschner
1
-2
/
+3
2007-10-10
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
1
-3
/
+2
2007-10-10
r2708: Don't look for bzero, we don't use it.
Jeremy Allison
1
-1
/
+11
2007-10-10
r2700: Fix bug where we could incorrectly set sparse attribute. Don't use
Jeremy Allison
1
-2
/
+2
2007-10-10
r2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu, fumiya@samba.gr.jp
Jim McDonough
1
-3
/
+8
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
2
-15
/
+38
2007-10-10
r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...
Jeremy Allison
1
-10
/
+4
2007-10-10
r2564: resurrecting smbd/tdbutil.c
Gerald Carter
1
-0
/
+85
2007-10-10
r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...
Jeremy Allison
1
-2
/
+3
2007-10-10
r2475: A more helpful debug-message when a connection to a dfs-proxy-share is
Günther Deschner
1
-1
/
+2
2007-10-10
r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fix
Jeremy Allison
1
-10
/
+15
2007-10-10
r2388: fix client quota support
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r2333: check the script is not a 0 lenght string
Simo Sorce
1
-1
/
+1
2007-10-10
r2331: check password script code and example from trunk
Simo Sorce
1
-0
/
+13
2007-10-10
r2219: Remember to count bad_components only on pathname boundaries.
Jeremy Allison
1
-2
/
+2
2007-10-10
r2215: I think I'm really close now. The key is to count the number of
Jeremy Allison
1
-22
/
+29
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
2
-72
/
+87
[next]