summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-01-31Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison1-0/+101
2003-01-31Ensure Luke Howard's (C) is added.Jeremy Allison1-1/+21
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison6-16/+65
2003-01-30More scalable print tdb fixes.Jeremy Allison1-13/+23
2003-01-30Sync up with 3.0 heimdal.Jeremy Allison1-0/+8
2003-01-30Fix kerberos compile after the tpot massicre :-).Jeremy Allison3-1229/+1740
2003-01-30Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison1-0/+122
2003-01-30Straus VOS detection patches from Paul GreenGerald Carter2-848/+905
2003-01-30The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter1-4/+1
2003-01-30Move debug level message handling into debug.c from messages.cTim Potter2-11/+14
2003-01-30Fix for interesting resource constraint condition. When all opens areJeremy Allison3-17/+22
2003-01-29Fix to findsmb by WaiderAndrew Bartlett1-1/+1
2003-01-29Make the vampire code use just pdb calls - allowing better operation on systemsAndrew Bartlett1-22/+15
2003-01-29Use new interface for cli_samr_query_dispinfo().Tim Potter3-13/+41
2003-01-29Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter1-2/+35
2003-01-29Pass down max_size parameter to init_samr_q_query_dispinfo() insteadTim Potter1-2/+2
2003-01-29Removed duplicate fn to avoid compiler warning.Tim Potter1-19/+0
2003-01-29Remove NULL buffer checks before rpcstr_pull() as they're now doneTim Potter1-63/+38
2003-01-29Return 0 instead of crashing when a NULL source string is passedTim Potter1-0/+1
2003-01-29Quieten debug about gencache.tdb not being able to be opened.Tim Potter1-1/+1
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell4-4/+163
2003-01-28patch from Paul Green to only build libsmbclient.so on platforms that support...Gerald Carter3-907/+934
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell6-20/+208
2003-01-28As per a comment by herb a little while back, this should be >=, not == to keepAndrew Bartlett1-1/+1
2003-01-28Make this an fstrcat(), as this seems to fix some weird issue with the serverAndrew Bartlett1-2/+2
2003-01-28The previous patch (NTLMSSP common code factoring) was missing a minor detail -Andrew Bartlett1-28/+35
2003-01-28Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett4-173/+80
2003-01-28performance patch from HP-UX folks (cant remember who)Gerald Carter1-3/+14
2003-01-28CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter1-2/+101
2003-01-27reran autoconfGerald Carter1-912/+952
2003-01-27One more try to fix the GNU Make dependencyRichard Sharpe1-16/+51
2003-01-27One more fix ... Things link now if you don't use dynamic RPC stuffRichard Sharpe1-2/+2
2003-01-27One more try to get rid of the dependency on GNU MAKERichard Sharpe1-21/+22
2003-01-27Fix the dependency on GNU Make introduced by the DYNAMIC RPC stuff.Richard Sharpe1-42/+21
2003-01-24Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison1-1/+4
2003-01-24Commit just a little more infrastructure for HAVE_GETDIRENTRIESRichard Sharpe3-19298/+9213
2003-01-24At the prompting, start to add infrastructure to detect the presence ofRichard Sharpe1-0/+3
2003-01-24Merge of increment_smbd_process_count() fix from appliance.Tim Potter1-1/+1
2003-01-23Merge of max log file fixes from appliance:Tim Potter2-1/+15
2003-01-23Fixed typo.Tim Potter1-1/+1
2003-01-22fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLEGerald Carter1-0/+1
2003-01-21revert accidentally committed changesJim McDonough2-86/+4
2003-01-21Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough3-6/+89
2003-01-21Fixup proto generation to not include krb5 specific symbolsJeremy Allison2-5/+8
2003-01-21Updated some comments.Tim Potter1-5/+5
2003-01-21More fixes getting us closer to full Heimdal compile....Jeremy Allison5-11/+155
2003-01-21Keep the list of dead WINS servers in gencache.tdb instead of inTim Potter1-60/+54
2003-01-21Make the valstr and timeout return pointers optional so a caller canTim Potter1-11/+31
2003-01-21Deleted arguments to help output - they didn't work.Tim Potter1-1/+1
2003-01-21don't free() auto variables; fixes segfault when looking up RefusePasswordCha...Gerald Carter1-3/+5