summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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".
* Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison2001-11-141-1/+1
| | | | Jeremy.
* Removed unused variable.Tim Potter2001-11-141-1/+0
|
* Reformatted to 75 columns.Tim Potter2001-11-141-86/+114
| | | | | | Converted from DOS CRLF format (hmm). Added suggestion about C vs C++ comments.
* Add basic "make check" and "make installcheck" targets, using theMartin Pool2001-11-141-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 Pool2001-11-142-630/+633
|
* Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison2001-11-131-68/+89
| | | | Jeremy.
* Fix winbind client code so that winbind calls are not made if theJeremy Allison2001-11-132-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 submittersSteve French2001-11-131-0/+86
|
* verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()Gerald Carter2001-11-131-6/+3
|
* Fix typo.Martin Pool2001-11-131-2/+0
|
* new Win2k spoolss rpc opnum (unknown right now).Gerald Carter2001-11-131-0/+6
|
* Formatting fixes only.Jeremy Allison2001-11-132-58/+57
| | | | Jeremy.
* Minor fixes to help display, and domain enumeration , and also preparation ↵Steve French2001-11-121-19/+35
| | | | for new command option
* Spelling fixes.Tim Potter2001-11-121-6/+6
|
* Don't check space on every extend if strict allocate not set.Jeremy Allison2001-11-121-5/+3
| | | | Jeremy
* messed up with patches, this should be the right one,Simo Sorce2001-11-121-2/+1
| | | | sorry
* Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-124-997/+985
| | | | Jeremy.
* some bugfix and new functions,Simo Sorce2001-11-124-41/+98
| | | | | modified mangle.c to use mosltly acnv_????() functions. this should make also build farm happy
* Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett2001-11-121-23/+17
| | | | that.
* Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett2001-11-111-47/+0
| | | | | | | To be replaced with a real restriction in consultation with jra. (Hence why I've not touched loadparm.c). Andrew Bartlett
* Fix up some DEBUG()sAndrew Bartlett2001-11-112-34/+74
| | | | | | Add and fix comments Add 'const' to some more input paramaters.
* Add back the not null checks in a better place.Andrew Bartlett2001-11-112-2/+14
| | | | Check the pdb_init_sam() for failure.
* make sam_account_ok static.Andrew Bartlett2001-11-112-64/+58
| | | | | | remove rudundent not null checks fix indenting
* This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2001-11-112-6/+0
|
* Minor updates. A small dose of const.Andrew Bartlett2001-11-116-6/+6
|
* autoconfAndrew Bartlett2001-11-111-794/+755
|
* Remove built-in support for clear-text kerberos authentication.Andrew Bartlett2001-11-113-279/+16
| | | | | | | | | | This should remove some confusion from the ./configure, but does not affect the 'real' kerberos support currently residing in smbd/sesssetup.c. This code is vunerable to a spoofed KDC, and is best replaced by --with-pam and the pam_krb5 module. This module includes measures to prevent such spoofing. Andrew Bartlett
* fixed, moved and added some functionsSimo Sorce2001-11-103-99/+154
| | | | note the useful acnv_uxu2 and acnv_u2ux functions in charcnv.c