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
/
service.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5183: Ensure we correctly set the per-connection "case_sensitive" setting.
Jeremy Allison
1
-9
/
+18
2007-10-10
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
1
-36
/
+1
2007-10-10
r4043: BUG 2091: don't remove statically defined printers in remove_stale_pri...
Gerald Carter
1
-4
/
+12
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
r2076: Removed old dir caching code - not being used now we have the
Jeremy Allison
1
-2
/
+0
2007-10-10
r1414: Memory leak fixes found by valgrind whilst checking the password histo...
Jeremy Allison
1
-2
/
+6
2007-10-10
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
1
-3
/
+24
2007-10-10
r933: When using widelinks = no, use realpath to canonicalize the
Jeremy Allison
1
-0
/
+14
2007-10-10
r799: BUG 1259 -- add 'printcap cache time' patch from Lars
Gerald Carter
1
-0
/
+24
2007-10-10
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-12
/
+6
2004-03-09
Added strstr_m() function. Use in all places where we might run into mb
Jeremy Allison
1
-1
/
+1
2004-03-05
Several mb tidyups - getting ready to address the XXX_sub function.
Jeremy Allison
1
-94
/
+86
2004-02-13
Fixup the 'multiple-vuids' bugs.
Jeremy Allison
1
-81
/
+3
2003-10-03
cleaning out patch list; patch from Steve L. to change the cwd before the pos...
Gerald Carter
1
-3
/
+3
2003-09-26
Ensure %S gets expanded in read/write lists.
Jeremy Allison
1
-6
/
+13
2003-09-23
This only touches the fake kaserver support. It adds two parameters:
Volker Lendecke
1
-1
/
+3
2003-09-08
make sure we substitute basic variables in read/write list
Gerald Carter
1
-2
/
+2
2003-09-07
Nobody complained on the team-list, so commit it ...
Volker Lendecke
1
-0
/
+4
2003-08-03
Output message saying "signed connect" instead of just connect when signing
Jeremy Allison
1
-0
/
+1
2003-07-21
Clarify a debug log a little. The path might not exist, so say so.
Richard Sharpe
1
-1
/
+1
2003-07-09
Fix a small spelling mistake and push out the new version of aclocal.m4 to
Richard Sharpe
1
-1
/
+1
2003-07-06
This changes our Unix primary GID behaviour back to what most people expect:
Andrew Bartlett
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-06-21
Always initialize.
Andrew Bartlett
1
-0
/
+2
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-2
/
+2
2003-05-14
spelling
Tim Potter
1
-1
/
+1
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-15
/
+8
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
1
-3
/
+4
2003-04-14
Whitespace syncup.
Tim Potter
1
-1
/
+1
2003-04-11
cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.
Gerald Carter
1
-3
/
+3
2003-04-09
Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.
Jeremy Allison
1
-2
/
+2
2003-03-30
This changes our handling of invalid service types that the
Volker Lendecke
1
-7
/
+12
2003-03-19
Doin't pstrcpy into fstring.
Jeremy Allison
1
-4
/
+4
2003-03-18
Ensure dev in make_connection is const.
Jeremy Allison
1
-4
/
+10
2003-02-24
Merge of server-side authentication changes to 3.0:
Andrew Bartlett
1
-11
/
+11
2003-01-15
*lots of small merges form HEAD
Gerald Carter
1
-3
/
+3
2003-01-06
Merge from HEAD - handle VFS module load failures, change some error returns to
Andrew Bartlett
1
-3
/
+3
2002-12-27
Add check to prevent non-Dfs clients from connecting to an msdfs proxy.
Shirish Kalele
1
-0
/
+7
2002-11-20
merged the %U changes to 3.0
Andrew Tridgell
1
-3
/
+0
2002-11-18
Samba janitor... Merging tridge's change to 3.0. Original commit
Jeremy Allison
1
-0
/
+3
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-2
/
+2
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-17
/
+22
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-16
/
+20
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-124
/
+269
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-27
Some more 'winbind default domain' support patches from Alexander Bokovoy
Andrew Bartlett
1
-6
/
+2
2002-01-27
Yes, dev is an 'input/output' paramater...
Andrew Bartlett
1
-2
/
+2
2002-01-16
Separate out get_user_home_dir() from get_user_home_service_dir().
Jeremy Allison
1
-2
/
+2
2002-01-16
Roll back PSTRING_SANCTIFY patch; just leave non-controversial type
Martin Pool
1
-16
/
+23
[prev]
[next]