summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* fixed a typoMotonobu Takahashi2001-09-241-1/+1
* added files and directories to support gettext() featureMotonobu Takahashi2001-09-2439-0/+16121
* Update configure from configure.inMotonobu Takahashi2001-09-241-738/+2615
* Added SWAT i18n feature:Motonobu Takahashi2001-09-2414-526/+1623
* fixed a silly off by 1 bugAndrew Tridgell2001-09-242-2/+5
* fixed bug in POST var handlingAndrew Tridgell2001-09-241-4/+2
* tdbtorture updates from when I was trying to track down the hp tdb bugAndrew Tridgell2001-09-241-12/+50
* convert all POST variables from display to unix charsetAndrew Tridgell2001-09-242-23/+29
* Add .headers.stampAndrew Bartlett2001-09-241-0/+1
* Lets call an NTSTATUS an nt_status, not an ecode.Andrew Bartlett2001-09-231-6/+6
* Zero out these pstrings before we start: makes for much easier debugging.Andrew Bartlett2001-09-231-2/+2
* Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett2001-09-233-12/+7
* fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell2001-09-224-642/+655
* Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2001-09-222-0/+35
* These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett2001-09-222-7/+7
* Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison2001-09-215-107/+238
* fixed the error code handling in can_delete() by converting it toAndrew Tridgell2001-09-211-19/+22
* Added -s configfile to smbcontrol.c.Volker Lendecke2001-09-211-6/+9
* fixed character set for user name pullAndrew Tridgell2001-09-211-4/+3
* smbmount fixes from Urban.Jeremy Allison2001-09-203-71/+101
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-205-174/+247
* We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett2001-09-202-12/+12
* Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett2001-09-201-0/+16
* Rearrange the ordering of the checks in make_connection(). The new order hasAndrew Bartlett2001-09-201-37/+56
* Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett2001-09-202-2/+2
* Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett2001-09-202-2/+2
* - Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett2001-09-192-14/+14
* Try to fix up the shell syntaxAndrew Bartlett2001-09-191-2/+2
* Reran autoconf, autoheaderAndrew Bartlett2001-09-192-171/+208
* typoAndrew Bartlett2001-09-191-1/+1
* Adding the appropirate files might help...Andrew Bartlett2001-09-192-0/+749
* Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett2001-09-195-24/+54
* printf() -> d_printf()Andrew Bartlett2001-09-191-1/+1
* This isn't used anymoreAndrew Bartlett2001-09-191-1/+0
* Use lp_private_dir() not magic on the lp_smb_passwd_file() output.Andrew Bartlett2001-09-191-7/+2
* Removed unneeded variable, added comment on deadlock prevention.Jeremy Allison2001-09-191-9/+9
* Put pwrite code back in expand_file.Jeremy Allison2001-09-191-3/+10
* Removed test code that got added by accident.Jeremy Allison2001-09-191-22/+0
* removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell2001-09-191-21/+1
* passdb/pampass.c and passdb/pass_check.c are not passdb related at all,Andrew Bartlett2001-09-191-4/+5
* added a hook to reopen all tdb's after the server forkAndrew Tridgell2001-09-193-10/+52
* *llist being NULL is not an errorAndrew Tridgell2001-09-191-1/+1
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-195-65/+56
* Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett2001-09-191-1/+1
* got rid of bogus write list substitution error messagesAndrew Tridgell2001-09-191-15/+18
* Fix based on Andrew's insight as re-using a tdb after fork meansJeremy Allison2001-09-191-3/+23
* don't try to initgroups in non root modeAndrew Tridgell2001-09-191-0/+4
* fix debugAndrew Bartlett2001-09-191-1/+1
* Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett2001-09-191-5/+21
* Return correct error code on lock fail in tdb_expand.Jeremy Allison2001-09-191-1/+1