summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-223-24/+187
| | | | | | | | | | | | | | | | 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
| * r14602: Fix another logic bug in new oplock handling. JustJeremy Allison2006-03-211-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | because lck->num_share_modes != 0 doesn't mean that there *are* other valid share modes. They may be all marked "UNUSED" or be deferred open entries. In that case don't downgrade the granted oplock to level2 needlessly - a client can have an exclusive oplock in this case. The original code handled this correctly in the lck->num_share_modes == 0 case but not in the case where there were no valid share modes but lck->num_share_modes != 0. I'll clean up my Samba4 torture tester for this and commit it tomorrow. Jeremy.
| * r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2006-03-217-88/+111
| | | | | | | | | | the POSIX interface. Note that this removes support for inherited capabilities. This wasn't used, and probably should not be.
| * r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner2006-03-215-9/+19
| | | | | | | | Guenther
| * r14596: Fix a logic bug with multiple oplock contention.Jeremy Allison2006-03-201-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | The sad thing is the core of this bug fix is just removing a paranoia "exit_server" call, as the rest of the logic was already correct :-). Lots of comments to explain the logic added. I will look at adding tests to exercise this, might be possible. Jeremy.
| * r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2006-03-207-25/+40
| | | | | | | | | | | | kerberos_kinit_password_ext provides access to more options. Guenther
| * r14584: Really follow with roosbindir by defaulr the setting we use for sbindir.Lars Müller2006-03-201-1/+1
| |
| * r14580: add 'net sam createbuiltingroup' to map BUILTIN local groups to a gidGerald Carter2006-03-201-0/+59
| |
| * r14579: Add REJECT_REASON_OTHER in the rpcclient chgpasswd3.Günther Deschner2006-03-201-1/+2
| | | | | | | | Guenther
| * r14578: fix incorrect comment in fill_sam_account(). This function is ↵Gerald Carter2006-03-201-4/+1
| | | | | | | | called from multiple places now (krb5, winbindd auth and domain_client_validate()
| * r14577: BUG Fixes:Gerald Carter2006-03-206-25/+215
| | | | | | | | | | | | * Add back in the import/export support to pdbedit * Fix segv in pam_smbpass * Cleanup some error paths in pdb_tdb and pdb_interface
| * r14576: Skip remaining keytab entries when we have a clear indication thatGünther Deschner2006-03-201-1/+23
| | | | | | | | | | | | | | | | | | krb5_rd_req could decrypt the ticket but that ticket is just not valid at the moment (either not yet valid or already expired). (This also prevents an MIT kerberos related crash) Guenther
| * r14574: Allow use of sendfile as long as the write cache has not been enabledJames Peach2006-03-191-3/+4
| | | | | | | | | | on the particular file we are performing I/O on, irrespective of whether the write cache is globally enabled
| * r14559: Oplocks have changed, process_smb can be static againVolker Lendecke2006-03-191-3/+2
| |
| * r14530: removing unused 'winbind max idle children' parameterGerald Carter2006-03-171-3/+0
| |
| * r14522: sync socket_wrapper code with samba4Stefan Metzmacher2006-03-171-64/+309
| | | | | | | | metze
| * r14515: fix soname breakage caused by mad merge from trunk (missed replacing ↵Gerald Carter2006-03-171-2/+2
| | | | | | | | a AC variable)
| * r14514: Fixing last commit. Thanks Volker.Günther Deschner2006-03-171-1/+1
| | | | | | | | Guenther
| * r14513: Fix winbindd_chauthtok: only fallback when the chgpasswd3 call is notGünther Deschner2006-03-171-2/+5
| | | | | | | | | | | | | | | | supported. Is there a better way to check for the 0x1c010002 status code? Guenther
| * r14512: Guenther, This code breaks winbind with MIT krb1.3.Gerald Carter2006-03-171-2/+12
| | | | | | | | | | | | I'm disabling it for now until we have en effective means of dealing with the ticket request flags for users and computers.
| * r14509: Attempt to fix the build on "sun1"Volker Lendecke2006-03-171-1/+3
| |
| * r14508: Return PAM_SUCCESS in pam_sm_close_session when there is no KRB5CCNAMEGünther Deschner2006-03-171-1/+1
| | | | | | | | | | | | environment. Guenther
| * r14507: Re-disable accidentially re-enabled paranoia check. This should makeGünther Deschner2006-03-171-1/+4
| | | | | | | | | | | | offline logons work again with NT4 and older Samba3 DCs. Guenther
| * r14506: Remove remaining references to a KCM credential cache type.Günther Deschner2006-03-172-5/+1
| | | | | | | | Guenther
| * r14505: Rename the timed_event to lockout_policy_event.Günther Deschner2006-03-172-9/+9
| | | | | | | | Guenther
| * r14503: Fix principal in debug statement.Günther Deschner2006-03-171-2/+1
| | | | | | | | Guenther
| * r14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callout for domain passwordGünther Deschner2006-03-163-5/+9
| | | | | | | | | | | | | | | | policies when requested. No panic, the flags is uint32 so we are not running out of WBFLAG bits. Guenther