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
path:
root
/
source3
/
smbd
/
service.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r12308: Reformatting
Volker Lendecke
2007-10-10
1
-4
/
+2
*
r12307: Reformatting plus a trivial if/else simplification. There's no point ...
Volker Lendecke
2007-10-10
1
-72
/
+122
*
r12213: Final fix for #3303 - send rename messages to smbd's
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r12194: Ensure that when we set a connection path we've canonicalized
Jeremy Allison
2007-10-10
1
-3
/
+102
*
r10693: Fix bug #3129, reported by Adam Porter <sambabugzilla@alphapapa.net>.
Jeremy Allison
2007-10-10
1
-4
/
+8
*
r7963: Add aio support to 3.0.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r7948: Ensure we call the vfs connection hook before doing a vfs stat.
Jeremy Allison
2007-10-10
1
-19
/
+21
*
r7210: Fix my own mistakes up, sorry.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-2
/
+4
*
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
2007-10-10
1
-3
/
+0
*
r6497: Ensure yield_connection() is called on all appropriate error conditions.
Jeremy Allison
2007-10-10
1
-19
/
+22
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-1
/
+1
*
r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r5608: BUG 2399 - removing dead code (not finished with bug yet).
Gerald Carter
2007-10-10
1
-13
/
+0
*
r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of stat
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r5183: Ensure we correctly set the per-connection "case_sensitive" setting.
Jeremy Allison
2007-10-10
1
-9
/
+18
*
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
2007-10-10
1
-36
/
+1
*
r4043: BUG 2091: don't remove statically defined printers in remove_stale_pri...
Gerald Carter
2007-10-10
1
-4
/
+12
*
r2475: A more helpful debug-message when a connection to a dfs-proxy-share is
Günther Deschner
2007-10-10
1
-1
/
+2
*
r2076: Removed old dir caching code - not being used now we have the
Jeremy Allison
2007-10-10
1
-2
/
+0
*
r1414: Memory leak fixes found by valgrind whilst checking the password histo...
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
2007-10-10
1
-3
/
+24
*
r933: When using widelinks = no, use realpath to canonicalize the
Jeremy Allison
2007-10-10
1
-0
/
+14
*
r799: BUG 1259 -- add 'printcap cache time' patch from Lars
Gerald Carter
2007-10-10
1
-0
/
+24
*
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
2007-10-10
1
-12
/
+6
*
Added strstr_m() function. Use in all places where we might run into mb
Jeremy Allison
2004-03-09
1
-1
/
+1
*
Several mb tidyups - getting ready to address the XXX_sub function.
Jeremy Allison
2004-03-05
1
-94
/
+86
*
Fixup the 'multiple-vuids' bugs.
Jeremy Allison
2004-02-13
1
-81
/
+3
*
cleaning out patch list; patch from Steve L. to change the cwd before the pos...
Gerald Carter
2003-10-03
1
-3
/
+3
*
Ensure %S gets expanded in read/write lists.
Jeremy Allison
2003-09-26
1
-6
/
+13
*
This only touches the fake kaserver support. It adds two parameters:
Volker Lendecke
2003-09-23
1
-1
/
+3
*
make sure we substitute basic variables in read/write list
Gerald Carter
2003-09-08
1
-2
/
+2
*
Nobody complained on the team-list, so commit it ...
Volker Lendecke
2003-09-07
1
-0
/
+4
*
Output message saying "signed connect" instead of just connect when signing
Jeremy Allison
2003-08-03
1
-0
/
+1
*
Clarify a debug log a little. The path might not exist, so say so.
Richard Sharpe
2003-07-21
1
-1
/
+1
*
Fix a small spelling mistake and push out the new version of aclocal.m4 to
Richard Sharpe
2003-07-09
1
-1
/
+1
*
This changes our Unix primary GID behaviour back to what most people expect:
Andrew Bartlett
2003-07-06
1
-1
/
+1
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-2
/
+2
*
Always initialize.
Andrew Bartlett
2003-06-21
1
-0
/
+2
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-2
/
+2
*
spelling
Tim Potter
2003-05-14
1
-1
/
+1
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-15
/
+8
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
1
-3
/
+4
*
Whitespace syncup.
Tim Potter
2003-04-14
1
-1
/
+1
*
cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.
Gerald Carter
2003-04-11
1
-3
/
+3
*
Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.
Jeremy Allison
2003-04-09
1
-2
/
+2
*
This changes our handling of invalid service types that the
Volker Lendecke
2003-03-30
1
-7
/
+12
*
Doin't pstrcpy into fstring.
Jeremy Allison
2003-03-19
1
-4
/
+4
[prev]
[next]