Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-01-14 | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 1 | -10/+4 |
2002-01-11 | Make this error match Win2k. | Andrew Bartlett | 1 | -1/+1 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -1/+1 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -6/+6 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 1 | -1/+1 |
2001-10-20 | add non_root_mode() check | Andrew Tridgell | 1 | -1/+1 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -28/+30 |
2001-10-18 | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -4/+0 |
2001-09-20 | Rearrange the ordering of the checks in make_connection(). The new order has | Andrew Bartlett | 1 | -37/+56 |
2001-09-19 | got rid of bogus write list substitution error messages | Andrew Tridgell | 1 | -15/+18 |