summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett6-13/+27
2002-01-23Change the order of this a bit - as unix password change can fail.Andrew Bartlett1-11/+12
2002-01-23Sync up startpageprinter with appliance.Tim Potter1-5/+5
2002-01-23merge from 2.2Gerald Carter1-3/+3
2002-01-22Merge of fixes from 2.2.Jeremy Allison3-15/+15
2002-01-22merge from appliance_headGerald Carter1-2/+5
2002-01-22merge from 2.2. ofGerald Carter2-20/+23
2002-01-22Ensure fsp->size is correct so readraw's return correct data.Jeremy Allison1-9/+14