Age | Commit message (Expand) | Author | Files | Lines |
2003-07-18 | Signing so far... the client code fails on a SMBtrans2 secondary transaction | Jeremy Allison | 1 | -5/+3 |
2003-07-17 | Formatting tidyups to match the rest of the source. | Jeremy Allison | 1 | -23/+33 |
2003-07-03 | Missed this in the previous patch - we now have a seperate idea of the | Andrew Bartlett | 1 | -1/+1 |
2003-06-07 | Don't assume that the SAM knows the unix home directory - look it up by | Andrew Bartlett | 1 | -6/+14 |
2003-05-13 | Restore a number of fixes that idra removed when he merged his | Andrew Bartlett | 1 | -0/+1 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -9/+2 |
2003-05-12 | fixing typos in debug statements | Gerald Carter | 1 | -1/+1 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 1 | -3/+3 |
2003-04-23 | Don't leak the session identifier string when we shut down a vuid. | Andrew Bartlett | 1 | -0/+1 |
2003-02-24 | Merge of server-side authentication changes to 3.0: | Andrew Bartlett | 1 | -19/+40 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -5/+7 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -121/+41 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -29/+7 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -109/+73 |
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 |
2001-06-14 | Fixed some return code checks for cli_initialise() from False to NULL. | Tim Potter | 1 | -1/+1 |
2001-05-31 | Fix debug statement so it doesn't use lp_workgroup() either. | Jeremy Allison | 1 | -1/+1 |
2001-05-25 | i18n fix for domain_client_validate() | Tim Potter | 1 | -1/+1 |