summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug 6878 - Cannot change ACL's inherit flag.Jeremy Allison2009-11-111-44/+108
* s3:vfs_fs_capabilities: fix a debug messageMichael Adam2009-11-111-1/+1
* s3: Convert libsmb/cli_message to the async APIVolker Lendecke2009-11-103-142/+372
* s3-rpc_client: make sure cli_rpc_pipe_open_schannel() does not always return ...Günther Deschner2009-11-101-1/+3
* s3-samr: implement _samr_ValidatePassword().Günther Deschner2009-11-101-10/+118
* s3-chgpasswd: split out a check_password_complexity() function.Günther Deschner2009-11-102-22/+45
* Fix bug 6880 - cannot list workgroup serversJeremy Allison2009-11-091-5/+14
* s3-netlogon: enable RPC-NETLOGON-ADMIN test against s3.Günther Deschner2009-11-092-5/+25
* s3: Try to avoid dns searches with an empty siteVolker Lendecke2009-11-091-1/+1
* s3-param: fix set_inherit_acls().Günther Deschner2009-11-091-0/+2
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-0819-662/+203
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-088-88/+63
* Revert "s3: Consolidate getting the name out of a pipes_struct"Volker Lendecke2009-11-084-39/+60
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-085-38/+29
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-084-11/+7
* Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke2009-11-0811-261/+176
* Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke2009-11-0812-61/+54
* s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke2009-11-0812-54/+61
* s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke2009-11-0811-176/+261
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-084-7/+11
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-085-29/+38
* s3: Consolidate getting the name out of a pipes_structVolker Lendecke2009-11-084-60/+39
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-088-63/+88
* s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke2009-11-0819-203/+662
* s3: Do the printing for DEBUGLEVEL>=10 centrallyVolker Lendecke2009-11-072-369/+12