summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-build: delete more object files for "make clean".Günther Deschner2009-11-201-2/+3
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam2009-11-201-0/+2
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam2009-11-201-0/+2
* s3: Avoid races to change the machine password in winbindVolker Lendecke2009-11-191-0/+18
* s3: Protect against flooding the DC with pwchange requestsVolker Lendecke2009-11-191-14/+24
* s3: Re-check the timeout in machine_password_change_handler()Volker Lendecke2009-11-191-0/+6
* s3: Add some debugs to the winbind machine pwchange machineryVolker Lendecke2009-11-191-0/+16
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-192-12/+14
* s3: Do not kill the whole smb session if a machine pwchange failedVolker Lendecke2009-11-191-1/+1
* s3:pdb_ldap: fix a comment typoMichael Adam2009-11-191-1/+1
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2009-11-191-0/+75
* s3-build: really fix build of winbind_krb5_locator.Günther Deschner2009-11-191-1/+1
* s3-build: make sure to remove libds and client object files on make clean.Günther Deschner2009-11-191-1/+3
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-187-115/+63
* s3: Do not talloc in readdirVolker Lendecke2009-11-1812-141/+198
* s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam2009-11-181-9/+1
* Start removing SMB_STRUCT_STAT variables except forJeremy Allison2009-11-171-15/+13
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-1713-165/+231
* s3: Fix the build on SolarisVolker Lendecke2009-11-172-7/+7
* Don't overwrite a dynamic pointer with the address of a stackJeremy Allison2009-11-163-17/+12
* s3:libsmb: avoid passing a function call as function parameterStefan Metzmacher2009-11-162-21/+21
* s3: Fix a memleak in sys_popenVolker Lendecke2009-11-151-0/+1
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-147-129/+72
* Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke2009-11-142-0/+14
* s3: Convert cli_set_unix_extensions_capabilities_send to asyncVolker Lendecke2009-11-144-44/+96
* s3: Tiny logic simplificationVolker Lendecke2009-11-141-10/+11
* s3:fix a comment typoMichael Adam2009-11-141-1/+1
* s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam2009-11-141-0/+4
* s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam2009-11-141-0/+4
* s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)Michael Adam2009-11-141-1/+2
* s3:passdb: remove the uid_to_rid method - we only need uid_to_sidMichael Adam2009-11-145-42/+1
* s3:pdb_default_uid_to_sid: fix some debug statements.Michael Adam2009-11-141-3/+3
* s3/pam: move variable declaration into belonging ifdef sectionBjörn Jacke2009-11-131-1/+1
* s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()Michael Adam2009-11-131-0/+2
* s3:smbd: make idmap cache persistent for "ldapsam:trusted".Michael Adam2009-11-131-0/+4
* Fix large paged searchVolker Lendecke2009-11-131-0/+1
* fix bogus "out of memory" winbind msgVolker Lendecke2009-11-131-1/+2
* s3: Convert cli_unix_extensions_version to asyncVolker Lendecke2009-11-135-55/+159
* s3-rpcclient: use the parsed binding string flags for auth choice.Günther Deschner2009-11-131-0/+18
* Remove unused variable warning.Jeremy Allison2009-11-121-1/+0
* Remove erroneous 'presult = NULL' changes. Now presult only gets setJeremy Allison2009-11-121-9/+2
* Revert "Ensure every return path initializes presult as NULL."Jeremy Allison2009-11-121-40/+0
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-1213-34/+21
* Fix bug 6891 - using windows explorer to change ownership on a folder fails w...Jeremy Allison2009-11-121-1/+11
* Ensure every return path initializes presult as NULL.Jeremy Allison2009-11-121-0/+40
* s3-kerberos: remove smb_krb5_get_tkt_from_creds().Günther Deschner2009-11-121-60/+4
* s3-kerberos: avoid using ERROR_TABLE_BASE_krb5 without checking.Günther Deschner2009-11-121-0/+4
* s3: Fix debug messages in check_reduced_nameVolker Lendecke2009-11-121-13/+24
* s3-kerberos: add smb_krb5_principal_get_realm().Günther Deschner2009-11-122-0/+27
* Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...Jeremy Allison2009-11-114-15/+10