summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2006-02-188-28/+26
| | | | | | | | Jeremy.
| * r13552: Make sure we're using the same name to load the storedJeremy Allison2006-02-171-1/+1
| | | | | | | | | | | | creds under all circumstances. This may be wrong, but at least we're now consistent. Jeremy.
| * r13550: remove pdb_guestGerald Carter2006-02-172-161/+0
| |
| * r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison2006-02-172-51/+51
| | | | | | | | | | | | for the creds store. This should fix the problems Jerry reported (but I have still to run tests :-). Jeremy.
| * r13547: add earlier checks to deny deleting a printer driver. The previousGerald Carter2006-02-172-0/+29
| | | | | | | | | | | | code relied upon file permissions alone. Now we check that the user is a printer administrator and that the share has not been marked read only for that user.
| * r13546: NSS soname merge from trunkGerald Carter2006-02-171-3/+5
| |
| * r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter2006-02-173-30/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this more but it gets around the primary group issue. * don't map a SID to a name from the group mapping code if the map doesn't have a valid gid. This is only an issue in a tdb setup * Always allow S-1-$DOMAIN-513 to resolve (just like Windows) * if we cannot resolve a users primary GID to a SID, then set it to S-1-$DOMAIN-513 * Ignore the primary group SID inside pdb_enum_group_memberships(). Only look at the Unix group membersip. Jeremy, this fixes a fresh install startup for smbd as far as my tests are concerned.
| * r13544: -O1 janitor work :-)Volker Lendecke2006-02-171-6/+5
| |
| * r13542: Don't reuse a pointer we just freed (Doh!).Jeremy Allison2006-02-171-2/+2
| | | | | | | | Jeremy.
| * r13541: we have to wrap pen_enum_group_memberships() in become/unbecome_root()Gerald Carter2006-02-171-1/+5
| | | | | | | | | | blocks. This fixes the problem I had with missing groups in the net_samlogon() reply from a Samba PDC.
| * r13539: Add 128 bit creds processing client and server. Thanks to Andrew ↵Jeremy Allison2006-02-174-24/+98
| | | | | | | | | | | | | | Bartlett's Samba4 code. Jeremy.
| * r13538: Make sure we store all 16 bytes of credentials sessionJeremy Allison2006-02-171-5/+6
| | | | | | | | | | | | key and delete records that are old. We will need this for the full 16 byte session key support. Jeremy.
| * r13535: Fix #2353 based on a patch by William Jojo.Jeremy Allison2006-02-161-3/+4
| | | | | | | | Jeremy.
| * r13530: Fix from William Jojo for #1970. Make nmblookup doJeremy Allison2006-02-161-7/+6
| | | | | | | | | | a node status on all IP's when requested. Jeremy.
| * r13529: No functional, line break changes to let it fit into 80 chares screenLars Müller2006-02-161-8/+9
| | | | | | | | width again.
| * r13528: Mention the tools and commandline option names used.Lars Müller2006-02-161-2/+2
| |
| * r13527: Adjust copyright header with information got from the 2.2 cvs tree.Lars Müller2006-02-161-3/+7
| |
| * r13526: Remove superfuous extra spaces at EOL.Lars Müller2006-02-161-8/+8
| |
| * r13525: This is only a cleanup to have the memset() and SAFE_FREE() only oneLars Müller2006-02-161-8/+9
| | | | | | | | | | | | | | time in the code. Even if we now have an additional if statement after the free I prefer this solution in opposite to the duplicated code we had before.
| * r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller2006-02-164-56/+85
| | | | | | | | | | | | | | | | | | | | This fixes bug #1386. The initial changes had been made by Carsten Höger <choeger at open-xhange dot com> for Samba 2.2 while being at SuSE. *sigh* To not duplicate code from smbpasswd in pdbedit stdin_new_passwd() and get_pass() are moved from smbpasswd to utils/passwd_util.c.
| * r13523: Fix indent.Günther Deschner2006-02-161-13/+13
| | | | | | | | Guenther
| * r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner2006-02-164-45/+132
| | | | | | | | Guenther
| * r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison2006-02-163-30/+259
| | | | | | | | Jeremy.
| * r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2006-02-154-68/+163
| | | | | | | | | | I mean it this time :-). Jeremy.
| * r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>Volker Lendecke2006-02-151-1/+1
| |
| * r13515: Make sure to store the correct domain name in the server affinity cache.Gerald Carter2006-02-151-1/+1
| |
| * r13513: Changing defaults:Gerald Carter2006-02-151-16/+2
| | | | | | | | | | | | | | * enable privileges = yes * enable asu support = no Remove unused function after the tdbsam rewrite.
| * r13512: Rewrite tdbsam code to use a reference count based open/closeGerald Carter2006-02-151-326/+281
| | | | | | | | | | | | | | on the tdb file. This allow recusive calls to succeed without complaining about failed opens since a tdb can only be opened once per process. We probably still need to backport the transaction support from Samba 4 here though.
| * r13511: Fix bug in the samr dispinfo enumeration code.Gerald Carter2006-02-151-0/+11
| | | | | | | | | | | | Make sure to associate the DOMAIN dispinfo cache with a User/Group SAMR handle (not the SID of the user or group). Ensure that enumeration after deleting a user works.
| * r13510: plug memory leak in WINS server code.Gerald Carter2006-02-151-0/+5
| |
| * r13509: remove unnecessary sql flagsGerald Carter2006-02-151-2/+0
| |
| * r13502: Fix error messages for usershares when smbd is notJeremy Allison2006-02-154-20/+53
| | | | | | | | | | | | running. More generic error return cleanup in libsmb/ needs doing (everything returning NTSTATUS not BOOL). Jeremy
| * r13500: Fix ordering of FD_* arguments.James Peach2006-02-151-10/+6
| |
| * r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.Jeremy Allison2006-02-143-23/+39
| | | | | | | | Jeremy.
| * r13497: Fix #3508 from jason@ncac.gwu.eduJeremy Allison2006-02-141-4/+8
| | | | | | | | Jeremy.
| * r13495: Derell, I'm removing that double setup_logging(), just a typo.Günther Deschner2006-02-141-1/+0
| | | | | | | | Guenther
| * r13494: Merge the stuff I've done in head the last days.Volker Lendecke2006-02-1317-1467/+1066
| | | | | | | | Volker
| * r13493: module_name and module_location are the same string. Fix a valgrindVolker Lendecke2006-02-131-1/+3
| | | | | | | | | | | | error. Volker
| * r13492: As noone objected on the mailing-list:Günther Deschner2006-02-135-12/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix parse_domain_user to fail when splitting a full name like "DOM\user" when "winbind use default domain" and "winbind trusted domains only" are not enabled. This allows pam_winbind to behave correctly when more modules are stacked in the "account" or "password" PAM facility. pam_winbindd calls WINBINDD_GETPWNAM which can decide whether or not a user is a winbind user and return correct PAM error codes. Guenther
| * r13491: Fix bug # 3498 from jason@ncac.gwu.edu. Unsigned comparisonJeremy Allison2006-02-131-2/+2
| | | | | | | | | | with < 0. Jeremy.
| * r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used.Jeremy Allison2006-02-131-5/+5
| | | | | | | | Jeremy.
| * r13486: Two more -- fix bug 3503Volker Lendecke2006-02-132-0/+4
| |
| * r13484: Add missing semi-colon.James Peach2006-02-131-1/+1
| |
| * r13482: Push the FAM notification file descriptor into the selectJames Peach2006-02-137-28/+60
| | | | | | | | set to avoid unnecessary polling.
| * r13477: Fix code before declarationVolker Lendecke2006-02-121-1/+2
| |
| * r13475: Fix erroneous initialization caused by my renaming types.Jeremy Allison2006-02-121-1/+1
| | | | | | | | Jeremy.
| * r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison2006-02-122-29/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------------- Thanks to a report from VL: We were causing mayhem by weakening the keys at the wrong point in time. I think this is the correct place to do it. The session key for SMB signing, and the 'smb session key' (used for encrypting password sets) is never weakened. The session key used for bulk data encryption/signing is weakened. This also makes more sense, when we look at the NTLM2 code. Andrew Bartlett ----------------------------------- With more 'try all options' testing, I found this 'simple' but in the NTLM2 signing code. Andrew Bartlett ----------------------------------- After Volker's advise, try every combination of parameters. This isn't every parameter on NTLMSSP, but it is most of the important ones. This showed up that we had the '128bit && LM_KEY' case messed up. This isn't supported, so we must look instead at the 56 bit flag. Andrew Bartlett ----------------------------------- We should now try retesting with NT4. This should be standalone enough to port into a SAMBA_3_0_RELEASE branch fix. Jeremy.
| * r13460: by popular demand....Gerald Carter2006-02-1114-1508/+344
| | | | | | | | | | | | | | | | | | * remove pdb_context data structure * set default group for DOMAIN_RID_GUEST user as RID 513 (just like Windows) * Allow RID 513 to resolve to always resolve to a name * Remove auto mapping of guest account primary group given the previous 2 changes
| * r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison2006-02-114-5/+455
| | | | | | | | Jeremy.
| * r13456: Add lsa_lookup_names2.Jeremy Allison2006-02-113-1/+122
| | | | | | | | Jeremy.