summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Fix a typoVolker Lendecke2010-01-071-1/+1
* s3: Avoid a memset(, 0, ) callVolker Lendecke2010-01-071-2/+1
* s3:pdb_set_pw_history: free the old history before setting the new.Michael Adam2010-01-071-0/+1
* s3:pdb_ldap:init_sam_from_ldap: untangle an assignment from the checkMichael Adam2010-01-071-3/+3
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-01-071-8/+0
* ѕ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
* Second part of the fix for bug #7020 - smbd using 2G memory.Jeremy Allison2010-01-061-0/+7
* ѕ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
* Fix bug #7020 - smbd using 2G memory.Jeremy Allison2010-01-051-0/+10
* s3: List trusted domains from wcache when domain is offline.Bo Yang2010-01-061-24/+139
* s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...Bo Yang2010-01-062-4/+265
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang2010-01-068-13/+121
* 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
* s3: Happy New Year 2010Stefan Metzmacher2010-01-041-1/+1
* 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
* 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
* 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
* 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
* Prevent NULL dereference if group has no membersJim McDonough2009-12-301-4/+4
* net: Add some German translationAndré Hentschel2009-12-301-198/+522
* s3:ntlmssp: change get_challange() to return NTSTATUSStefan Metzmacher2009-12-293-7/+13
* s3:ntlmssp: remove unused p24 variable from ntlmssp_sign_init()Stefan Metzmacher2009-12-291-2/+0
* s3:ntlmssp: move some indentation in ntlmssp_sign.cStefan Metzmacher2009-12-291-19/+19
* s3:ntlmssp: remove unused ntlmssp_stored_response()Stefan Metzmacher2009-12-293-32/+1
* s3:ntlmssp: remove unused ref_count from ntlmssp_stateStefan Metzmacher2009-12-292-13/+4
* s3:ntlmssp: fix whitespace in ntlmssp.hStefan Metzmacher2009-12-291-1/+1
* s3:ntlmssp: fix spellingStefan Metzmacher2009-12-291-1/+1
* s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_typeStefan Metzmacher2009-12-292-2/+2
* s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()Volker Lendecke2009-12-282-24/+7
* s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()Volker Lendecke2009-12-282-22/+12
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-287-182/+98
* s3: Simplify winbindd_ads.c:trusted_domains()Volker Lendecke2009-12-281-110/+123