summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Collapse)AuthorAgeFilesLines
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-032-5/+13
|
* r22434: sync from the 3.0.25 tree for rc2Gerald Carter2007-04-213-4/+4
|
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-2/+2
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-2010-40/+174
| | | | * Set version to 3.0.25pre2
* r21619: * Pickup latest changes from SAMBA_3_0_25 (this will be itGerald Carter2007-03-011-0/+22
| | | | | for 3.0.25pre1 unless something blows up) * Update release notes some more
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-2834-1354/+3389
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r19581: Merge from SAMBA_3_0_23Gerald Carter2006-11-061-16/+28
|
* r19499: sync up changes for 3.0.23dGerald Carter2006-10-264-80/+130
|
* r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ↵Gerald Carter2006-10-016-131/+121
| | | | to warrant one)
* r17918: * NULL deref fixesGerald Carter2006-08-291-1/+0
| | | | | * time fixes for tortore * nmbd crash fix
* r17727: Start pulling in changes for 3.0.23cGerald Carter2006-08-231-11/+29
|
* r17400: grabbing latest changes from SAMBA_3_0_23 to help in testingGerald Carter2006-08-041-17/+17
|
* r17355: go ahead and catch some changes from the 3.0.23 dev treeGerald Carter2006-08-011-1/+1
|
* r17259: merging some changes that will be in a future 3.0.23b releaseGerald Carter2006-07-261-35/+46
|
* r17161: sync files from SAMBA_3_0_23 branchGerald Carter2006-07-201-36/+132
|
* r17094: merge fixes for 3.0.23aGerald Carter2006-07-171-57/+124
|
* 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
* r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)Gerald Carter2006-04-202-2/+15
|
* r15123: Don't even try to join with an inproper configuration.Günther Deschner2006-04-182-0/+13
| | | | Guenther
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ↵Gerald Carter2006-04-122-7/+7
| | | | winbindd server
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2006-04-112-0/+415
| | | | | | | | | servers. Also add a new "net rpc audit" tool. The lsa query infolevels were taken from samb4 IDL, the lsa policy flags and categories are partly documented on msdn. I need to cleanup the double lsa_query_info_policy{2}{_new} calls next. Guenther
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-102-3/+8
| | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
* r15011: Fix bug # 2413. net rpc info can't reliably work anonymously anymore.Volker Lendecke2006-04-091-1/+3
| | | | Volker
* r14900: Separate words in error message.James Peach2006-04-041-1/+1
|
* r14899: Add missing semi-colon.James Peach2006-04-041-1/+1
|
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2006-04-041-0/+43
| | | | | | | | | | | | | | | | | is produced when a process exits abnormally. First, we coalesce the core dumping code so that we greatly improve our odds of being able to produce a core file, even in the case of a memory fault. I've removed duplicates of dump_core() and split it in two to reduce the amount of work needed to actually do the dump. Second, we refactor the exit_server code path to always log an explanation and a stack trace. My goal is to always produce enough log information for us to be able to explain any server exit, though there is a risk that this could produce too much log information on a flaky network. Finally, smbcontrol has gained a smbd fault injection operation to test the changes above. This is only enabled for developer builds.
* r14831: Fix possible null deref. Coverity #279.Jeremy Allison2006-03-311-0/+7
| | | | Jeremy.
* r14757: Make sure we only send out a CLDAP request to an connected AD server.Günther Deschner2006-03-291-4/+6
| | | | Guenther
* r14743: Fix coverity bug #227. Possible deref of null pointerJeremy Allison2006-03-271-5/+10
| | | | | in error code path. Jeremy.
* r14699: allow 'net sam addmem' to accept a SID for the memberGerald Carter2006-03-241-5/+19
|
* r14683: Get rid of hardcoded output file. With no arg, print to stdout,Jim McDonough2006-03-231-75/+59
| | | | otherwise append to output file specified.
* r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there aJim McDonough2006-03-231-14/+19
| | | | | | | different directory the temp files should be in, or is /tmp ok? Still have to get rid of the output file hardcoding, but that is to come, because I need to cleanup stdout.
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2006-03-201-2/+1
| | | | | | kerberos_kinit_password_ext provides access to more options. Guenther
* r14580: add 'net sam createbuiltingroup' to map BUILTIN local groups to a gidGerald Carter2006-03-201-0/+59
|
* r14577: BUG Fixes:Gerald Carter2006-03-201-13/+199
| | | | | | * Add back in the import/export support to pdbedit * Fix segv in pam_smbpass * Cleanup some error paths in pdb_tdb and pdb_interface
* r14416: Remove deadcode. Coverity #198.Jeremy Allison2006-03-151-11/+1
| | | | Jeremy.
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2006-03-151-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group IFF sid_to_gid(S-1-5-32-544) fails and 'winbind nested groups = yes' * Add a SID domain to the group mapping enumeration passdb call to fix the checks for local and builtin groups. The SID can be NULL if you want the old semantics for internal maintenance. I only updated the tdb group mapping code. * remove any group mapping from the tdb that have a gid of -1 for better consistency with pdb_ldap.c. The fixes the problem with calling add_group_map() in the tdb code for unmapped groups which might have had a record present. * Ensure that we distinguish between groups in the BUILTIN and local machine domains via getgrnam() Other wise BUILTIN\Administrators & SERVER\Administrators would resolve to the same gid. * Doesn't strip the global_sam_name() from groups in the local machine's domain (this is required to work with 'winbind default domain' code) Still todo. * Fix fallback Administrators membership for root and domain Admins if nested groups = no or winbindd is not running * issues with "su - user -c 'groups'" command * There are a few outstanding issues with BUILTIN\Users that Windows apparently tends to assume. I worked around this presently with a manual group mapping but I do not think this is a good solution. So I'll probably add some similar as I did for Administrators.
* r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to beJim McDonough2006-03-131-0/+8
| | | | | specified once in an ACL, so it can be allocated a second time, overwriting the first