summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison5-33/+19
2002-01-14FIXME We should turn the global list off when using Insure++,Martin Pool1-0/+3
2002-01-14Move local variable to avoid warning when compiled without GSSAPI.Martin Pool1-1/+2
2002-01-14PSTRING_SANCTIFY:Martin Pool1-3/+50
2002-01-14Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter1-4/+0
2002-01-13A couple of coding syle updates to follow the re-indent.Andrew Bartlett1-5/+5
2002-01-13Re-indent these two functions to make it actually possible to understand theirAndrew Bartlett1-161/+161
2002-01-13don't try to allocate zero bytesAndrew Tridgell1-10/+7
2002-01-13I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett2-87/+105
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett7-2/+173
2002-01-12updates from 2.2Simo Sorce6-95/+141
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison3-0/+224
2002-01-12Thanks to vance for spotting the missing Makefile.in commit.Andrew Bartlett1-1/+1
2002-01-12Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett2-798/+825
2002-01-12Added the O_NOFOLLOW flag if follow symlinks is set off.Jeremy Allison1-0/+6
2002-01-11Round and round we go....Jeremy Allison3-3/+5
2002-01-11Latest attempt at changeid.Jeremy Allison2-6/+31
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison20-156/+162
2002-01-11fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell2-1/+3
2002-01-11fixed a crash in merge_aces()Andrew Tridgell1-0/+1
2002-01-11force the time difference in cache comparisons to be unsigned to copeAndrew Tridgell1-1/+4
2002-01-11make the winbind sequence number code more robustAndrew Tridgell1-1/+1
2002-01-11cope with direct IP addresses in resolve_name()Andrew Tridgell1-0/+5
2002-01-11preparing for release of 3.0-alpha13Samba Release Account1-1/+1
2002-01-11Make this error match Win2k.Andrew Bartlett1-1/+1
2002-01-11The DC is meant to be sent the *unmapped* username...Andrew Bartlett1-1/+1
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter7-114/+179
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett4-30/+47
2002-01-11Correct4ed comment.Tim Potter1-1/+1
2002-01-11Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2-3/+8
2002-01-11Some memory leak fixes.Tim Potter1-17/+23
2002-01-11make sure resolve_name() only returns valid IP addressesAndrew Tridgell1-4/+13
2002-01-10Since AB has been changing the winbind interface it's time to add the "mockTim Potter3-21/+21
2002-01-10added structure members referred to by recent changes in vfs-wrap.cHerb Lewis1-1/+5
2002-01-10merge tpots name changes into IRIX part of code. When you change the nameHerb Lewis1-8/+8
2002-01-10Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett5-18/+78
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett6-38/+84
2002-01-10Quieten warning about uninitialized variable.Martin Pool1-1/+3
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter8-132/+142
2002-01-10Spelling fix.Tim Potter1-1/+1
2002-01-10browse_fn: FIXME: If the remote machine returns non-ascii charactersMartin Pool1-0/+3
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison4-2/+177
2002-01-10Oh joy - the original code didn't do mapping of the perms onto the wire.Jeremy Allison1-11/+41
2002-01-10Ensure this is committed last.Jeremy Allison1-288/+370