summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-10-15split session setup code out of reply.c in preparation for addingAndrew Tridgell2-344/+356
2001-10-13introduce mangle backward compatibility functionsSimo Sorce1-2/+147
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2-27/+55
2001-10-12fixed compiler warning.Tim Potter1-1/+1
2001-10-11merge from 2.2Gerald Carter1-2/+2
2001-10-11remove unused function in mangle.cSimo Sorce1-12/+0
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-4/+4
2001-10-11Fixed bug when status=no and max smbd processes > 0.Jeremy Allison1-0/+6
2001-10-10Fixed some compile warnings.Tim Potter1-4/+2
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison1-14/+16
2001-10-08tim suggested to add a copyright note :)Simo Sorce1-1/+21
2001-10-07more fixing and testing.Simo Sorce1-54/+83
2001-10-06Fix up indenting in out SAM password check code.Andrew Bartlett1-46/+49
2001-10-04init only in test code.Simo Sorce1-48/+55
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-0/+2
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-16/+32
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter44-94/+2
2001-10-01honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell1-2/+1
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-31/+32
2001-09-30Small changes to register_vuid ahead of a larger restructure.Andrew Bartlett1-3/+3
2001-09-29undef the code for nowSimo Sorce1-2/+2
2001-09-29further devel and test kit.Simo Sorce1-67/+264
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett5-61/+80
2001-09-27get out unicode_from_buffer and buffer_from_unicode, unneeded.Simo Sorce1-112/+139
2001-09-27minor fixesSimo Sorce1-10/+5
2001-09-26OpenSSL merge from 2.2Gerald Carter1-9/+19
2001-09-26Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2-169/+61
2001-09-26Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett1-5/+20
2001-09-26Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett1-73/+111
2001-09-26Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett1-7/+11
2001-09-26Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett1-6/+1
2001-09-26Update build_options.c in line with new configure options.Andrew Bartlett1-6/+10
2001-09-25- the inactive core of the new mangling code that use tdbSimo Sorce1-0/+357
2001-09-25fixed a typoAndrew Tridgell1-1/+1
2001-09-25Log sys_acl_set_XX at level 2 not zero.Jeremy Allison1-2/+2
2001-09-24Change log message to 2 from zero when failing to create directory.Jeremy Allison1-1/+1
2001-09-23Lets call an NTSTATUS an nt_status, not an ecode.Andrew Bartlett1-6/+6
2001-09-23Zero out these pstrings before we start: makes for much easier debugging.Andrew Bartlett1-2/+2
2001-09-23Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett2-9/+7
2001-09-22Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison1-0/+11
2001-09-21Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison1-68/+125
2001-09-21fixed the error code handling in can_delete() by converting it toAndrew Tridgell1-19/+22
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-3/+3
2001-09-20We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett1-6/+6
2001-09-20Rearrange the ordering of the checks in make_connection(). The new order hasAndrew Bartlett1-37/+56
2001-09-20Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett1-1/+1
2001-09-20Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett1-1/+1
2001-09-19- Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett1-7/+7
2001-09-19Adding the appropirate files might help...Andrew Bartlett1-0/+714
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett1-16/+23