summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r13720: Only lockout Administrator after x bad password attempts in offline-modeGünther Deschner2006-02-271-8/+37
| | | | | | | | | | | | when we are told to do so by the password_properties. Guenther
| * r13718: There is even no need to use AC_MSG_WARN in the case the user did notLars Müller2006-02-271-1/+1
| | | | | | | | request to build mount.cifs/ umount.cifs and we're not on Linux.
| * r13717: Use AC_MSG_WARN if we did not called --with-cifsmount on a non LinuxLars Müller2006-02-271-1/+1
| | | | | | | | system to report we're not on Linux.
| * r13715: Put back the code that actually modify the account,Simo Sorce2006-02-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | removed, I presume by mistake, by Jerry in the recent patch the removes the primary group SID stuff. set_user_info_21 is called to update many other things like the description of a user for example (that's what failed on me). Jerry, please review this one.
| * r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set toLars Müller2006-02-272-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "-"SAMBA_VERSION_OFFICIAL_STRING"-"SAMBA_VERSION_VENDOR_SUFFIX if SAMBA_VERSION_VENDOR_SUFFIX is set or "-"SAMBA_VERSION_OFFICIAL_STRING only if MOUNT_CIFS_VENDOR_SUFFIX is undefined. This results in: mount.cifs -V mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706-foovendor or mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706 Steve: If this is to long or you do not like it, we might add something lile -VV to report the added part.
| * r13713: Added installcifsmount and uninstallcifsmount rules for mount.cifs andLars Müller2006-02-272-6/+88
| | | | | | | | | | | | | | | | | | unmount.cifs. This is controlled via CIFSMOUNT_PROGS which is set by configure by default to yes on linux systems only. It's possible to disable with --without-cifsmount anyhow. Added ROOTSBINDIR to the Makefile to allow us an install to /sbin and not $prefix/sbin. Configurable with --with-rootsbindir.
| * r13712: Make the prop svn:ignore as simple (= *) as in trunk.Lars Müller2006-02-270-0/+0
| |
| * r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-2724-106/+355
| | | | | | | | | | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
| * r13706: Fix typo in typo fix. (-:Tim Potter2006-02-271-1/+1
| |
| * r13705: Fix a typo (and janitor for myself).Tim Potter2006-02-271-1/+1
| |
| * r13704: Janitor for tpot.Jeremy Allison2006-02-271-50/+55
| | | | | | | | | | | | | | | | Jeremy ------------- Slightly smaller version of pdb_get_methods() patch. Turns out that callers to initialize_password_db() use the reload parameter so this has turned in to a smaller cleanup than I thought.
| * r13697: Remove unneeded header (header not present on all Linux either) for ↵Steve French2006-02-261-1/+0
| | | | | | | | umount.cifs.c
| * r13695: Make code consistent with documentation. :-)Alexander Bokovoy2006-02-261-5/+8
| | | | | | | | | | smbcontrol was sending messages designated for nmbd and winbindd to smbd. Thus, nmbd and winbindd were "unshutdownable".
| * r13694: Committing patch from Aleksey Fedoseev <aleksey at fedoseev dot net> ↵Volker Lendecke2006-02-261-1/+1
| | | | | | | | | | | | | | | | to NULL out a pointer after talloc_destroy(). Volker
| * r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke2006-02-263-4/+10
| |
| * r13690: Check in Björn's LDAP Solaris fix.Volker Lendecke2006-02-261-0/+4
| |
| * r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller2006-02-253-17/+14
| | | | | | | | | | | | Instead check for *.dat and *.msg files as done before. Then added files are installed and removed as soon as we have some in the filesystem. It's simpler and less error prone.
| * r13683: Fix the 'valid users = +users' problem I introduced.Volker Lendecke2006-02-241-0/+19
| | | | | | | | Volker
| * r13682: Actually give a developer a prayer of finding out whereJeremy Allison2006-02-241-16/+17
| | | | | | | | | | | | random error messages are coming from. Yes I'm pissed as I'm working on a live issue right now... Jeremy.
| * r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2006-02-2413-407/+292
| | | | | | | | | | | | | | | | | | | | * ignore the primary group SID attribute from struct samu* * generate the primary group SID strictlky from the Unix primary group when dealing with passdb users * Fix memory leak in original patch caused by failing to free a talloc * * add wrapper around samu_set_unix() to prevent exposing the create BOOL to callers. Wrappers are samu_set_unix() and samu-allic_rid_unix()
| * r13678: Remove unneeded bracesVolker Lendecke2006-02-241-5/+3
| |
| * r13677: patch from Max N. Boyarov <m.boyarov@sam-solutions.net>Gerald Carter2006-02-241-1/+1
| | | | | | | | Prevent div/0 when sysconf(_SC_NPROCESSORS_ONLN) fails.
| * r13676: have to return a value from a non-void functionGerald Carter2006-02-241-1/+1
| |
| * r13675: * patch from Bjoern JACKE <samba@j3e.de> to remove the Gerald Carter2006-02-241-15/+4
| | | | | | | | | | artificial RO bit on directories in user profiles when profile acls = yes.
| * r13671: fix return value in (void)fn()Gerald Carter2006-02-241-1/+1
| |
| * r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.Jeremy Allison2006-02-241-39/+6
| | | | | | | | | | DO NOT MERGE FOR 3.0.21c PLEASE. Jeremy.
| * r13664: Fix the cli_error codes to always detect a socket error.Jeremy Allison2006-02-241-39/+107
| | | | | | | | | | | | This code needs a tidyup and common code with libsmb/errormap.c merging. Should fix the winbindd crash Jerry found (I hope). Jeremy.
| * r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller2006-02-2412-136/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the new rules: uninstallservers uninstalldat, uninstallswat (calles uninstallmsg), uninstallmodules, uninstallclientlib, and uninstalllibmsrpc. We still leave directories. We might try to remove the dirs we created in reverse order. The new uninstall scripts are sym links to the respective install scripts. Inside we set mode to install or uninstall. installservers is now used to install the servers. These are no longer installed with installbin.
| * r13660: Attempt to better handle the failure that we cannot find our sid uponGünther Deschner2006-02-232-6/+13
| | | | | | | | | | | | startup; don't panic, shutdown instead. Guenther
| * r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner2006-02-234-12/+33
| | | | | | | | | | | | attribute when "winbind nss info = sfu" is set. Fixes #3539. Guenther
| * r13656: Use the new installdirs.sh syntax for all calls.Lars Müller2006-02-231-4/+4
| |
| * r13648: Duh.Tim Potter2006-02-231-1/+1
| |
| * r13647: Fix for standalone Samba servers and XP clients. RevertsJeremy Allison2006-02-231-4/+15
| | | | | | | | | | | | part of the PocketPC bugfix. I'm trying to get someone who has a pocketpc to test this. Jeremy.
| * r13645: Revert debug output.Lars Müller2006-02-231-4/+0
| |
| * r13644: Do not shift anything inside the for loop away. We ineterate over $@.Lars Müller2006-02-231-5/+0
| |
| * r13643: Enable script debug output to get some more details why some hostsLars Müller2006-02-231-0/+4
| | | | | | | | return with !=0 after calling installmodules.sh AUTH_MODULES.
| * r13642: Fix install* scripts to use DESTDIR.Lars Müller2006-02-224-31/+37
| | | | | | | | | | | | | | | | | | | | Always pass the INSTALLPERMS and DESTDIR as first and second arg to the scripts. No longer prepend DESTDIR to the remaining args. To fix bug #3282 it is important _not_ to prepend DESTDIR to the source of the sym link pointing to smbmount.
| * r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2006-02-222-22/+52
| | | | | | | | | | not to, cope with a server that doesn't offer schannel also. Jeremy
| * r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().Günther Deschner2006-02-222-7/+2
| | | | | | | | Guenther
| * r13625: Now that Heimdal 0.7.2 is released, we reenable our strict checking forGünther Deschner2006-02-221-2/+1
| | | | | | | | | | | | c++ reserved names. Guenther
| * r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2006-02-226-15/+62
| | | | | | | | | | | | | | "rename user script" to do the rename of the posix machine account (this might be changed later). Fixes #2331. Guenther
| * r13614: First part of the bugfix for #3510 - net join failsJeremy Allison2006-02-222-15/+28
| | | | | | | | | | | | against server with schannel disabled. Second part will come tomorrow (fixing net_rpc_join_ok()). Jeremy.
| * r13612: #define NO_SYSLOG is dead as a doornail.Tim Potter2006-02-221-2/+0
| |
| * r13610: Patch from Bjoern JACKE <samba@j3e.de>. Don't default toJeremy Allison2006-02-221-4/+6
| | | | | | | | | | | | | | /tmp if there is no path in the share, make it unavailable. All printer shares should have a path and IPC$ is already explicitly set to tmpdir(). Jeremy.
| * r13607: Fix compile - don't ref auto variable in a structure initialization.Jeremy Allison2006-02-221-1/+1
| | | | | | | | | | Fix from Richard Bollinger <rabollinger@gmail.com>. Jeremy.
| * r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause ↵Jeremy Allison2006-02-211-22/+20
| | | | | | | | | | | | | | | | client to disconnect after negprot" We missed one case of ignoring "BSRSPYL ". Merge for 3.0.21c. Jeremy.
| * r13601: * Remove unused code from pdb_ldap.cGerald Carter2006-02-215-100/+18
| | | | | | | | | | | | | | | | | | * Add a 'struct passwd *' to the struct samu for later reference (I know this may be controversial but its easily reverted which is is why I'm checking this is as a seaparate patch before I get too deep). * Remove unix_homedir from struct samu {} and update the pdb wrapper functions associated with it.
| * r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2006-02-212-391/+406
| |
| * r13599: krb5 error codes are defined as long. Also for the other direction.Lars Müller2006-02-211-1/+1
| |
| * r13598: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the caseLars Müller2006-02-211-0/+4
| | | | | | | | | | | | | | | | for older krb5 implementations. Patch slightly modified from the version provided by Björn Jacke <bjoern at j3e dot de> at the samba-technical list after discussion on the list and by IRC. Thanks Björn!