Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Forgot to set copyright correctly. | Jeremy Allison | 2001-11-17 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | VERY BIG CHANGE !!!! | Jeremy Allison | 2001-11-17 | 157 | -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 Allison | 2001-11-16 | 8 | -2745/+13 | |
| | | | | Jeremy. | |||||
* | readding parse_creds | Gerald Carter | 2001-11-16 | 1 | -1/+2 | |
| | ||||||
* | reverting Jeremy removal | Gerald Carter | 2001-11-16 | 1 | -0/+622 | |
| | ||||||
* | Copy from HEAD | Martin Pool | 2001-11-16 | 0 | -0/+0 | |
| | ||||||
* | Remove parse_creds from Makefile.in | Jeremy Allison | 2001-11-15 | 2 | -44/+1 | |
| | ||||||
* | No longer used. | Jeremy Allison | 2001-11-15 | 1 | -630/+0 | |
| | | | | Jeremy. | |||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-11-15 | 1 | -0/+686 | |
|\ | ||||||
| * | Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand | Jeremy Allison | 2001-11-15 | 3 | -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 Potter | 2001-11-15 | 4 | -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 activity | Tim Potter | 2001-11-15 | 1 | -3/+1 | |
| | | | | | | | | loop in winbindd but it didn't work. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-11-15 | 17 | -0/+3232 | |
|\| | ||||||
| * | Don't include the treeview -- for Samba it is too big and can lock up | Martin Pool | 2001-11-15 | 1 | -1/+1 | |
| | | | | | | | | browsers. | |||||
| * | Doxygen demo for Tim. | Martin Pool | 2001-11-15 | 2 | -12/+32 | |
| | | ||||||
| * | Leave doc comments in code listings for the web. | Martin Pool | 2001-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | Configuration file to run the Doxygen API documentation tool. A few | Martin Pool | 2001-11-15 | 1 | -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 -> False | Tim Potter | 2001-11-15 | 3 | -3/+3 | |
| | | ||||||
| * | Added free_domain_info() function. | Tim Potter | 2001-11-15 | 1 | -0/+27 | |
| | | | | | | | | Get list of trusted domains if we haven't fetched them yet. | |||||
| * | Added free_domain_info() function. | Tim Potter | 2001-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | Cache positive and negative name domain controller lookups. | Tim Potter | 2001-11-15 | 1 | -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 Potter | 2001-11-15 | 2 | -0/+9 | |
| | | ||||||
| * | Fixed display of uninitialised buffer in debug. | Tim Potter | 2001-11-15 | 1 | -2/+8 | |
| | | | | | | | | Get list of trusted domains if we haven't fetched them yet. | |||||
| * | Bit of a cleanup of signal handling code. | Tim Potter | 2001-11-15 | 1 | -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 Allison | 2001-11-15 | 4 | -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 Allison | 2001-11-14 | 4 | -643/+696 | |
| | | | | | | | | Jeremy. | |||||
| * | Make signal handling safer (handle EINTR on read/write/accept), don't | Jeremy Allison | 2001-11-14 | 1 | -38/+52 | |
| | | | | | | | | | | call slprintf within a signal handler. Jeremy. | |||||
| * | Got ready to implement Martin's idea, but request doesn't have a length | Jeremy Allison | 2001-11-14 | 2 | -10/+24 | |
| | | | | | | | | | | field.... well, now at least the code is there when it does :-). Jeremy. | |||||
| * | Random connection robustness related fixes. Display some debugs about | Tim Potter | 2001-11-14 | 5 | -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 build | Martin Pool | 2001-11-14 | 1 | -0/+32 | |
| | | | | | | | | farm but not present in Make. | |||||
| * | Close the socket and set the file descriptor to -1 if there was a socket | Tim Potter | 2001-11-14 | 1 | -0/+9 | |
| | | | | | | | | error in cli_receive_smb() and cli_send_smb(). | |||||
| * | Clean up message. | Martin Pool | 2001-11-14 | 1 | -4/+4 | |
| | | ||||||
| * | #ifdef'd out suggestion for tim on making the winbindd protocol more | Martin Pool | 2001-11-14 | 1 | -1/+13 | |
| | | | | | | | | robust. | |||||
| * | Little note about what's happening with Satyr. | Martin Pool | 2001-11-14 | 1 | -0/+4 | |
| | | ||||||
| * | Doc. | Martin Pool | 2001-11-14 | 1 | -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 Allison | 2001-11-14 | 1 | -25/+39 | |
| | | | | | | | | Jeremy. | |||||
| * | Removed the "reestablish" code. Tridge - scream if this was needed.... | Jeremy Allison | 2001-11-14 | 2 | -60/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Too much of samba depends on finding files in their installed | Martin Pool | 2001-11-14 | 1 | -5/+11 | |
| | | | | | | | | locations, so we can't do "make check" yet, only "make installcheck". | |||||
| * | Fix from Herb. mincount/maxcount need to be ssize_t for comparisons. | Jeremy Allison | 2001-11-14 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Removed unused variable. | Tim Potter | 2001-11-14 | 1 | -1/+0 | |
| | | ||||||
| * | Reformatted to 75 columns. | Tim Potter | 2001-11-14 | 1 | -86/+114 | |
| | | | | | | | | | | | | Converted from DOS CRLF format (hmm). Added suggestion about C vs C++ comments. | |||||
| * | Add basic "make check" and "make installcheck" targets, using the | Martin Pool | 2001-11-14 | 1 | -15/+57 | |
| | | | | | | | | | | | | | | | | | | Satyr framework from the buildfarm. This will eventually be copied into the Samba source tree, but it is not yet. See cvs://samba.org:/data/cvs/satyr Add "make showlayout" target to show where installation will put things. | |||||
| * | Cosmetic fix for libpopt-checking test. | Martin Pool | 2001-11-14 | 2 | -630/+633 | |
| | | ||||||
| * | Look for DOMAIN\group in group lists and ask winbind. | Jeremy Allison | 2001-11-13 | 1 | -68/+89 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix winbind client code so that winbind calls are not made if the | Jeremy Allison | 2001-11-13 | 2 | -15/+43 | |
| | | | | | | | | | | | | | | requested name does not have a winbind separator character. This makes the intent explicit. Tim, contact me if this is not what you indended. Jeremy. | |||||
| * | List of coding suggestions for submitters | Steve French | 2001-11-13 | 1 | -0/+86 | |
| | | ||||||
| * | verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx() | Gerald Carter | 2001-11-13 | 1 | -6/+3 | |
| | | ||||||
| * | Fix typo. | Martin Pool | 2001-11-13 | 1 | -2/+0 | |
| | | ||||||
| * | new Win2k spoolss rpc opnum (unknown right now). | Gerald Carter | 2001-11-13 | 1 | -0/+6 | |
| | | ||||||
| * | Formatting fixes only. | Jeremy Allison | 2001-11-13 | 2 | -58/+57 | |
| | | | | | | | | Jeremy. |