Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-09-15 | Oops... For reference, NTLMv2 passwords are > 24 chars in length, while | Andrew Bartlett | 1 | -1/+1 |
2001-09-15 | This looked suspicious now we are attempting to to NTLMv2. | Andrew Bartlett | 1 | -2/+2 |
2001-09-15 | Actually fill in the status for sainity checks | Andrew Bartlett | 1 | -1/+1 |
2001-09-14 | Now that we always get back an NTSTATUS code actually pass it on to the | Andrew Bartlett | 2 | -17/+5 |
2001-09-12 | Some patches to authentication: | Tim Potter | 5 | -19/+29 |
2001-09-12 | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 2 | -5/+1 |
2001-09-10 | Fix for second logic bug when handing oplock breaks and client messages | Jeremy Allison | 1 | -1/+11 |
2001-09-10 | made a couple of local fns static | Andrew Tridgell | 2 | -6/+12 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -5/+0 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 2 | -2/+2 |
2001-09-07 | Don't fail if no owner/group owner set. Use existing owners. | Jeremy Allison | 1 | -3/+7 |
2001-09-07 | #ifdef out function when not used. | Jeremy Allison | 1 | -0/+2 |
2001-09-06 | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX. | Jeremy Allison | 1 | -0/+32 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -2/+2 |
2001-09-05 | Removed unneeded set of delete on close in fsp->share_mode. | Jeremy Allison | 1 | -7/+0 |
2001-09-05 | Fix I think for the fcntl spinning problem. Re-prioritize so | Jeremy Allison | 2 | -1/+21 |
2001-09-05 | when you update the share mode in the db you must also update | Andrew Tridgell | 1 | -0/+7 |
2001-09-05 | fixed formatting to make the code vaguely readable. It's still a dogs | Andrew Tridgell | 1 | -142/+143 |