summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison2003-01-291-63/+38
| | | | | | | | | | inside this function. Merge from HEAD (tpot). Jeremy.
* | Return 0 instead of crashing when a NULL source string is passedJeremy Allison2003-01-291-0/+1
| | | | | | | | | | to rpcstr_pull() - merge from HEAD (tpot). Jeremy.
* | Merge tridge's client priv code from HEAD.Jeremy Allison2003-01-294-18/+186
| | | | | | | | Jeremy
* | Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-286-20/+240
| | | | | | | | Jeremy.
* | patch from Paul Green to only build libsmbclient.so on platforms that ↵Gerald Carter2003-01-283-935/+960
| | | | | | | | support shared libraries
* | added missing file for abartletGerald Carter2003-01-280-0/+0
| |
* | Merge from HEAD:Andrew Bartlett2003-01-2814-367/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - NTLMSSP over SPENGO (sesssion-setup-and-x) cleanup and code refactor. - also consequential changes to the NTLMSSP and SPNEGO parsing functions - and the client code that uses the same functions - Add ntlm_auth, a NTLMSSP authentication interface for use by applications like Squid and Apache. - also consquential changes to use common code for base64 encode/decode. - Winbind changes to support ntlm_auth (I don't want this program to need to read smb.conf, instead getting all it's details over the pipe). - nmbd changes for fstrcat() instead of fstrcpy(). Andrew Bartlett
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-01-284-0/+1062
|\|
| * Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett2003-01-284-173/+80
| | | | | | | | | | | | | | | | | | | | | | | | The idea here is to seperate, as much as possible, the SPNEGO layer from the NTLMSSP layer. This not only helps us with protocol correctness, but also should allow further mechinisms to be added with relitive ease. I indend to make the kerberos code use this shortly. I've never seen the 'zero length blob' form of the anonymous login, so I've removed that case. Andrew Bartlett
| * performance patch from HP-UX folks (cant remember who)Gerald Carter2003-01-281-3/+14
| |
| * CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter2003-01-281-2/+101
| |
| * reran autoconfGerald Carter2003-01-271-912/+952
| |
| * One more try to fix the GNU Make dependencyRichard Sharpe2003-01-271-16/+51
| |
| * One more fix ... Things link now if you don't use dynamic RPC stuffRichard Sharpe2003-01-271-2/+2
| |
| * One more try to get rid of the dependency on GNU MAKERichard Sharpe2003-01-271-21/+22
| |
| * Fix the dependency on GNU Make introduced by the DYNAMIC RPC stuff.Richard Sharpe2003-01-271-42/+21
| | | | | | | | I have not tested this in a GNU MAKE environment yet.
| * Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison2003-01-241-1/+4
| | | | | | | | Jeremy.
| * Commit just a little more infrastructure for HAVE_GETDIRENTRIESRichard Sharpe2003-01-243-19298/+9213
| |
| * At the prompting, start to add infrastructure to detect the presence ofRichard Sharpe2003-01-241-0/+3
| | | | | | | | | | getdirentries. We would also detect getdents if present. This has some rudimentary support already.
| * Merge of increment_smbd_process_count() fix from appliance.Tim Potter2003-01-241-1/+1
| |
| * Merge of max log file fixes from appliance:Tim Potter2003-01-232-1/+15
| | | | | | | | | | | | | | | | - smbd/process.c: check log file sizes more often than in timeout_processing() - lib/debug.c: increment debug_count inside Debug1() instead of when log file sizes are checked.
| * Fixed typo.Tim Potter2003-01-231-1/+1
| |
| * fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLEGerald Carter2003-01-221-0/+1
| |
| * revert accidentally committed changesJim McDonough2003-01-212-86/+4
| |
| * Properly display popt errors. Also fix debug to be -d for consistency with ↵Jim McDonough2003-01-213-6/+89
| | | | | | | | other progs.
| * Fixup proto generation to not include krb5 specific symbolsJeremy Allison2003-01-212-5/+8
| | | | | | | | | | if no kerberos selected. Noticed by Metze. Jeremy.
| * Updated some comments.Tim Potter2003-01-211-5/+5
| |
| * More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-215-11/+155
| | | | | | | | Jeremy.
| * Keep the list of dead WINS servers in gencache.tdb instead of inTim Potter2003-01-211-60/+54
| | | | | | | | | | | | | | memory. This allows the information to be shared amongst all smbd processes. HP CR #1099
| * Make the valstr and timeout return pointers optional so a caller canTim Potter2003-01-211-11/+31
| | | | | | | | pass NULL if it doesn't care about the gencache key.
| * Deleted arguments to help output - they didn't work.Tim Potter2003-01-211-1/+1
| |
| * don't free() auto variables; fixes segfault when looking up ↵Gerald Carter2003-01-211-3/+5
| | | | | | | | RefusePasswordChange registry value
| * sanity checks from Ken CrossGerald Carter2003-01-212-3/+7
| |
| * should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the buildJim McDonough2003-01-201-1/+1
| |
| * Add FIXME about dodgy argument parser.Martin Pool2003-01-201-0/+11
| |
| * Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison2003-01-195-0/+244
| | | | | | | | | | | | to add a function without an explicit #ifdef HEIMDAL which I'm trying to avoid. Jeremy.
| * strip any trailing \'s from reg key names in an openGerald Carter2003-01-191-2/+10
| |
| * only supporting the Net::LDAP module nowGerald Carter2003-01-192-128/+0
| |
| * Fix some debug levels (were set to 0 with RPC module patch), andJim McDonough2003-01-181-4/+4
| | | | | | | | change one fprintf(stderr,...) to DEBUG.
| * Merge from 3.0.0 tree.John Terpstra2003-01-181-0/+58
| |
| * Er, I think this is a better spelling. (-:Tim Potter2003-01-181-0/+0
| |
| * adding docs for rpc plugin libsGerald Carter2003-01-181-0/+34
| |
| * removing extra debug statementGerald Carter2003-01-181-2/+0
| |
| * dlsym() can return NULL validly, so we can't use that as the error test.Jim McDonough2003-01-171-2/+6
| | | | | | | | dlerror() is the correct way to test.
| * Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt ↵Jim McDonough2003-01-1716-10357/+20708
| | | | | | | | for instructions.
| * sync WHATSNEW from SAMBA_3_0Gerald Carter2003-01-171-524/+338
| |
| * connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter2003-01-171-1/+1
| |
| * Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-172-18/+12
| | | | | | | | | | open resources. Jeremy.
| * reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-1717-234/+246
| |
| * This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-1717-246/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | calls to init_unistr2() in the code and every one of them got the 3rd argument incorrect, so I thought it best just to remove the argument. The incorrect usage was caused by callers using strlen() to determine the length of the string. The 3rd argument to init_unistr2() was supposed to be the character length, not the byte length of the string, so for non-english this could come out wrong. I also removed the bogus 'always allocate at least 256 bytes' hack. There may be some code that relies on this, but if there is then the code is broken and needs fixing.