summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2001-11-13verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()Gerald Carter1-6/+3
2001-11-13Fix typo.Martin Pool1-2/+0
2001-11-13new Win2k spoolss rpc opnum (unknown right now).Gerald Carter1-0/+6
2001-11-13Formatting fixes only.Jeremy Allison2-58/+57
2001-11-12Minor fixes to help display, and domain enumeration , and also preparation fo...Steve French1-19/+35
2001-11-12Spelling fixes.Tim Potter1-6/+6
2001-11-12Don't check space on every extend if strict allocate not set.Jeremy Allison1-5/+3
2001-11-12messed up with patches, this should be the right one,Simo Sorce1-2/+1
2001-11-12Fixed allocation bug in database prog. Some format fixes.Jeremy Allison4-997/+985