| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 2003-02-17 | 1 | -9/+9 |
* | Some cleanups: | Andrew Bartlett | 2003-02-10 | 1 | -10/+31 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -5/+7 |
* | Nice *big* patch from metze. | Andrew Bartlett | 2002-10-12 | 1 | -1/+1 |
* | Oops... | Andrew Bartlett | 2002-09-06 | 1 | -1/+1 |
* | One less user of Get_Pwnam_modify()... | Andrew Bartlett | 2002-09-06 | 1 | -2/+4 |
* | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 2002-08-20 | 1 | -119/+37 |
* | 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 | -1/+1 |
* | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 2002-07-28 | 1 | -1/+1 |
* | This should fix a nastly little bug where if a user had already done one | Andrew Bartlett | 2002-07-27 | 1 | -3/+4 |
* | Add some const & static, remove unused functions. | Andrew Bartlett | 2002-07-21 | 1 | -23/+0 |
* | fixed a problem with getgroups() where it could include our current | Andrew Tridgell | 2002-07-15 | 1 | -1/+1 |
* | Further updates to the service.c code. authorise_login() is now a bit simpiler | Andrew Bartlett | 2002-06-16 | 1 | -3/+1 |
* | Rework much of the service.c code: | Andrew Bartlett | 2002-06-15 | 1 | -95/+51 |
* | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 2002-06-14 | 1 | -9/+9 |
* | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 2002-05-25 | 1 | -1/+1 |
* | A few things in this commit: | Andrew Bartlett | 2002-05-18 | 1 | -2/+12 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Kill off another ugly wart from the side of the passdb subsystem. | Andrew Bartlett | 2002-01-20 | 1 | -0/+2 |
* | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 2002-01-17 | 1 | -0/+16 |
* | Actually enforce the passdb API. | Andrew Bartlett | 2002-01-02 | 1 | -1/+1 |
* | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 2001-12-27 | 1 | -8/+8 |
* | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -2/+0 |
* | Cosmetic fix for debug statement. | Tim Potter | 2001-11-19 | 1 | -2/+1 |
* | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 2001-11-09 | 1 | -5/+6 |
* | Change to guest logon code. | Andrew Bartlett | 2001-11-08 | 1 | -9/+9 |
* | Fix segfault. sup_tok might not always be with us. | Andrew Bartlett | 2001-11-04 | 1 | -3/+5 |
* | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 1 | -6/+18 |
* | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2001-10-31 | 1 | -19/+32 |
* | This commit is number 3 of 4. | Andrew Bartlett | 2001-10-29 | 1 | -2/+2 |
* | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 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 | -1/+0 |
* | Small changes to register_vuid ahead of a larger restructure. | Andrew Bartlett | 2001-09-30 | 1 | -3/+3 |
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -4/+4 |
* | Kill off the //server/share%user hack in share level security. | Andrew Bartlett | 2001-09-15 | 1 | -8/+0 |
* | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 2001-08-20 | 1 | -1/+0 |
* | Restore a debug I think I dropped earlier | Andrew Bartlett | 2001-08-17 | 1 | -0/+2 |
* | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 2001-08-17 | 1 | -3/+0 |
* | Style cleanup for the last vuid change. | Andrew Bartlett | 2001-08-17 | 1 | -1/+1 |
* | One less getpwnam() call... | Andrew Bartlett | 2001-08-17 | 1 | -10/+3 |
* | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2001-08-03 | 1 | -1072/+0 |
* | Pidfile check can be read-only. Removed old ifdef in password.c | Jeremy Allison | 2001-08-01 | 1 | -24/+3 |
* | Convert other parameters (read list, write list, valid users...) to the P_LIS... | Simo Sorce | 2001-07-24 | 1 | -13/+22 |
* | move the global_machine_password_needs_changing where we need it. | Simo Sorce | 2001-07-17 | 1 | -0/+2 |
* | Test if machine password has expired. | Simo Sorce | 2001-07-16 | 1 | -0/+6 |
* | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 2001-07-08 | 1 | -21/+14 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 |
* | Fixed stupid typo that would stop trusted domains working. | Jeremy Allison | 2001-06-25 | 1 | -4/+3 |
* | Andrew - please look this over. I've fixed a long standing (maybe 4-5 | Jeremy Allison | 2001-06-22 | 1 | -136/+147 |