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