summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett5-89/+38
2002-01-27Yes, dev is an 'input/output' paramater...Andrew Bartlett1-2/+2
2002-01-27Patch from Kevin Stefanik <kstef@mtppi.org> to do some more error checking forAndrew Bartlett1-6/+24
2002-01-27Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdbAndrew Bartlett1-5/+10
2002-01-26merge from APPLIANCE_HEADGerald Carter2-38/+4
2002-01-26 - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2-49/+72
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett5-33/+24
2002-01-26Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett1-10/+23
2002-01-26Make a talloc'ed copy of this strings so we can pass the right kind of pointerAndrew Bartlett1-1/+5
2002-01-26Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett1-31/+24
2002-01-26Add the become_root()/unbecome_root() wrapper around the lookup_name() call,Andrew Bartlett1-1/+9
2002-01-26Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett2-6/+13
2002-01-26We may as well not use these temporary variables - they are only used once andAndrew Bartlett1-3/+1
2002-01-26local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett1-5/+3
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett9-149/+56
2002-01-26Allow a winbind client to obtain the server's domain name.Andrew Bartlett1-1/+13
2002-01-26Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett1-12/+0
2002-01-26This always points at a string literal, so it probably should be 'const'.Andrew Bartlett1-1/+1
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett3-25/+20
2002-01-26fix typoAndrew Bartlett1-1/+1
2002-01-26The new plugable password backend system needs to be initialised afterAndrew Bartlett1-5/+5
2002-01-26These changes commited on a 'no less broken' basis.Andrew Bartlett1-7/+5
2002-01-26Try to get the compiler not to complain about assignments and truth values...Andrew Bartlett1-2/+1
2002-01-26Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett2-29/+62
2002-01-26Add some information tidbits to an error DEBUG().Andrew Bartlett1-1/+1
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison3-36/+37
2002-01-25that's the wins replication daemon !Jean-François Micouleau8-2/+2789
2002-01-25rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau4-267/+683
2002-01-25Change this code so that we don't do a lookup_name() on root.Andrew Bartlett1-11/+3
2002-01-25Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough3-5/+24
2002-01-25Fixed display of "remote downlevel document" in old print job submissionJeremy Allison3-4/+14
2002-01-25Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison1-3/+20
2002-01-25new message type for nmbdJean-François Micouleau1-0/+1
2002-01-25remove unused variableJean-François Micouleau1-1/+0
2002-01-25picky about reallocJean-François Micouleau1-5/+6
2002-01-25merge from 2.2Gerald Carter1-1/+1
2002-01-25Passdb changes:Andrew Bartlett3-11/+30
2002-01-25Fix a 'const' warning.Andrew Bartlett1-1/+1
2002-01-25Bring auth_winbind into line with the protocol changesAndrew Bartlett1-0/+3
2002-01-25micro fix :-)Simo Sorce1-0/+1
2002-01-25Removed dodgy init of local variable.Tim Potter1-1/+1
2002-01-25Return correct RPC fault PDU on bad handle incoming.Jeremy Allison3-0/+15
2002-01-25Much more useful handling of backup domain controllers in winbindd. HonourTim Potter1-25/+51
2002-01-25Remove check for passwordserver = "*" as we now initialise it.Tim Potter1-1/+6
2002-01-25Initialise password server to "*" in init_globals()Tim Potter1-0/+1
2002-01-25Removed unused static variable.Tim Potter1-1/+0
2002-01-25minor fixesSimo Sorce4-12/+15
2002-01-24handle filenames like .bashrc better in the new mangling codeAndrew Tridgell1-8/+12
2002-01-23Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough1-1/+2
2002-01-23Oops...Andrew Bartlett1-1/+1