summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Collapse)AuthorAgeFilesLines
...
| * r15194: We need to be able to join as PDC as well. Thanks to Andrew Bartlett.Günther Deschner2006-04-242-6/+4
| | | | | | | | Guenther
| * r15173: Fix a non-critical memleakVolker Lendecke2006-04-231-7/+2
| |
| * r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1Alexander Bokovoy2006-04-201-1/+1
| |
| * r15137: Refuse to join if our netbios name is longer than 15 chars. I think ↵Volker Lendecke2006-04-192-0/+13
| | | | | | | | | | | | | | | | this is sufficient to fix bug #3659. Volker
| * r15136: Fix join consistency checkVolker Lendecke2006-04-192-2/+2
| |
* | r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'structGerald Carter2006-11-195-20/+20
| | | | | | | | policy_handle' over from SAMBA_3_0.
* | r19789: making progress ... moving on to rpcclient nowGerald Carter2006-11-193-23/+564
| |
* | r19756: Port server affinity fix from SAMBA_3_0:Gerald Carter2006-11-162-27/+22
| | | | | | | | | | | | | | | | * When using a krb5 session setup, we don't fill in the server_name string the clis_state struct. So call saf_store() after we have the short domain name in the lsa_query_inof_policy code. * Remove unused server string in saf_delete()
* | r19651: Fix interesting bug with the automatic site coverage in Active ↵Günther Deschner2006-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | Directory: When having DC-less sites, AD assigns DCs from other sites to that site that does not have it's own DC. The most reliable way for us to identify the nearest DC - in that and all other cases - is the closest_dc flag in the CLDAP reply. Guenther
* | r19528: Fix container handling for "net ads user" and "net ads group" functionsGünther Deschner2006-11-011-8/+19
| | | | | | | | | | | | along with some memleaks. Guenther
* | r19527: Fix double free in "net ads group add".Günther Deschner2006-11-011-1/+0
| | | | | | | | Guenther
* | r19525: Fix the same error in "net ads group delete".Günther Deschner2006-11-011-3/+4
| | | | | | | | Guenther
* | r19524: Stop "net ads user delete" from doing funny things.Günther Deschner2006-11-011-3/+4
| | | | | | | | Guenther
* | r19514: Fix net ads join with missing realm.Jeremy Allison2006-10-302-7/+51
| | | | | | | | Jeremy.
* | r19493: There is no point in prompting for a user's password in "net ads" whenGünther Deschner2006-10-251-0/+8
| | | | | | | | | | | | we can't find a domain controller at all. Guenther
* | r19488: British trains are at least good for something...Jeremy Allison2006-10-242-165/+186
| | | | | | | | | | | | | | Merge back the winbindd changes from SAMBA_3_0 to a release branch. This compiles, but hasn't been valgrinded or tested. That will come... Jeremy.
* | r19158: Remove root and nobody users from ldif, from Björn JackeJim McDonough2006-10-061-63/+1
| |
* | r19057: backout 18726, 18748, 18754, 18758 from 3.0.23 until further testing inJim McDonough2006-10-032-16/+119
| | | | | | | | SAMBA_3_0. password times go back to previous functionality, for now.
* | r19039: Do not segfault in "net ads printer info" when a requested printserverGünther Deschner2006-10-021-1/+2
| | | | | | | | | | | | does not exist. Guenther
* | r18795: fix a compile warning in the 'net ads search' codeGerald Carter2006-09-211-1/+1
| |
* | r18758: Update net sam to use calculated times and force change password ↵Jim McDonough2006-09-201-43/+13
| | | | | | | | properly.
* | r18748: Eliminate set of computed time valuesJim McDonough2006-09-201-76/+3
| |
* | r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2006-09-201-0/+3
| | | | | | | | | | | | | | | | | | We usually do not get the results from user/group script modifications immediately. A lot of users do add nscd restart/refresh commands into their scripts to workaround that while we could flush the nscd caches directly using libnscd. Guenther
* | r18170: Make sure to actually get the printing data before trying to publish itGünther Deschner2006-09-061-2/+5
| | | | | | | | | | | | in AD. Guenther
* | r18116: Make max usershares an advisory limit, pointed outJeremy Allison2006-09-061-0/+68
| | | | | | | | | | by Cybionet <cybionet@videotron.ca>. Jeremy.
* | r17981: Hmmm. Don't break helper functions that don't needJeremy Allison2006-09-011-5/+7
| | | | | | | | | | | | | | the username by forcing it to be specified. Still split out domain \ user for the ones that do use it. Jeremy.
* | r17979: Make ntlm_auth more intelligent about figuring out it's Jeremy Allison2006-09-011-14/+31
| | | | | | | | | | | | | | | | | | | | domain and user args. if only given a parameter of the form --username DOMAIN\user. When called by firefox or other user apps they may not know what the domain is (and they don't care). They just want to pass the contents of $USERNAME without having to parse it or guess a domain. Jeremy.
* | r17903: Fix null deref caught by Stanford checker. Don'tJeremy Allison2006-08-291-1/+0
| | | | | | | | | | call ntlmssp_end on a null pointer ! (Doh !). Jeremy.
* | r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2006-08-211-2/+9
| | | | | | | | when using smbpasswd
* | r17498: Add similar clarifications to 3.0.23 code. UninitializedJeremy Allison2006-08-111-9/+20
| | | | | | | | | | variable not a problem though in this branch. Jeremy.
* | r17383: Patch from Michael Adams <ma@sernet.de> to catch Gerald Carter2006-08-031-17/+17
| | | | | | | | some memory leaks on error paths in net_ads_join()
* | r17261: remove extra ;Gerald Carter2006-07-261-1/+1
| |
* | r17258: Cleanup the 'net ads help join' output and document createupn Gerald Carter2006-07-261-35/+46
| | | | | | | | and createcomputer options
* | r17158: Add two new options to 'net ads join'Gerald Carter2006-07-201-12/+114
| | | | | | | | | | | | * createupn=[host_upn@realm] * createcomputer=<ou path top to bottom> (this was previously the only arg)
* | r17149: Fail the join if we cannot set any SPNs for the machine account.Gerald Carter2006-07-191-24/+18
| | | | | | | | Disable the one we created and whine.
* | r17091: Merge some changes from SAMBA_3_0Gerald Carter2006-07-171-42/+68
| | | | | | | | | | | | | | * memory leaks in ldap schema for SFU attributes * memory leaks in the cldap code * AIX portability fixes for DNS SRV queries * Debian packaging update
* | r17090: merge initial DES salt & keytab patch for 3.0.23aGerald Carter2006-07-171-15/+56
| |
* | r16845: Properly report the error during join when the set password failsGerald Carter2006-07-071-0/+7
| |
* | r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-294-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* | r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-221-2/+3
| |
* | r16465: merge a few miniro SAMBA_3_0 fixesGerald Carter2006-06-221-0/+1
| | | | | | | | | | | | | | svn merge -r16435:16458 $SVNURL/branches/SAMBA_3_0 * note that I've skipped jra's change to the share_mode_entry since it si not critical for release. Maybe for 3.0.23a
* | r16438: sync up to r16433Gerald Carter2006-06-211-1/+1
| |
* | r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-2010-17/+87
| |
* | r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-198-21/+88
| | | | | | | | * updating release notes to match
* | r16256: sync up to r16255 from SAMBA_3_0Gerald Carter2006-06-151-0/+10
| |
* | r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-157-22/+54
| |
* | r16119: pulling changes from 3_0 up to r16117Gerald Carter2006-06-091-4/+4
| |
* | r16104: Set version to 3.0.23rc2Gerald Carter2006-06-083-2/+16
| | | | | | | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-2319-603/+1306
| |
* | r15153: more changes for the release notes and ab's latest fixes for ↵Gerald Carter2006-04-201-1/+1
| | | | | | | | winbindd & smbcontrol