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