| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed a typo | Motonobu Takahashi | 2001-09-24 | 1 | -1/+1 |
* | added files and directories to support gettext() feature | Motonobu Takahashi | 2001-09-24 | 39 | -0/+16121 |
* | Update configure from configure.in | Motonobu Takahashi | 2001-09-24 | 1 | -738/+2615 |
* | Added SWAT i18n feature: | Motonobu Takahashi | 2001-09-24 | 14 | -526/+1623 |
* | fixed a silly off by 1 bug | Andrew Tridgell | 2001-09-24 | 2 | -2/+5 |
* | fixed bug in POST var handling | Andrew Tridgell | 2001-09-24 | 1 | -4/+2 |
* | tdbtorture updates from when I was trying to track down the hp tdb bug | Andrew Tridgell | 2001-09-24 | 1 | -12/+50 |
* | convert all POST variables from display to unix charset | Andrew Tridgell | 2001-09-24 | 2 | -23/+29 |
* | Add .headers.stamp | Andrew Bartlett | 2001-09-24 | 1 | -0/+1 |
* | Lets call an NTSTATUS an nt_status, not an ecode. | Andrew Bartlett | 2001-09-23 | 1 | -6/+6 |
* | Zero out these pstrings before we start: makes for much easier debugging. | Andrew Bartlett | 2001-09-23 | 1 | -2/+2 |
* | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 2001-09-23 | 3 | -12/+7 |
* | fixed the Makefile so we don't rebuild libsmbclient and build_env.h | Andrew Tridgell | 2001-09-22 | 4 | -642/+655 |
* | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set. | Jeremy Allison | 2001-09-22 | 2 | -0/+35 |
* | These are RIDs not Unix UIDs so make this clear in the feild names. | Andrew Bartlett | 2001-09-22 | 2 | -7/+7 |
* | Attempt to make quotas work with RH7.1, and with other Linuxen... This is | Jeremy Allison | 2001-09-21 | 5 | -107/+238 |
* | fixed the error code handling in can_delete() by converting it to | Andrew Tridgell | 2001-09-21 | 1 | -19/+22 |
* | Added -s configfile to smbcontrol.c. | Volker Lendecke | 2001-09-21 | 1 | -6/+9 |
* | fixed character set for user name pull | Andrew Tridgell | 2001-09-21 | 1 | -4/+3 |
* | smbmount fixes from Urban. | Jeremy Allison | 2001-09-20 | 3 | -71/+101 |
* | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 2001-09-20 | 5 | -174/+247 |
* | We are not meant to touch the username, so use the pass->pw_name output rather | Andrew Bartlett | 2001-09-20 | 2 | -12/+12 |
* | Check 'hosts equiv' and 'use rhosts' compatability with 'hostname | Andrew Bartlett | 2001-09-20 | 1 | -0/+16 |
* | Rearrange the ordering of the checks in make_connection(). The new order has | Andrew Bartlett | 2001-09-20 | 1 | -37/+56 |
* | Fix for MiXed and UPPER case usernames with plaintext PAM passwords. | Andrew Bartlett | 2001-09-20 | 2 | -2/+2 |
* | Revert this one: The NTLMv2 checks need the original username as found | Andrew Bartlett | 2001-09-20 | 2 | -2/+2 |
* | - Fix up to use sampass->username insted of user_info->smb_username | Andrew Bartlett | 2001-09-19 | 2 | -14/+14 |
* | Try to fix up the shell syntax | Andrew Bartlett | 2001-09-19 | 1 | -2/+2 |
* | Reran autoconf, autoheader | Andrew Bartlett | 2001-09-19 | 2 | -171/+208 |
* | typo | Andrew Bartlett | 2001-09-19 | 1 | -1/+1 |
* | Adding the appropirate files might help... | Andrew Bartlett | 2001-09-19 | 2 | -0/+749 |
* | Add the ability to display Samba's build options with smbd -b and as a level 4 | Andrew Bartlett | 2001-09-19 | 5 | -24/+54 |
* | printf() -> d_printf() | Andrew Bartlett | 2001-09-19 | 1 | -1/+1 |
* | This isn't used anymore | Andrew Bartlett | 2001-09-19 | 1 | -1/+0 |
* | Use lp_private_dir() not magic on the lp_smb_passwd_file() output. | Andrew Bartlett | 2001-09-19 | 1 | -7/+2 |
* | Removed unneeded variable, added comment on deadlock prevention. | Jeremy Allison | 2001-09-19 | 1 | -9/+9 |
* | Put pwrite code back in expand_file. | Jeremy Allison | 2001-09-19 | 1 | -3/+10 |
* | Removed test code that got added by accident. | Jeremy Allison | 2001-09-19 | 1 | -22/+0 |
* | removed anti-race code that could cause a classic ABBA deadlock | Andrew Tridgell | 2001-09-19 | 1 | -21/+1 |
* | passdb/pampass.c and passdb/pass_check.c are not passdb related at all, | Andrew Bartlett | 2001-09-19 | 1 | -4/+5 |
* | added a hook to reopen all tdb's after the server fork | Andrew Tridgell | 2001-09-19 | 3 | -10/+52 |
* | *llist being NULL is not an error | Andrew Tridgell | 2001-09-19 | 1 | -1/+1 |
* | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 2001-09-19 | 5 | -65/+56 |
* | Fix (I hope) compile on HP-UX. Found by the build farm. | Andrew Bartlett | 2001-09-19 | 1 | -1/+1 |
* | got rid of bogus write list substitution error messages | Andrew Tridgell | 2001-09-19 | 1 | -15/+18 |
* | Fix based on Andrew's insight as re-using a tdb after fork means | Jeremy Allison | 2001-09-19 | 1 | -3/+23 |
* | don't try to initgroups in non root mode | Andrew Tridgell | 2001-09-19 | 1 | -0/+4 |
* | fix debug | Andrew Bartlett | 2001-09-19 | 1 | -1/+1 |
* | Reverse some of the breakage I commited a day or two ago, as we need to | Andrew Bartlett | 2001-09-19 | 1 | -5/+21 |
* | Return correct error code on lock fail in tdb_expand. | Jeremy Allison | 2001-09-19 | 1 | -1/+1 |