summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-11-20- make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell1-8/+4
2001-11-20We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison2-188/+1
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool3-26/+27
2001-11-19Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool1-22/+20
2001-11-19Do satyr work against a copy of the build farm scripts so as not toMartin Pool1-2/+2
2001-11-19Fix typo.Martin Pool1-1/+1
2001-11-19Move all other paths into dynconfigMartin Pool5-22/+26
2001-11-19Merge from 2.2.Tim Potter1-1/+1
2001-11-19Cosmetic fix for debug statement.Tim Potter1-2/+1
2001-11-19Fix obvious typo.Martin Pool1-1/+1
2001-11-19Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter1-3/+6
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 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