Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | samr_querydom_info level 1: found the meaning of the unknow fields. And | Jean-François Micouleau | 2001-11-21 | 6 | -28/+136 | |
| | | | | | | | | | | | discovered that our reply is short by 4 bytes since day 1 of this code. Added a decode function to rpcclient too. splitted the STRING2 fields filling while trying to understand the win9x userlist bug. (didn't fix the bug, but the reply looks closer to NT). J.F. | |||||
* | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 2001-11-21 | 7 | -40/+88 | |
| | | | | | lookup uses password server parameter when looking for PDCs. Jeremy. | |||||
* | More spelling fixes, comment reformatting. | Tim Potter | 2001-11-21 | 2 | -16/+22 | |
| | ||||||
* | Spelling fix, reformatted comment. | Tim Potter | 2001-11-21 | 2 | -8/+12 | |
| | ||||||
* | One more patch from Tom Jansen. Hope I didn't break the tree :-) | Richard Sharpe | 2001-11-21 | 1 | -0/+7 | |
| | ||||||
* | Added transparent +ve caching for lookupname/lookupsid. -ve caching can | Jeremy Allison | 2001-11-21 | 3 | -112/+238 | |
| | | | | | | | | be easily added (a one liner) once we know the correct error codes returned by a W2K DC. All other winbindd calls should go through a similar transparent caching layer (and will soon). Jeremy. | |||||
* | Preparing to implement +ve and -ve caching for lookupname/lookupsid calls. | Jeremy Allison | 2001-11-21 | 2 | -130/+191 | |
| | | | | Jeremy. | |||||
* | Fix up the build again... | Andrew Bartlett | 2001-11-21 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | Don't scan locking db on closedown. | Jeremy Allison | 2001-11-21 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | Fix up libsmbclient in head. | Richard Sharpe | 2001-11-21 | 2 | -1459/+1509 | |
| | | | | | Apply the patches from Tom Jansen, get rid of fprintfs and change them to DEBUGs, etc ... | |||||
* | Fixed sizeof vs array length bug in make_user_info_winbind_crap() | Tim Potter | 2001-11-20 | 2 | -4/+4 | |
| | | | | Spelling fix. | |||||
* | Merged in JohnR's ping messaging extension. | Jeremy Allison | 2001-11-20 | 2 | -33/+45 | |
| | | | | Jeremy. | |||||
* | forgot this file | Andrew Tridgell | 2001-11-20 | 1 | -0/+29 | |
| | ||||||
* | added the beginnings of ADS support in smbd | Andrew Tridgell | 2001-11-20 | 7 | -117/+538 | |
| | ||||||
* | added ANS1 integer define | Andrew Tridgell | 2001-11-20 | 1 | -0/+1 | |
| | ||||||
* | added strlcpy() and strlcat() | Andrew Tridgell | 2001-11-20 | 1 | -0/+36 | |
| | ||||||
* | add a hook to save the krb5 PAC | Andrew Tridgell | 2001-11-20 | 1 | -0/+8 | |
| | ||||||
* | fix maxfd test to start deleting at right file | Andrew Tridgell | 2001-11-20 | 1 | -0/+1 | |
| | ||||||
* | fix locktest default parameters | Andrew Tridgell | 2001-11-20 | 1 | -2/+3 | |
| | ||||||
* | add asn1 integer handling ready for the ldap netjoin code | Andrew Tridgell | 2001-11-20 | 1 | -0/+26 | |
| | ||||||
* | - make sure we use a non-zero session id so we can have multiple conns | Andrew Tridgell | 2001-11-20 | 1 | -8/+4 | |
| | | | | | | | | open to w2k - fix the string handling in the device name to match NT and smbd - don't pull the domain from negprot if CAP_EXTENDED_SECURITY is set | |||||
* | We don't actually use the horror that was lib/util_array.c :-). | Jeremy Allison | 2001-11-20 | 2 | -188/+1 | |
| | | | | | More deleted code - hurrah ! Jeremy. | |||||
* | Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the | Martin Pool | 2001-11-20 | 3 | -26/+27 | |
| | | | | versions defined by libreadline on SCO (!). | |||||
* | Back out the change in 1.11 that set the poorly-named $pwd variable -- | Martin Pool | 2001-11-20 | 1 | -2/+1 | |
| | | | | | for the build farm this is actually the root directory for building, or something like that. Thanks a.b. | |||||
* | Also show $tree in diagnostics. | Martin Pool | 2001-11-19 | 1 | -0/+1 | |
| | ||||||
* | Make the smbpasswd options/usage message a little less bizarre: it now | Martin Pool | 2001-11-19 | 1 | -22/+20 | |
| | | | | | shows all the available options, but explains that you must be root to use them. Surely this is less confusing? | |||||
* | Do satyr work against a copy of the build farm scripts so as not to | Martin Pool | 2001-11-19 | 1 | -2/+2 | |
| | | | | | | break them. installcheck has to find smbd in SBINDIR, not BINDIR. | |||||
* | Fix typo. | Martin Pool | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | Move all other paths into dynconfig | Martin Pool | 2001-11-19 | 5 | -22/+26 | |
| | ||||||
* | Merge from 2.2. | Tim Potter | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | Cosmetic fix for debug statement. | Tim Potter | 2001-11-19 | 1 | -2/+1 | |
| | ||||||
* | Fix obvious typo. | Martin Pool | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | Don't resolve the hostname in smbd as we can pause for a long time while | Tim Potter | 2001-11-19 | 1 | -3/+6 | |
| | | | | | waiting for DNS timeouts to occur. The correct place to do this is in the code that displays the session information. | |||||
* | Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the moment | Martin Pool | 2001-11-19 | 4 | -495/+559 | |
| | | | | | this is only to get the cast right, but it might help with other parts of the API that changed later. | |||||
* | Ignore .po files. | Martin Pool | 2001-11-19 | 1 | -0/+1 | |
| | ||||||
* | dyn_LOCKDIR should be const because it's never modified directly -- | Martin Pool | 2001-11-19 | 2 | -2/+3 | |
| | | | | | it's just copied in to the parameter table and optionally overridden there. | |||||
* | Added comment about why not to cast the assignment of | Tim Potter | 2001-11-19 | 1 | -3/+6 | |
| | | | | rl_attempted_completion_function to rl_completion_function_t. | |||||
* | oopsum. | Martin Pool | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 2001-11-19 | 7 | -18/+36 | |
| | ||||||
* | Oops, Tim says rl_completion_func_t doesn't exist in all versions of | Martin Pool | 2001-11-19 | 1 | -7/+5 | |
| | | | | readline. | |||||
* | LMHOSTSFILE is now dynamically configured too. | Martin Pool | 2001-11-19 | 5 | -16/+11 | |
| | ||||||
* | Quieten compiler warnings about a callback function prototype that has | Martin Pool | 2001-11-19 | 1 | -1/+7 | |
| | | | | changed in recent versions of Readline. | |||||
* | Disable "installcheck" -- it's still too likely to clobber somebody's | Martin Pool | 2001-11-19 | 1 | -1/+1 | |
| | | | | installation. | |||||
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 41 | -773/+825 | |
| | | | | default, rather than in preprocessor macros. | |||||
* | Fix const warning. Doxyfy comment. | Martin Pool | 2001-11-19 | 1 | -5/+8 | |
| | ||||||
* | Ignore *.po objects, test tmpdirs, and ID files. | Martin Pool | 2001-11-19 | 2 | -0/+6 | |
| | ||||||
* | Source file defining global variables for configuration paths. This | Martin Pool | 2001-11-19 | 1 | -0/+45 | |
| | | | | | | | | | | | | has two purposes: - If ./configure is re-run to configure Samba for a new set of path or prefix, then when Samba is re-built it really will use the new paths. - This is a step towards making sure all programs can be consistently told to use a different configuration file or prefix directory, which is required for testing. Possibly not true at the moment. | |||||
* | fixed some bugs. | Simo Sorce | 2001-11-18 | 2 | -18/+19 | |
| | ||||||
* | Fix problems with lp_workgroup() being passed to routines that will modify | Richard Sharpe | 2001-11-17 | 1 | -24/+44 | |
| | | | | it and fix smb://<IP-addr>. | |||||
* | Tidyups when I was doing the big merge... | Jeremy Allison | 2001-11-17 | 6 | -21/+35 | |
| | | | | Jeremy. |