summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-01-20Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2-3/+21
2002-01-19Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison1-31/+32
2002-01-19Added #ifdef for FreeBSD TCP bug.Jeremy Allison1-0/+4
2002-01-19Report write fail in smb_dump.Jeremy Allison1-1/+3
2002-01-19Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison3-0/+10
2002-01-19fixes (asprintf) from 2.2Simo Sorce5-17/+24
2002-01-18Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett1-9/+12
2002-01-18Ensure (C) message is output on startup.Jeremy Allison2-4/+4
2002-01-18If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison1-1/+7
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett10-50/+146
2002-01-18Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison1-26/+23
2002-01-18Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...Jeremy Allison1-4/+2
2002-01-18Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2-11/+19
2002-01-18Always clear malloced memory for parse structs.Jeremy Allison1-0/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett19-72/+243
2002-01-17Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett1-1/+3
2002-01-17Made a debug look nicer.Tim Potter1-1/+2
2002-01-17Added some guards.Tim Potter1-0/+4
2002-01-17Fixed typo.Tim Potter1-1/+1
2002-01-17fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell1-1/+1
2002-01-17don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell1-4/+0
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison4-44/+51
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison4-27/+67
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison4-66/+48
2002-01-16Alphabetize.Jeremy Allison1-3/+3
2002-01-16Added CIFS UNIX extension code to client.Jeremy Allison3-0/+316
2002-01-16Fix name register bug with non-existent wins server.Jeremy Allison1-32/+29
2002-01-16At leadt don't lose this - I need to re-sync trans2.c between 2.2.x andJeremy Allison1-27/+66
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool5-59/+30
2002-01-16Quieten some pointer cast warnings.Tim Potter1-3/+4
2002-01-16much better support for organisational units in ADS joinAndrew Tridgell3-15/+53
2002-01-16Roll back PSTR insertion.Martin Pool1-23/+21
2002-01-16Merge of name_status_find() debugs.Tim Potter1-5/+18
2002-01-15Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb?Jim McDonough1-10/+10
2002-01-15Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison1-1/+1
2002-01-15For some reason I wasn't thinking about failure cases this morning...Andrew Bartlett1-0/+72
2002-01-15Convert to the new pstring interface. This diff is a pretty goodMartin Pool1-26/+29
2002-01-15Split pstring definitions into their own header.Martin Pool2-53/+72
2002-01-15Integrate with PSTRING_SANCTIFY.Martin Pool1-4/+4
2002-01-15#ifdef variable that's not used without dmallocMartin Pool1-0/+2
2002-01-15Add constness to parametersMartin Pool1-1/+1
2002-01-15adding wins commands to winbindd - will check in the rest of the changesHerb Lewis1-0/+211
2002-01-15Add constness to parametersMartin Pool1-2/+2
2002-01-15Add constness to filenames passed to functions.Martin Pool3-3/+28
2002-01-15Commit the auth associated changes I missed from the last commit.Andrew Bartlett4-3/+21
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett6-129/+180
2002-01-14rerun autoconfAndrew Bartlett1-802/+812
2002-01-14I like --enable-developer, but I find it rather usless when all it gets me is aAndrew Bartlett1-1/+5
2002-01-14Initialise cli variables and try not to do a cli_shutdown() of uninitialsedAndrew Bartlett1-4/+10
2002-01-14Fix a segfault in auth/auth_domain.c error cases.Andrew Bartlett1-2/+1