| Commit message (Expand) | Author | Age | Files | Lines |
* | This changes our handling of invalid service types that the | Volker Lendecke | 2003-03-30 | 1 | -7/+12 |
* | Ensure dev in make_connection is const. | Jeremy Allison | 2003-03-18 | 1 | -3/+9 |
* | Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'. | Andrew Bartlett | 2003-03-16 | 1 | -1/+1 |
* | Make sure we mark the assumption of a fstring parameter for 'devicetype' | Andrew Bartlett | 2003-03-16 | 1 | -6/+6 |
* | Fix logfile formatting, we were missing a "\n" | Andrew Bartlett | 2003-02-19 | 1 | -2/+2 |
* | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 2003-02-17 | 1 | -9/+9 |
* | Oops, this is the change to use an fstring for the incoming service buffer - | Andrew Bartlett | 2003-01-12 | 1 | -3/+3 |
* | Fix a segfault when we don't correctly load a VFS module (don't keep it in | Andrew Bartlett | 2003-01-06 | 1 | -3/+3 |
* | Add msdfs proxy functionality to HEAD. | Shirish Kalele | 2002-12-29 | 1 | -0/+7 |
* | a better for for using %U in smb.conf | Andrew Tridgell | 2002-11-19 | 1 | -3/+0 |
* | the change in the way %U is handled to use current_user has broken | Andrew Tridgell | 2002-11-18 | 1 | -0/+3 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -2/+2 |
* | Add bcast_msg_flags to connection struct. Allows sender to filter when | Jeremy Allison | 2002-09-04 | 1 | -1/+1 |
* | Updates! | Andrew Bartlett | 2002-08-26 | 1 | -1/+1 |
* | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 2002-08-20 | 1 | -15/+20 |
* | Add const. | Andrew Bartlett | 2002-08-17 | 1 | -1/+1 |
* | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 2002-08-11 | 1 | -6/+4 |
* | This should fix a nastly little bug where if a user had already done one | Andrew Bartlett | 2002-07-27 | 1 | -6/+10 |
* | If lp_add_home() fails, don't go any further, just return -1. | Andrew Bartlett | 2002-07-24 | 1 | -1/+3 |
* | Give an idea what service didn't have the directory. | Andrew Bartlett | 2002-07-24 | 1 | -1/+1 |
* | Use of uninitialized variable caught by valgrind. | Jeremy Allison | 2002-07-18 | 1 | -1/+1 |
* | fixed a call to get_current_groups() | Andrew Tridgell | 2002-07-15 | 1 | -1/+1 |
* | last check in for tonight. | Gerald Carter | 2002-07-11 | 1 | -1/+1 |
* | Fix from Andrew Esh for coredump... | Jeremy Allison | 2002-07-04 | 1 | -8/+11 |
* | Always free_conn() after all the DEBUG()s etc. | Andrew Bartlett | 2002-07-04 | 1 | -3/+3 |
* | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 2002-07-02 | 1 | -5/+5 |
* | It's fairly obvious that no one has tried to upload a driver | Gerald Carter | 2002-06-27 | 1 | -0/+28 |
* | Further updates to the service.c code. authorise_login() is now a bit simpiler | Andrew Bartlett | 2002-06-16 | 1 | -3/+5 |
* | Rework much of the service.c code: | Andrew Bartlett | 2002-06-15 | 1 | -100/+187 |
* | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 2002-06-14 | 1 | -6/+6 |
* | A few things in this commit: | Andrew Bartlett | 2002-05-18 | 1 | -7/+12 |
* | make sure that we leave the tree unused after disconnecting | Andrew Tridgell | 2002-04-15 | 1 | -0/+4 |
* | win2000 does not check the permissions on the share directory on | Andrew Tridgell | 2002-04-14 | 1 | -3/+19 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Some more 'winbind default domain' support patches from Alexander Bokovoy | Andrew Bartlett | 2002-01-27 | 1 | -6/+2 |
* | Yes, dev is an 'input/output' paramater... | Andrew Bartlett | 2002-01-27 | 1 | -2/+2 |
* | Separate out get_user_home_dir() from get_user_home_service_dir(). | Jeremy Allison | 2002-01-16 | 1 | -2/+2 |
* | Roll back PSTRING_SANCTIFY patch; just leave non-controversial type | Martin Pool | 2002-01-16 | 1 | -16/+23 |
* | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 2002-01-14 | 1 | -10/+4 |
* | Make this error match Win2k. | Andrew Bartlett | 2002-01-11 | 1 | -1/+1 |
* | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 1 | -1/+1 |
* | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2001-10-31 | 1 | -6/+6 |
* | This commit is number 3 of 4. | Andrew Bartlett | 2001-10-29 | 1 | -1/+1 |
* | add non_root_mode() check | Andrew Tridgell | 2001-10-20 | 1 | -1/+1 |
* | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 2001-10-18 | 1 | -28/+30 |
* | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 2001-10-18 | 1 | -1/+1 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -4/+0 |
* | Rearrange the ordering of the checks in make_connection(). The new order has | Andrew Bartlett | 2001-09-20 | 1 | -37/+56 |
* | got rid of bogus write list substitution error messages | Andrew Tridgell | 2001-09-19 | 1 | -15/+18 |
* | Kill off the //server/share%user hack in share level security. | Andrew Bartlett | 2001-09-15 | 1 | -20/+13 |