summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | someone forgotHerb Lewis2001-11-191-669/+675
| |
* | get rid of casts in macro arguments to fix build.Herb Lewis2001-11-191-5/+5
| |
* | Oops - in winbindd_lookup_usergroups() the wrong policy handle was beingTim Potter2001-11-191-1/+1
| | | | | | | | used when calling cli_samr_query_usergroups().
* | Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter2001-11-191-3/+6
| | | | | | | | | | waiting for DNS timeouts to occur. The correct place to do this is in the code that displays the session information.
* | For &$^#'s sake don't remove the charset_initialise() call from winbindd.cTim Potter2001-11-191-0/+1
| | | | | | | | | | | | | | unless you are getting rid of the codepage crap from 2.2. I've had to add this back in several times and you think it would take less than a couple of hours to debug but it doesn't. )-:
* | Spelling fix.Tim Potter2001-11-192-610/+613
| |
* | checking in some changes after Jeremy's merge. Added ENUMPRINTERKEYGerald Carter2001-11-176-687/+1039
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and implemented the code for GETPRINTERDATAEX. Working on ENUMPRINTERDATAEX. Not done yet. Please don't merge this into HEAD or APPLIANCE_HEAD yet. I will do it once I finish ENUMPRINTERDATAEX and SETPRINTERDATAEX. jerry
* | WERR_BADFILE needed for EnumPrinterKey()Gerald Carter2001-11-171-0/+1
| |
* | formatting fix.Gerald Carter2001-11-171-2/+2
| |
* | remove static xstrdup functionGerald Carter2001-11-171-13/+0
| |
* | Fix problems were smb://<IP-addr> is not handled properly ...Richard Sharpe2001-11-171-1/+3
| |
* | Fix up some problems where lp_workgroup() was passed to routinesRichard Sharpe2001-11-171-23/+41
| | | | | | | | that expected to update it ...
* | Forgot to set copyright correctly.Jeremy Allison2001-11-171-1/+1
| | | | | | | | Jeremy.
* | VERY BIG CHANGE !!!!Jeremy Allison2001-11-17157-8582/+15094
| | | | | | | | | | | | | | | | This is the back-merge of the working winbindd from HEAD to 2.2. As a side effect we now do NT status codes on the wire. This will need *LOTS* of testing.... :-). Jeremy.
* | Did the same removal as I just did in HEAD. Lots of unused code deleted.Jeremy Allison2001-11-168-2745/+13
| | | | | | | | Jeremy.
* | readding parse_credsGerald Carter2001-11-161-1/+2
| |
* | reverting Jeremy removalGerald Carter2001-11-161-0/+622
| |
* | Copy from HEADMartin Pool2001-11-160-0/+0
| |
* | Remove parse_creds from Makefile.inJeremy Allison2001-11-152-44/+1
| |
* | No longer used.Jeremy Allison2001-11-151-630/+0
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-11-151-0/+686
|\|
| * Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-153-266/+236
| | | | | | | | | | connection caching. Getting ready for back-merge to 2.2.3. Jeremy.
| * Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-154-103/+177
| | | | | | | | Now we just keep a record of the open pipes.
| * Jeremy, I'm not sure what you were trying to do with the process activityTim Potter2001-11-151-3/+1
| | | | | | | | loop in winbindd but it didn't work.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-11-1517-0/+3232
|\|
| * Don't include the treeview -- for Samba it is too big and can lock upMartin Pool2001-11-151-1/+1
| | | | | | | | browsers.
| * Doxygen demo for Tim.Martin Pool2001-11-152-12/+32
| |
| * Leave doc comments in code listings for the web.Martin Pool2001-11-151-1/+1
| |
| * Configuration file to run the Doxygen API documentation tool. A fewMartin Pool2001-11-151-0/+167
| | | | | | | | | | | | files already have Doxygen markup. Instructions on inserting tags into new code can be found at http://doxygen.org/. Output is (currently) at http://samba.org/~mbp/samba-dox/
| * FALSE -> FalseTim Potter2001-11-153-3/+3
| |
| * Added free_domain_info() function.Tim Potter2001-11-151-0/+27
| | | | | | | | Get list of trusted domains if we haven't fetched them yet.
| * Added free_domain_info() function.Tim Potter2001-11-151-1/+1
| |
| * Cache positive and negative name domain controller lookups.Tim Potter2001-11-151-11/+148
| | | | | | | | | | | | Cache negative connection attempt lookups. Fixed loginc bug in connection_ok()
| * Get list of trusted domains if we haven't fetched them yet.Tim Potter2001-11-152-0/+9
| |
| * Fixed display of uninitialised buffer in debug.Tim Potter2001-11-151-2/+8
| | | | | | | | Get list of trusted domains if we haven't fetched them yet.
| * Bit of a cleanup of signal handling code.Tim Potter2001-11-151-8/+14
| | | | | | | | | | | | Ignore the SIGUSR1 signal before we install a handler for it as glibc (?) seems to just print out "User defined signal 1" and exit if no handler is installed.
| * Fix detection of RedHat 7.2.Jeremy Allison2001-11-154-542/+113
| | | | | | | | | | | | Remove unused old file. Test 42 byte reply to SMBntcreate (W2K does this). Jeremy.
| * Fix compile on RedHat 7.2 systems with broken system headers.Jeremy Allison2001-11-144-643/+696
| | | | | | | | Jeremy.
| * Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison2001-11-141-38/+52
| | | | | | | | | | call slprintf within a signal handler. Jeremy.
| * Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2001-11-142-10/+24
| | | | | | | | | | field.... well, now at least the code is there when it does :-). Jeremy.
| * Random connection robustness related fixes. Display some debugs aboutTim Potter2001-11-145-31/+122
| | | | | | | | | | | | | | the currently open connections when winbindd receives a USR1 signal. Hmm - I've just realised this will conflict with the messaging code but we don't use that yet.
| * Give sensible defaults to some variables that are set by the buildMartin Pool2001-11-141-0/+32
| | | | | | | | farm but not present in Make.
| * Close the socket and set the file descriptor to -1 if there was a socketTim Potter2001-11-141-0/+9
| | | | | | | | error in cli_receive_smb() and cli_send_smb().
| * Clean up message.Martin Pool2001-11-141-4/+4
| |
| * #ifdef'd out suggestion for tim on making the winbindd protocol moreMartin Pool2001-11-141-1/+13
| | | | | | | | robust.
| * Little note about what's happening with Satyr.Martin Pool2001-11-141-0/+4
| |
| * Doc.Martin Pool2001-11-141-0/+35
| | | | | | | | | | | | | | Try not to run tests if the user specified --prefix=/usr* or something similar, because it would not be nice(!) to clobber their configuration file and passwords. Eventually I think we want to run the installed versions, but specify different paths for everything.
| * Added needed debugs...Jeremy Allison2001-11-141-25/+39
| | | | | | | | Jeremy.
| * Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-142-60/+2
| | | | | | | | Jeremy.
| * Too much of samba depends on finding files in their installedMartin Pool2001-11-141-5/+11
| | | | | | | | locations, so we can't do "make check" yet, only "make installcheck".