summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * removed references to SMBRUNGerald Carter2001-04-261-2/+0
| |
| * removed SMBRUN referencesGerald Carter2001-04-261-15/+1
| |
| * Sync with default perm changes in 2.2.Jeremy Allison2001-04-251-27/+122
| | | | | | | | Jeremy.
| * converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-255-337/+329
| | | | | | | | | | | | | | | | | | | | | | for memory allocation. This fixes a long standing seg fault (i knew i would get around to it one day :) ) Tested with NT4 and Win2k. Needs a little more testing with the "create the machine account on the fly" code for NT4. Simo, this is probably going to break the tdb passdb code. Can you look at that when you get a chance and see what you think?
| * Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison2001-04-253-712/+670
| | | | | | | | Jeremy.
| * Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison2001-04-251-2/+12
| | | | | | | | | | domain name. Jeremy.
* | Don't lock the entire db (for efficiency reasons) when implementing maxJeremy Allison2001-05-151-8/+11
| | | | | | | | | | connections - just lock one hash bucket (based on the servicename). Jeremy.
* | Zero-fill struct hostent.Jeremy Allison2001-05-151-0/+2
| | | | | | | | Jeremy.
* | Fixed glibc crash problems with libnss_wins.so.Jeremy Allison2001-05-151-5/+6
| | | | | | | | Jeremy.
* | Preliminary fixup of wins nsswitch code. Doesn't crash any more but MAYJeremy Allison2001-05-151-2/+41
| | | | | | | | | | | | NOT BE RIGHT ! I'm currently spellunking in glibc to find out how to return a he->h_name field (who should own this - is it malloced etc. etc....). Jeremy.
* | Tidyup getting ready for more efficient locking.Jeremy Allison2001-05-151-15/+6
| | | | | | | | Jeremy.
* | Adding notes regarding NetBIOS Scope issues.John Terpstra2001-05-151-9/+41
| |
* | Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-154-7/+30
| | | | | | | | | | We will need this when we use finer grained locking for max connections. Jeremy.
* | Merge tdb change from HEAD to avoid problems on expand.Jeremy Allison2001-05-151-6/+29
| | | | | | | | Jeremy.
* | Updated these from head to change EUCLEAN to EINVAL and fix theRichard Sharpe2001-05-152-63/+56
| | | | | | | | doco in the include file.
* | Updated for pam password change and use of passwd chat parameter with pam.Jeremy Allison2001-05-151-4/+15
| | | | | | | | Jeremy.
* | Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison2001-05-141-2/+2
| | | | | | | | Jeremy.
* | Stupidity by me..... 777 != 0777Jeremy Allison2001-05-141-1/+1
| | | | | | | | | | | | ARGGGHHHHHHHHHH. (Sorry). Jeremy.
* | tdb_traverse returns number of records, not zero, on success.Jeremy Allison2001-05-141-2/+14
| | | | | | | | | | Now tested max connections and it works again. Hurrah ! Jeremy.
* | Add a definition of INCLUDEDIR for libsmbclient ...Richard Sharpe2001-05-141-0/+1
| |
* | Initial addition of these as examples ... for libsmbclientRichard Sharpe2001-05-142-0/+1268
| |
* | Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-142-11/+91
| | | | | | | | | | | | This needs testing ! Tidied up tabs in tdb.c. Jeremy.
* | Pulled libsmdclient.h over from head branch so libsmbclient.c will build.Richard Sharpe2001-05-130-0/+0
| |
* | This patch provides the targets for libsmbclient.Richard Sharpe2001-05-131-0/+7
| | | | | | | | | | | | It does not touch any of the other parts of Samba, and I have built Samba both with and without this patch, and there is no difference. You currently have to build the specific target.
* | hash.c: string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-123-13/+10
| | | | | | | | | | statcache.c: Head sync. Jeremy.
* | Now we're doing the substitution in the lp_string remove the debug levelJeremy Allison2001-05-121-5/+0
| | | | | | | | | | zero warning. Jeremy.
* | initial functions for server and client side DeletePrinterDriver()Gerald Carter2001-05-127-1/+260
| | | | | | | | | | RPC. Need to fill in the code to actually delete the driver information from the TDB.
* | Needs to be >=, not just >.Jeremy Allison2001-05-101-1/+1
| | | | | | | | Jeremy.
* | loadparm.c: Insure specific test...Jeremy Allison2001-05-102-3/+19
| | | | | | | | | | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <rain@bluecherry.net>. Jeremy.
* | Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now useJeremy Allison2001-05-101-84/+80
| | | | | | | | | | | | ServicePtrs[i] when we're indirecting so we can see what's going on. ZERO_STRUCTP(ServicePtrs[i]) on free_service. Jeremy.
* | free_service() was never setting the valid field to False. This is a bugJeremy Allison2001-05-101-0/+2
| | | | | | | | | | that's been here since 2.0.x and before.... This would cause a memleak. Jeremy.
* | Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison2001-05-101-2/+15
| | | | | | | | | | bits before checking if we should change them on non-acl systems. Jeremy.
* | make protoGerald Carter2001-05-101-0/+1
| |
* | forgot to merge this one from HEAD as wellGerald Carter2001-05-101-0/+13
| |
* | merge of Tim's change from HEADGerald Carter2001-05-101-8/+11
| |
* | just a few updatesGerald Carter2001-05-104-1264/+1377
| |
* | regenerate from Jeremy's changesGerald Carter2001-05-102-149/+74
| |
* | Don't check for passwd program if using pam change password.Jeremy Allison2001-05-101-17/+25
| | | | | | | | | | Original patch from Andrew Bartlett. Jeremy.
* | Made "security XXX" masks always apply to ACL sets. By default they haveJeremy Allison2001-05-103-87/+31
| | | | | | | | | | no effect. Jeremy.
* | Removed "restrict acl with mask" docs - updated for "security xxx" docs.Jeremy Allison2001-05-101-48/+33
| | | | | | | | Jeremy.
* | Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison2001-05-092-10/+48
| | | | | | | | Jeremy.
* | fix for compiling bin/pam_smbpass.soGerald Carter2001-05-091-6/+5
| |
* | fix to keep insure from complaining about memory leaks of 1 byte :-)Gerald Carter2001-05-091-8/+13
| |
* | check the number of domains returned to enum_trusted_domainsGerald Carter2001-05-091-2/+2
| | | | | | | | before allocating memory
* | new versions of config.guess and config.sub from gnu.orgAndrew Tridgell2001-05-092-373/+1362
| |
* | used the username from sam_pass in PAM calls. WIn98 passes theGerald Carter2001-05-091-0/+4
| | | | | | | | | | username in all CAPS and so the PAM call fails on RedHat 6.2 (pam_pwdb.so)
* | Added second WINS server and fixed typo. Thanks toJohn Terpstra2001-05-081-3/+3
| | | | | | | | Walt Howard <howard@ee.utah.edu>
* | Merge Tim's shadow variable fixes.Jeremy Allison2001-05-082-4/+4
| | | | | | | | Jeremy.
* | Fix for insure complaining about parameter missmatch.Jeremy Allison2001-05-081-1/+1
| | | | | | | | Jeremy.
* | Fix found by insure. Gerald's fix didn't set the first character to zeroJeremy Allison2001-05-081-0/+2
| | | | | | | | | | before calling pstrcat. Jeremy.