summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24merge from 2.2Gerald Carter13-1018/+397
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
2002-01-22Add more string explanations of RAP errors that are already documentedMartin Pool1-8/+17
2002-01-22We have to do some initialization before the string conversionMartin Pool1-13/+15
2002-01-22Raise log level of warning produced when the open() of the tdb fails.Tim Potter1-1/+1
2002-01-22Display tdb name of "unknown" in logging debug when tdb has not been named.Tim Potter1-1/+1
2002-01-22Added comment about running lp_load() before calling pidfile_create().Tim Potter1-1/+4
2002-01-22Call pidfile_create() as part of init sequence.Tim Potter1-0/+3
2002-01-22Having a const parameter for set_socket_options() causes too much confusion.Tim Potter1-1/+1
2002-01-21Removed freebsd hack. Not correct.Jeremy Allison1-4/+0
2002-01-21Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison1-4/+10
2002-01-21getpwnam_alloc -> getpwnamSimo Sorce1-9/+8
2002-01-21hmm, get it right this time.Simo Sorce1-1/+1
2002-01-21fix also the comment.Simo Sorce1-2/+5
2002-01-21replace getpwnam_alloc with plain getpwnam.Simo Sorce1-2/+1
2002-01-21Make the -L option to smbclient slightly less gross:Martin Pool1-4/+22
2002-01-21Spelling fix.Tim Potter1-1/+1
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-2/+3
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-1/+2
2002-01-21One less Get_Pwnam_Modify call!Andrew Bartlett1-5/+0
2002-01-21Add the -s command to keep smbpasswd quiet during the tests.Andrew Bartlett1-2/+2
2002-01-20Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett1-1/+1
2002-01-20Fix the negation of the extra parinoia check on machine password changes.Andrew Bartlett1-1/+1
2002-01-20Also echo the smbpasswd command lineAndrew Bartlett1-0/+1
2002-01-20Spelling fixes.Tim Potter3-13/+15
2002-01-20This should get the oldstyle domain join tests working again.Andrew Bartlett1-1/+1
2002-01-20A couple more little fixes for the domain security tests.Andrew Bartlett2-5/+5
2002-01-20Vance and his eagle eyes spotted a copy and paste error in my smb.conf updates.Andrew Bartlett1-11/+0
2002-01-20Try to see if we can get these tests working...Andrew Bartlett2-5/+1
2002-01-20fixes from 2.2Simo Sorce1-93/+127