summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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 Pool1-0/+4
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-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
2001-11-14Added needed debugs...Jeremy Allison1-25/+39
2001-11-14Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2-60/+2
2001-11-14Too much of samba depends on finding files in their installedMartin Pool1-5/+11
2001-11-14Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison1-1/+1
2001-11-14Removed unused variable.Tim Potter1-1/+0
2001-11-14Reformatted to 75 columns.Tim Potter1-86/+114
2001-11-14Add basic "make check" and "make installcheck" targets, using theMartin Pool1-15/+57
2001-11-14Cosmetic fix for libpopt-checking test.Martin Pool2-630/+633
2001-11-13Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison1-68/+89
2001-11-13Fix winbind client code so that winbind calls are not made if theJeremy Allison2-15/+43
2001-11-13List of coding suggestions for submittersSteve French1-0/+86