summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-09-24convert all POST variables from display to unix charsetAndrew Tridgell2-23/+29
2001-09-24Add .headers.stampAndrew Bartlett1-0/+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 Bartlett3-12/+7
2001-09-22fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell4-642/+655
2001-09-22Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2-0/+35
2001-09-22These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett2-7/+7
2001-09-21Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison5-107/+238
2001-09-21fixed the error code handling in can_delete() by converting it toAndrew Tridgell1-19/+22
2001-09-21Added -s configfile to smbcontrol.c.Volker Lendecke1-6/+9
2001-09-21fixed character set for user name pullAndrew Tridgell1-4/+3
2001-09-20smbmount fixes from Urban.Jeremy Allison3-71/+101
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett5-174/+247
2001-09-20We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett2-12/+12
2001-09-20Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett1-0/+16
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 Bartlett2-2/+2
2001-09-20Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett2-2/+2
2001-09-19- Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett2-14/+14
2001-09-19Try to fix up the shell syntaxAndrew Bartlett1-2/+2
2001-09-19Reran autoconf, autoheaderAndrew Bartlett2-171/+208
2001-09-19typoAndrew Bartlett1-1/+1
2001-09-19Adding the appropirate files might help...Andrew Bartlett2-0/+749
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett5-24/+54
2001-09-19printf() -> d_printf()Andrew Bartlett1-1/+1
2001-09-19This isn't used anymoreAndrew Bartlett1-1/+0
2001-09-19Use lp_private_dir() not magic on the lp_smb_passwd_file() output.Andrew Bartlett1-7/+2
2001-09-19Removed unneeded variable, added comment on deadlock prevention.Jeremy Allison1-9/+9
2001-09-19Put pwrite code back in expand_file.Jeremy Allison1-3/+10
2001-09-19Removed test code that got added by accident.Jeremy Allison1-22/+0
2001-09-19removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell1-21/+1
2001-09-19passdb/pampass.c and passdb/pass_check.c are not passdb related at all,Andrew Bartlett1-4/+5
2001-09-19added a hook to reopen all tdb's after the server forkAndrew Tridgell3-10/+52
2001-09-19*llist being NULL is not an errorAndrew Tridgell1-1/+1
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett5-65/+56
2001-09-19Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett1-1/+1
2001-09-19got rid of bogus write list substitution error messagesAndrew Tridgell1-15/+18
2001-09-19Fix based on Andrew's insight as re-using a tdb after fork meansJeremy Allison1-3/+23
2001-09-19don't try to initgroups in non root modeAndrew Tridgell1-0/+4
2001-09-19fix debugAndrew Bartlett1-1/+1
2001-09-19Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett1-5/+21
2001-09-19Return correct error code on lock fail in tdb_expand.Jeremy Allison1-1/+1
2001-09-18Roll back earlier fix after talking with Andrew. The write_lock_record andJeremy Allison1-2/+2
2001-09-18Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,Jeremy Allison1-2/+4
2001-09-18Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison2-19/+24
2001-09-18Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison2-2/+2
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter5-19/+34
2001-09-17move to SAFE_FREE()Simo Sorce7-30/+28
2001-09-17move to SAFE_FREE()Simo Sorce3-8/+6