summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Quieten compiler warnings about a callback function prototype that hasMartin Pool2001-11-191-1/+7
* Disable "installcheck" -- it's still too likely to clobber somebody'sMartin Pool2001-11-191-1/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-1941-773/+825
* Fix const warning. Doxyfy comment.Martin Pool2001-11-191-5/+8
* Ignore *.po objects, test tmpdirs, and ID files.Martin Pool2001-11-191-0/+4
* Source file defining global variables for configuration paths. ThisMartin Pool2001-11-191-0/+45
* fixed some bugs.Simo Sorce2001-11-182-18/+19
* Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe2001-11-171-24/+44
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-176-21/+35
* Fixed detection of RedHat headers. Removed another file !Jeremy Allison2001-11-164-225/+12
* Removed SMBD_RPC_CLIENT_OBJ temporary I was using.Jeremy Allison2001-11-161-8/+3
* I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-169-2098/+23
* Make CodingSuggestions show up in the Doxygen pages.Martin Pool2001-11-163-8/+30
* Ignore generated HTML and mkid output.Martin Pool2001-11-161-2/+4
* Tidyups in the merge process.Jeremy Allison2001-11-152-34/+37
* Tidyups and things I discovered during the merge...Jeremy Allison2001-11-152-5/+5
* more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())Gerald Carter2001-11-151-0/+2
* No longer used.Jeremy Allison2001-11-151-622/+0
* SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.Gerald Carter2001-11-151-1/+1
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-153-266/+236
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-154-103/+177
* Jeremy, I'm not sure what you were trying to do with the process activityTim Potter2001-11-151-3/+1
* Don't include the treeview -- for Samba it is too big and can lock upMartin Pool2001-11-151-1/+1
* 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
* FALSE -> FalseTim Potter2001-11-153-3/+3
* Added free_domain_info() function.Tim Potter2001-11-151-0/+27
* 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
* 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
* Bit of a cleanup of signal handling code.Tim Potter2001-11-151-8/+14
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-154-542/+113
* Fix compile on RedHat 7.2 systems with broken system headers.Jeremy Allison2001-11-144-643/+696
* Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison2001-11-141-38/+52
* Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2001-11-142-10/+24
* Random connection robustness related fixes. Display some debugs aboutTim Potter2001-11-145-31/+122
* Close the socket and set the file descriptor to -1 if there was a socketTim Potter2001-11-141-0/+9
* 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
* Added needed debugs...Jeremy Allison2001-11-141-25/+39
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-142-60/+2
* Too much of samba depends on finding files in their installedMartin Pool2001-11-141-5/+11
* Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison2001-11-141-1/+1
* Removed unused variable.Tim Potter2001-11-141-1/+0
* Reformatted to 75 columns.Tim Potter2001-11-141-86/+114
* Add basic "make check" and "make installcheck" targets, using theMartin Pool2001-11-141-15/+57
* 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