summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-11-19Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool4-495/+559
2001-11-19Ignore .po files.Martin Pool1-0/+1
2001-11-19dyn_LOCKDIR should be const because it's never modified directly --Martin Pool2-2/+3
2001-11-19Added comment about why not to cast the assignment ofTim Potter1-3/+6
2001-11-19oopsum.Martin Pool1-1/+1
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool7-18/+36
2001-11-19Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool1-7/+5
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool5-16/+11
2001-11-19Quieten compiler warnings about a callback function prototype that hasMartin Pool1-1/+7
2001-11-19Disable "installcheck" -- it's still too likely to clobber somebody'sMartin Pool1-1/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool41-773/+825
2001-11-19Fix const warning. Doxyfy comment.Martin Pool1-5/+8
2001-11-19Ignore *.po objects, test tmpdirs, and ID files.Martin Pool2-0/+6
2001-11-19Source file defining global variables for configuration paths. ThisMartin Pool1-0/+45
2001-11-18fixed some bugs.Simo Sorce2-18/+19
2001-11-17Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe1-24/+44
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison6-21/+35
2001-11-16Fixed detection of RedHat headers. Removed another file !Jeremy Allison4-225/+12
2001-11-16Removed SMBD_RPC_CLIENT_OBJ temporary I was using.Jeremy Allison1-8/+3
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison9-2098/+23
2001-11-16Make CodingSuggestions show up in the Doxygen pages.Martin Pool3-8/+30
2001-11-16Ignore generated HTML and mkid output.Martin Pool1-2/+4
2001-11-15Tidyups in the merge process.Jeremy Allison2-34/+37
2001-11-15Tidyups and things I discovered during the merge...Jeremy Allison2-5/+5
2001-11-15more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())Gerald Carter1-0/+2
2001-11-15No longer used.Jeremy Allison1-622/+0
2001-11-15SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.Gerald Carter1-1/+1
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison3-266/+236
2001-11-15Caching user, group and domain sam handles was a stupid idea.Tim Potter4-103/+177
2001-11-15Jeremy, I'm not sure what you were trying to do with the process activityTim Potter1-3/+1
2001-11-15Don't include the treeview -- for Samba it is too big and can lock upMartin Pool1-1/+1
2001-11-15Doxygen demo for Tim.Martin Pool2-12/+32
2001-11-15Leave doc comments in code listings for the web.Martin Pool1-1/+1
2001-11-15Configuration file to run the Doxygen API documentation tool. A fewMartin Pool1-0/+167
2001-11-15FALSE -> FalseTim Potter3-3/+3
2001-11-15Added free_domain_info() function.Tim Potter1-0/+27
2001-11-15Added free_domain_info() function.Tim Potter1-1/+1
2001-11-15Cache positive and negative name domain controller lookups.Tim Potter1-11/+148
2001-11-15Get list of trusted domains if we haven't fetched them yet.Tim Potter2-0/+9
2001-11-15Fixed display of uninitialised buffer in debug.Tim Potter1-2/+8
2001-11-15Bit of a cleanup of signal handling code.Tim Potter1-8/+14
2001-11-15Fix detection of RedHat 7.2.Jeremy Allison4-542/+113
2001-11-14Fix compile on RedHat 7.2 systems with broken system headers.Jeremy Allison4-643/+696
2001-11-14Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison1-38/+52
2001-11-14Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2-10/+24
2001-11-14Random connection robustness related fixes. Display some debugs aboutTim Potter5-31/+122
2001-11-14Give sensible defaults to some variables that are set by the buildMartin Pool1-0/+32
2001-11-14Close the socket and set the file descriptor to -1 if there was a socketTim Potter1-0/+9
2001-11-14Clean up message.Martin Pool1-4/+4
2001-11-14#ifdef'd out suggestion for tim on making the winbindd protocol moreMartin Pool1-1/+13