Age | Commit message (Expand) | Author | Files | Lines |
2001-10-04 | init only in test code. | Simo Sorce | 1 | -48/+55 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 1 | -0/+2 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 1 | -16/+32 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 44 | -94/+2 |
2001-10-01 | honor the ACB_PWNOEXP flag in smbpasswd | Andrew Tridgell | 1 | -2/+1 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -31/+32 |
2001-09-30 | Small changes to register_vuid ahead of a larger restructure. | Andrew Bartlett | 1 | -3/+3 |
2001-09-29 | undef the code for now | Simo Sorce | 1 | -2/+2 |
2001-09-29 | further devel and test kit. | Simo Sorce | 1 | -67/+264 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 5 | -61/+80 |
2001-09-27 | get out unicode_from_buffer and buffer_from_unicode, unneeded. | Simo Sorce | 1 | -112/+139 |
2001-09-27 | minor fixes | Simo Sorce | 1 | -10/+5 |
2001-09-26 | OpenSSL merge from 2.2 | Gerald Carter | 1 | -9/+19 |
2001-09-26 | Kill of the reply.c end of the workstaion trust account mess. | Andrew Bartlett | 2 | -169/+61 |
2001-09-26 | Process the workstation trust account code INSIDE the authenticaion subsystem, | Andrew Bartlett | 1 | -5/+20 |
2001-09-26 | Rearrange the order of the checks in auth_smbpasswd.c, always check passwords | Andrew Bartlett | 1 | -73/+111 |
2001-09-26 | Fix this to use the plaintext password code directly, like SWAT does. | Andrew Bartlett | 1 | -7/+11 |
2001-09-26 | Update for new pdb_set_plaintext_passwd() interface. | Andrew Bartlett | 1 | -6/+1 |
2001-09-26 | Update build_options.c in line with new configure options. | Andrew Bartlett | 1 | -6/+10 |
2001-09-25 | - the inactive core of the new mangling code that use tdb | Simo Sorce | 1 | -0/+357 |
2001-09-25 | fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2001-09-25 | Log sys_acl_set_XX at level 2 not zero. | Jeremy Allison | 1 | -2/+2 |
2001-09-24 | Change log message to 2 from zero when failing to create directory. | Jeremy Allison | 1 | -1/+1 |
2001-09-23 | Lets call an NTSTATUS an nt_status, not an ecode. | Andrew Bartlett | 1 | -6/+6 |
2001-09-23 | Zero out these pstrings before we start: makes for much easier debugging. | Andrew Bartlett | 1 | -2/+2 |
2001-09-23 | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 2 | -9/+7 |
2001-09-22 | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set. | Jeremy Allison | 1 | -0/+11 |
2001-09-21 | Attempt to make quotas work with RH7.1, and with other Linuxen... This is | Jeremy Allison | 1 | -68/+125 |
2001-09-21 | fixed the error code handling in can_delete() by converting it to | Andrew Tridgell | 1 | -19/+22 |
2001-09-20 | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 1 | -3/+3 |
2001-09-20 | We are not meant to touch the username, so use the pass->pw_name output rather | Andrew Bartlett | 1 | -6/+6 |
2001-09-20 | Rearrange the ordering of the checks in make_connection(). The new order has | Andrew Bartlett | 1 | -37/+56 |
2001-09-20 | Fix for MiXed and UPPER case usernames with plaintext PAM passwords. | Andrew Bartlett | 1 | -1/+1 |
2001-09-20 | Revert this one: The NTLMv2 checks need the original username as found | Andrew Bartlett | 1 | -1/+1 |
2001-09-19 | - Fix up to use sampass->username insted of user_info->smb_username | Andrew Bartlett | 1 | -7/+7 |
2001-09-19 | Adding the appropirate files might help... | Andrew Bartlett | 1 | -0/+714 |
2001-09-19 | Add the ability to display Samba's build options with smbd -b and as a level 4 | Andrew Bartlett | 1 | -16/+23 |
2001-09-19 | printf() -> d_printf() | Andrew Bartlett | 1 | -1/+1 |
2001-09-19 | Removed unneeded variable, added comment on deadlock prevention. | Jeremy Allison | 1 | -9/+9 |
2001-09-19 | removed anti-race code that could cause a classic ABBA deadlock | Andrew Tridgell | 1 | -21/+1 |
2001-09-19 | added a hook to reopen all tdb's after the server fork | Andrew Tridgell | 1 | -0/+3 |
2001-09-19 | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 1 | -4/+10 |
2001-09-19 | got rid of bogus write list substitution error messages | Andrew Tridgell | 1 | -15/+18 |
2001-09-19 | don't try to initgroups in non root mode | Andrew Tridgell | 1 | -0/+4 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 27 | -162/+118 |
2001-09-17 | fixed ctemp in server and client. It turns out that ctemp on NT is completely... | Andrew Tridgell | 1 | -9/+20 |
2001-09-16 | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 3 | -17/+62 |
2001-09-16 | Start pushing the NTSTATUS stuff out to the wire for session setups. | Andrew Bartlett | 1 | -51/+27 |
2001-09-15 | use variables _before_ freeing them! | Simo Sorce | 1 | -3/+2 |
2001-09-15 | Kill off the //server/share%user hack in share level security. | Andrew Bartlett | 3 | -93/+21 |