Age | Commit message (Expand) | Author | Files | Lines |
2002-09-04 | Add bcast_msg_flags to connection struct. Allows sender to filter when | Jeremy Allison | 1 | -1/+1 |
2002-08-26 | Updates! | Andrew Bartlett | 1 | -1/+1 |
2002-08-20 | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 1 | -15/+20 |
2002-08-17 | Add const. | Andrew Bartlett | 1 | -1/+1 |
2002-08-11 | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 1 | -6/+4 |
2002-07-27 | This should fix a nastly little bug where if a user had already done one | Andrew Bartlett | 1 | -6/+10 |
2002-07-24 | If lp_add_home() fails, don't go any further, just return -1. | Andrew Bartlett | 1 | -1/+3 |
2002-07-24 | Give an idea what service didn't have the directory. | Andrew Bartlett | 1 | -1/+1 |
2002-07-18 | Use of uninitialized variable caught by valgrind. | Jeremy Allison | 1 | -1/+1 |
2002-07-15 | fixed a call to get_current_groups() | Andrew Tridgell | 1 | -1/+1 |
2002-07-11 | last check in for tonight. | Gerald Carter | 1 | -1/+1 |
2002-07-04 | Fix from Andrew Esh for coredump... | Jeremy Allison | 1 | -8/+11 |
2002-07-04 | Always free_conn() after all the DEBUG()s etc. | Andrew Bartlett | 1 | -3/+3 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 1 | -5/+5 |
2002-06-27 | It's fairly obvious that no one has tried to upload a driver | Gerald Carter | 1 | -0/+28 |
2002-06-16 | Further updates to the service.c code. authorise_login() is now a bit simpiler | Andrew Bartlett | 1 | -3/+5 |
2002-06-15 | Rework much of the service.c code: | Andrew Bartlett | 1 | -100/+187 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 1 | -6/+6 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -7/+12 |
2002-04-15 | make sure that we leave the tree unused after disconnecting | Andrew Tridgell | 1 | -0/+4 |
2002-04-14 | win2000 does not check the permissions on the share directory on | Andrew Tridgell | 1 | -3/+19 |
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 |
2001-09-15 | Kill off the //server/share%user hack in share level security. | Andrew Bartlett | 1 | -20/+13 |
2001-09-15 | Actually fill in the status for sainity checks | Andrew Bartlett | 1 | -1/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -22/+22 |
2001-08-17 | OK, so not freeing these was a mistake. I'll try to be less exuberent next | Andrew Bartlett | 1 | -0/+2 |
2001-08-17 | Move the claim_connection stuff till a little later in the process. | Andrew Bartlett | 1 | -16/+14 |
2001-08-17 | Move admin user check into a helper function. | Andrew Bartlett | 1 | -18/+35 |
2001-08-17 | Move read only check into a helper funcion. Ensure conn->service is set | Andrew Bartlett | 1 | -40/+50 |
2001-08-17 | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 1 | -30/+43 |
2001-07-26 | better debug messages + fix typo in debug message | Simo Sorce | 1 | -2/+2 |
2001-07-25 | - don't try to print pointers | Andrew Tridgell | 1 | -2/+2 |
2001-07-24 | Convert other parameters (read list, write list, valid users...) to the P_LIS... | Simo Sorce | 1 | -12/+17 |
2001-07-17 | Tidied up calling yield_connection on connection allocation fail. | Jeremy Allison | 1 | -0/+4 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |