summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:pdb_set_pw_history: free the old history before setting the new.Michael Adam2010-01-071-0/+1
| | | | | | | | This is not strictly necessary, since this only leaks into the struct samu, and this is not so long-lived in the code path that changes the password, but it definitely correct and does not harm. Michael
* s3:pdb_ldap:init_sam_from_ldap: untangle an assignment from the checkMichael Adam2010-01-071-3/+3
| | | | | | to enhance readability and denbuggability. Michael
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-01-071-8/+0
| | | | we already get them from lib/util/time.h
* ѕ3:lib/time: replace make_dos_ and put_dos_ functions with those from lib/util/Björn Jacke2010-01-071-89/+6
|
* s3:lib/time: remoce null_mtime() - use null_time()Björn Jacke2010-01-072-14/+2
|
* s3:lib/time: remove unused nt_time_equalsBjörn Jacke2010-01-072-9/+0
| | | | we have nt_time_equal doing the same in lib/util/
* Second part of the fix for bug #7020 - smbd using 2G memory.Jeremy Allison2010-01-061-0/+7
| | | | | | | | There was a second leak in the processing of the out_data.frag prs_struct. It needs freeing once the current pdu has been returned asynchronously. Jeremy.
* ѕ3:configure: use gettimeofday check from lib/util/Björn Jacke2010-01-061-9/+1
|
* vfs_commit: print warning when no fsync support is thereBjörn Jacke2010-01-061-0/+2
| | | | this one was part of an old patch from jpeach.
* Fix bug #7020 - smbd using 2G memory.Jeremy Allison2010-01-051-0/+10
| | | | | | | | When deferring an async pipe writeX and readX transfer the outstanding request struct onto the conn struct. This needs freeing after the packet is finally processed. Jeremy.
* s3: List trusted domains from wcache when domain is offline.Bo Yang2010-01-061-24/+139
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary ↵Bo Yang2010-01-062-4/+265
| | | | | | backend query. Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume ↵Bo Yang2010-01-068-13/+121
| | | | | | lsa_pipe_tcp is ok but network is down, then send request is ok, but select() on writeable fds loops forever since there is no response. Signed-off-by: Bo Yang <boyang@samba.org>
* s3 net: Fix up a share type translation and translate some more stringsKai Blin2010-01-051-5/+5
|
* s3 net: Add a few missing gettext calls.Kai Blin2010-01-053-1311/+1089
| | | | | Many many thanks to Adi Roiban from #ubuntu-translators for helping me find and fix my problems with the translations.
* s3: Happy New Year 2010Stefan Metzmacher2010-01-041-1/+1
| | | | metze
* s3: Trim down smbcontrol a bitVolker Lendecke2010-01-031-4/+2
|
* s3: Fix a shadowed variable warningVolker Lendecke2010-01-031-3/+3
|
* s3: Fix an uninitialized variable warningVolker Lendecke2010-01-031-1/+2
|
* s3: Convert cli_ulogoff to the async APIVolker Lendecke2010-01-033-19/+89
|
* s3: Convert cli_tdis to the async APIVolker Lendecke2010-01-036-26/+106
|
* s3: Slightly simplify winbindd_dual_ccache_ntlm_authVolker Lendecke2010-01-031-15/+9
| | | | data_blob_const can't fail
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-031-14/+14
|
* s3: Remove some unused codeVolker Lendecke2010-01-031-95/+0
|
* s3: Convert cli_sesssetup_ntlmssp to the async APIVolker Lendecke2010-01-031-92/+196
|
* s3: NT_STATUS_MORE_PROCESSING_REQUIRED is a valid sesssetup return valueVolker Lendecke2010-01-031-9/+23
|
* s3: Convert cli_session_setup_kerberos to the async APIVolker Lendecke2010-01-031-83/+285
| | | | | This is still cheated, acquiring the ticket is not async yet, but the SMB part is
* s3: Fix a typoVolker Lendecke2010-01-021-1/+1
|
* s3: simplify find_root_domain, find_our_domain() never failsVolker Lendecke2010-01-021-4/+2
|
* s3: Use global_sid_Builtin in find_builtin_domainVolker Lendecke2010-01-021-4/+1
|
* s3: Avoid adding a domain twiceVolker Lendecke2010-01-021-6/+7
| | | | If we found a match with sid==NULL, we ended up adding the domain twice
* s3: Make free_domain_list() staticVolker Lendecke2010-01-022-2/+1
|
* s3: Adapt sid_dup_talloc to README.CodingVolker Lendecke2010-01-021-8/+9
|
* s3: Introduce domain_is_forest_root() helper functionVolker Lendecke2010-01-023-8/+12
| | | | Hopefully this makes the flag tests a bit more understandable
* Prevent NULL dereference if group has no membersJim McDonough2009-12-301-4/+4
|
* net: Add some German translationAndré Hentschel2009-12-301-198/+522
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* s3:ntlmssp: change get_challange() to return NTSTATUSStefan Metzmacher2009-12-293-7/+13
| | | | metze
* s3:ntlmssp: remove unused p24 variable from ntlmssp_sign_init()Stefan Metzmacher2009-12-291-2/+0
| | | | metze
* s3:ntlmssp: move some indentation in ntlmssp_sign.cStefan Metzmacher2009-12-291-19/+19
| | | | metze
* s3:ntlmssp: remove unused ntlmssp_stored_response()Stefan Metzmacher2009-12-293-32/+1
| | | | metze
* s3:ntlmssp: remove unused ref_count from ntlmssp_stateStefan Metzmacher2009-12-292-13/+4
| | | | metze
* s3:ntlmssp: fix whitespace in ntlmssp.hStefan Metzmacher2009-12-291-1/+1
| | | | metze
* s3:ntlmssp: fix spellingStefan Metzmacher2009-12-291-1/+1
| | | | metze
* s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_typeStefan Metzmacher2009-12-292-2/+2
| | | | metze
* s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()Volker Lendecke2009-12-282-24/+7
| | | | This avoids one walk of the domain list
* s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()Volker Lendecke2009-12-282-22/+12
| | | | winbindd_getgrgid was not protected by this.
* s3: Pass netr_DomainTrustList instead of names and sids through ↵Volker Lendecke2009-12-287-182/+98
| | | | (*trusted_domains)
* s3: Simplify winbindd_ads.c:trusted_domains()Volker Lendecke2009-12-281-110/+123
| | | | | | | | | | | | | | | No real code change, this just removes an indentation by turning if ( NT_STATUS_IS_OK(result) && trusts.count) { into if (!NT_STATUS_IS_OK(result)) { return result; } if (trusts.count == 0) { return NT_STATUS_OK; }
* s3: Remove some unused codeVolker Lendecke2009-12-281-101/+0
| | | | Watch the #if 0 -- we never stored this in the cache anymore
* s3: Simplify winbindd_list_trusted_domains() slightlyVolker Lendecke2009-12-281-31/+23
|