summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r14780: Fix coverity bug #272, null deref.Jeremy Allison2006-03-291-0/+8
| | | | | | | | Jeremy.
| * r14778: Fix coverity null deref bugs #268 - #271.Jeremy Allison2006-03-291-1/+24
| | | | | | | | Jeremy.
| * r14776: Fix coverity #263 - #267. No one was checking tallocJeremy Allison2006-03-291-7/+88
| | | | | | | | | | returns. Doh ! Jeremy.
| * r14774: Fix null deref coverity bugs #260, #261, #262.Jeremy Allison2006-03-291-2/+13
| | | | | | | | Jeremy.
| * r14772: Fix coverity bug #258. Seems coverity has discovered talloc :-).Jeremy Allison2006-03-291-0/+14
| | | | | | | | Jeremy.
| * r14770: Fix coverity bug #257. Possible null deref.Jeremy Allison2006-03-291-1/+9
| | | | | | | | Jeremy.
| * r14768: Fix potential null deref coverity bugs #255, #256.Jeremy Allison2006-03-291-17/+25
| | | | | | | | Jeremy.
| * r14766: Fix possible NULL deref. Coverity #254.Jeremy Allison2006-03-291-8/+9
| | | | | | | | Jeremy.
| * r14764: Fix possible null pointer deref. Coverity #253.Jeremy Allison2006-03-291-2/+4
| | | | | | | | Jeremy.
| * r14763: Add a new tuning parameter, open files database hash size,Jeremy Allison2006-03-294-4/+11
| | | | | | | | | | | | | | | | | | this allows us to experiment with ensuring the tdb hash size for our open files and locking db are appropriately sized. Make the hash size larger by default (10007 instead of 1049) and make the locking db hash size the same as the open file db hash size. Jeremy.
| * r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.Jeremy Allison2006-03-291-0/+4
| | | | | | | | Jeremy.
| * r14758: Fix broken LDAP search filter.Günther Deschner2006-03-291-1/+1
| | | | | | | | Guenther
| * r14757: Make sure we only send out a CLDAP request to an connected AD server.Günther Deschner2006-03-291-4/+6
| | | | | | | | Guenther
| * r14756: Make smbpasswd -a root work for eDirectory where there is no "account"Günther Deschner2006-03-291-5/+18
| | | | | | | | | | | | structural objectclass. Guenther
| * r14753: Fix the kerberized pam_auth: As we could have created a new credentialGünther Deschner2006-03-291-14/+26
| | | | | | | | | | | | | | | | | | | | | | cache with a valid TGT in it but we werent able to get or verify the service ticket for this local host afterwards and therefor didn't get the PAC, we need to remove that ccache entirely. Also remove an ugly pair of (not needed) seteuid calls around the ticket destroy wrapper. Guenther
| * r14751: Use the noreturn attribute to try and tell coverity thatJeremy Allison2006-03-282-9/+21
| | | | | | | | | | smb_panic can't return. Jeremy.
| * r14748: store the name/ip address combination when we doa reverse look up in ↵Gerald Carter2006-03-281-2/+11
| | | | | | | | case future forward lookups would fail
| * r14746: Add the Samba4 replacements for opendir/readdir etc. toJeremy Allison2006-03-276-8/+352
| | | | | | | | | | | | | | Samba3 - with some 64-bit macro madness. Attempt to fix the broken directory handling in the *BSD-of-the-month club. Jeremy.
| * r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signalsStefan Metzmacher2006-03-271-3/+11
| | | | | | | | | | | | | | | | | | to work, this is needed when we enable samba3's make test in the build-farm metze
| * r14743: Fix coverity bug #227. Possible deref of null pointerJeremy Allison2006-03-271-5/+10
| | | | | | | | | | in error code path. Jeremy.
| * r14703: Clarify the return codes for the POSIX locking case. ThisJeremy Allison2006-03-252-3/+7
| | | | | | | | | | was confusing. Jeremy.
| * r14699: allow 'net sam addmem' to accept a SID for the memberGerald Carter2006-03-241-5/+19
| |
| * r14698: Make sure we expand our own local groups and notGerald Carter2006-03-241-1/+13
| | | | | | | | | | | | | | | | just the BUILTIN group when calling winbindd_getgroups. $ id foo uid=502(foo) gid=100(users) groups=100(users),10007(RHEL4\staff), 10001(BUILTIN\users)
| * r14696: make pdb_find_backend_entry public (for use by an external "multi" ↵Jelmer Vernooij2006-03-241-3/+1
| | | | | | | | pdb backend)
| * r14695: Patch from Björn Jacke:Volker Lendecke2006-03-242-8/+26
| | | | | | | | | | | | | | - add DMAPI/XDSM support for AIX - find JFS DMAPI libs on Linux when only they are available Volker
| * r14684: Remove obsolete file (belonged to pdb_xml)Jelmer Vernooij2006-03-231-46/+0
| |
| * 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.
| * r14682: Small cleanup in ads_verify_ticket.Günther Deschner2006-03-231-6/+5
| | | | | | | | Guenther
| * 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.
| * r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher2006-03-236-18/+104
| | | | | | | | | | | | | | | | as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze
| * r14676: add make valgrindtest and remove old 'make check' and old 'make test'Stefan Metzmacher2006-03-231-39/+20
| | | | | | | | metze
| * r14675: Protect against null sids and rids in the cached credentials functions.Günther Deschner2006-03-231-2/+28
| | | | | | | | Guenther
| * r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.Günther Deschner2006-03-233-1/+9
| | | | | | | | Guenther
| * r14669: Remove duplicate source caused by running patch(1) once too often.James Peach2006-03-231-272/+0
| |
| * r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2006-03-2213-7/+677
| | | | | | | | HSM is interested in. Tested on both IRIX and SLES9.
| * r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman2006-03-225-27/+236
| | | | | | | | | | | | | | | | Implement enhancement request 3505. Two additional features are added here. There is now a method of saving an opaque user data handle in the smbc_ context, and there is now a way to request that the context be passed to the authentication function. See examples/libsmbclient/testbrowse.c for an example of using these features.
| * r14659: Fix installpammodules for shells where aLars Müller2006-03-222-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | for module in ; do ... ; done leads to an error (true64, solaris 8). We now use {,UN}INSTALL_PAM_MODULES to get replaced by configure. Therfore we don't run into the {,un}installpammodules rule if no PAM module is requested. Thanks to Björn Jacke for pointing to this issue.
| * r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner2006-03-224-13/+152
| | | | | | | | Guenther
| * r14645: No idea how this happened, fixing the build.Günther Deschner2006-03-221-55/+0
| | | | | | | | Guenther
| * r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner2006-03-225-4/+146
| | | | | | | | | | | | Might need to rework prs_dcerpc_status(). Guenther
| * r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2006-03-228-27/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Finally fix parsing idmap uid/gid ranges not to break with spaces surrounding the '-' * Allow local groups to renamed by adding info level 2 to _samr_set_aliasinfo() * Fix parsing bug in _samr_del_dom_alias() reply * Prevent root from being deleted via Samba * Prevent builting groups from being renamed or deleted * Fix bug in pdb_tdb that broke renaming user accounts * Make sure winbindd is running when trying to create the Administrators and Users BUILTIN groups automatically from smbd (and not just check the winbind nexted groups parameter value). * Have the top level rid allocator verify that the RID it is about to grant is not already assigned in our own SAM (retries up to 250 times). This fixes passdb with existing SIDs assigned to users from the RID algorithm but not monotonically allocating the RIDs from passdb.
| * r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher2006-03-219-274/+478
| | | | | | | | | | | | | | | | | | | | I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze
| * r14631: Add {,un}installpammodules rule and add it to the install rule.Lars Müller2006-03-212-2/+37
| | | | | | | | | | | | | | Nothing happens if PAM_MODULES is empty which is our default. The default destination dir is "${LIBDIR}/security". It's possible to overwrite the default with --with-pammodulesdir while calling configure.
| * r14628: sync timelimit.c with the version from the build-farm repositoryStefan Metzmacher2006-03-211-20/+39
| | | | | | | | metze
| * r14627: Adapt the linkage text from pam_smbpass to pam_winbind.Lars Müller2006-03-211-1/+1
| |
| * r14626: Only set libdir and mandir to the defaults if we haven't used --libdirLars Müller2006-03-211-2/+2
| | | | | | | | | | or --mandir to set them already. Till now we overwrrote a setting made with --libdir or --mandir.
| * r14624: - add timelimit.cStefan Metzmacher2006-03-213-0/+120
| | | | | | | | | | | | | | | | | | - add configure tests --with-selftest-prefix=/tmp/samba-test this is needed because the path name of unix socket can only be 108 chars long - add configure test --with-smbtorture4-path=/home/foo/prefix/samba4/bin/smbtorture this will be used to run samba4's smbtorture inside samba3's make test later metze
| * r14618: add --no-process-group to all server programmsStefan Metzmacher2006-03-215-12/+19
| | | | | | | | | | | | | | | | | | | | | | to make the following possible: timelimit 20000 bin/nmbd -F -S --no-process-group timelimit 20000 bin/smbd -F -S --no-process-group this is needed to 'make test' working without losing child processes metze
| * r14617: Fix typo in comment.Lars Müller2006-03-211-1/+1
| |
| * r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3: Günther Deschner2006-03-212-11/+1
| | | | | | | | | | | | | | | | We were using a far too short renewable_time in the request; newer MIT releases take care interally that the renewable time is never shorter then the default ticket lifetime. Guenther