Age | Commit message (Expand) | Author | Files | Lines |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -4/+4 |
2001-12-27 | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 1 | -8/+8 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -2/+6 |
2001-11-09 | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 1 | -13/+5 |
2001-11-08 | Change to guest logon code. | Andrew Bartlett | 1 | -29/+22 |
2001-11-04 | Fix up authenticated pipes in line with vuser changes. This ensures that global | Andrew Bartlett | 1 | -1/+4 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -1/+1 |
2001-10-31 | ... and clean up the unused variables. | Andrew Bartlett | 1 | -3/+0 |
2001-10-31 | Small changes for guest authenticated pipes. | Andrew Bartlett | 1 | -8/+7 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -41/+35 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -1/+1 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -5/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 1 | -3/+3 |
2001-09-21 | fixed character set for user name pull | Andrew Tridgell | 1 | -4/+3 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -2/+2 |
2001-09-16 | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 1 | -14/+9 |
2001-09-12 | Some patches to authentication: | Tim Potter | 1 | -1/+1 |
2001-09-12 | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 1 | -2/+0 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -8/+9 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -1/+1 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -5/+13 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -3/+3 |
2001-05-18 | Fix the W2KSP2 joining a Samba domain problem. | Jeremy Allison | 1 | -4/+4 |
2001-05-07 | Patch from Simo: | Gerald Carter | 1 | -4/+4 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 1 | -11/+18 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -2/+2 |
2001-04-07 | Added 3 params to manipulate shares. "add share command/change share command/ | Jeremy Allison | 1 | -0/+16 |
2001-03-15 | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 1 | -3/+3 |
2001-03-13 | Fixed reading of strings from big-endian RPC clients. | Jeremy Allison | 1 | -3/+3 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -45/+26 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -6/+6 |
2001-03-08 | Fix for AS/U not liking it's own assoc_gid. | Jeremy Allison | 1 | -1/+1 |
2000-12-12 | Compile fix for new arg to create_nt_token() | Tim Potter | 1 | -2/+4 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -16/+17 |
2000-10-18 | Merge of rpc parse buffer underflow debug code. | Tim Potter | 1 | -0/+19 |
2000-10-11 | Don't initialise groups twice. | Tim Potter | 1 | -1/+0 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 1 | -1/+1 |
2000-08-28 | Merge from appliance branch. | Tim Potter | 1 | -0/+1 |
2000-08-04 | Fixed up the user/group contexts when using authenticated pipes. | Jeremy Allison | 1 | -1/+12 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -5/+5 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -7/+23 |
2000-07-03 | Some more sec_ctx changes. Modified some fields in the pipe_struct | Tim Potter | 1 | -18/+20 |
2000-06-23 | Removed save directory argument to become_root() calls. Probably most of | Tim Potter | 1 | -4/+4 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -6/+6 |
2000-05-26 | Changed MS_DFS to WITH_MSDFS throughout. | Shirish Kalele | 1 | -1/+1 |
2000-05-18 | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 1 | -0/+3 |
2000-05-17 | Fixed bug where mallocd size of prs_struct could be larger than | Jeremy Allison | 1 | -1/+1 |
2000-05-15 | Added fix for Win2k ACL query code from Shirish. I need this back ported | Jeremy Allison | 1 | -3/+54 |