summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
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