summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* fixes (asprintf) from 2.2Simo Sorce2002-01-195-17/+24
* Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett2002-01-181-9/+12
* Ensure (C) message is output on startup.Jeremy Allison2002-01-182-4/+4
* If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison2002-01-181-1/+7
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-1810-50/+146
* Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison2002-01-181-26/+23
* Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...Jeremy Allison2002-01-181-4/+2
* Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2002-01-182-11/+19
* Always clear malloced memory for parse structs.Jeremy Allison2002-01-181-0/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-1719-72/+243
* Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett2002-01-171-1/+3
* Made a debug look nicer.Tim Potter2002-01-171-1/+2
* Added some guards.Tim Potter2002-01-171-0/+4
* Fixed typo.Tim Potter2002-01-171-1/+1
* fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell2002-01-171-1/+1
* don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell2002-01-171-4/+0
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-164-44/+51
* Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-164-27/+67
* Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-164-66/+48
* Alphabetize.Jeremy Allison2002-01-161-3/+3
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-163-0/+316
* Fix name register bug with non-existent wins server.Jeremy Allison2002-01-161-32/+29
* At leadt don't lose this - I need to re-sync trans2.c between 2.2.x andJeremy Allison2002-01-161-27/+66
* Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-165-59/+30
* Quieten some pointer cast warnings.Tim Potter2002-01-161-3/+4
* much better support for organisational units in ADS joinAndrew Tridgell2002-01-163-15/+53
* Roll back PSTR insertion.Martin Pool2002-01-161-23/+21
* Merge of name_status_find() debugs.Tim Potter2002-01-161-5/+18
* Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb?Jim McDonough2002-01-151-10/+10
* Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison2002-01-151-1/+1
* For some reason I wasn't thinking about failure cases this morning...Andrew Bartlett2002-01-151-0/+72
* Convert to the new pstring interface. This diff is a pretty goodMartin Pool2002-01-151-26/+29
* Split pstring definitions into their own header.Martin Pool2002-01-152-53/+72
* Integrate with PSTRING_SANCTIFY.Martin Pool2002-01-151-4/+4
* #ifdef variable that's not used without dmallocMartin Pool2002-01-151-0/+2
* Add constness to parametersMartin Pool2002-01-151-1/+1
* adding wins commands to winbindd - will check in the rest of the changesHerb Lewis2002-01-151-0/+211
* Add constness to parametersMartin Pool2002-01-151-2/+2
* Add constness to filenames passed to functions.Martin Pool2002-01-153-3/+28
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-154-3/+21
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-156-129/+180
* rerun autoconfAndrew Bartlett2002-01-141-802/+812
* I like --enable-developer, but I find it rather usless when all it gets me is aAndrew Bartlett2002-01-141-1/+5
* Initialise cli variables and try not to do a cli_shutdown() of uninitialsedAndrew Bartlett2002-01-141-4/+10
* Fix a segfault in auth/auth_domain.c error cases.Andrew Bartlett2002-01-141-2/+1
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-145-33/+19
* FIXME We should turn the global list off when using Insure++,Martin Pool2002-01-141-0/+3
* Move local variable to avoid warning when compiled without GSSAPI.Martin Pool2002-01-141-1/+2
* PSTRING_SANCTIFY:Martin Pool2002-01-141-3/+50
* Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter2002-01-141-4/+0