summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-11-15s3: Fix a memleak in sys_popenVolker Lendecke1-0/+1
2009-11-14s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke7-129/+72
2009-11-14Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke2-0/+14
2009-11-14s3: Convert cli_set_unix_extensions_capabilities_send to asyncVolker Lendecke4-44/+96
2009-11-14s3: Tiny logic simplificationVolker Lendecke1-10/+11
2009-11-14s3:fix a comment typoMichael Adam1-1/+1
2009-11-14s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam1-0/+4
2009-11-14s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam1-0/+4
2009-11-14s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)Michael Adam1-1/+2
2009-11-14s3:passdb: remove the uid_to_rid method - we only need uid_to_sidMichael Adam5-42/+1
2009-11-14s3:pdb_default_uid_to_sid: fix some debug statements.Michael Adam1-3/+3
2009-11-13s3/pam: move variable declaration into belonging ifdef sectionBjörn Jacke1-1/+1
2009-11-13s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()Michael Adam1-0/+2
2009-11-13s3:smbd: make idmap cache persistent for "ldapsam:trusted".Michael Adam1-0/+4
2009-11-13Fix large paged searchVolker Lendecke1-0/+1
2009-11-13fix bogus "out of memory" winbind msgVolker Lendecke1-1/+2
2009-11-13s3: Convert cli_unix_extensions_version to asyncVolker Lendecke5-55/+159
2009-11-13s3-rpcclient: use the parsed binding string flags for auth choice.Günther Deschner1-0/+18
2009-11-12Remove unused variable warning.Jeremy Allison1-1/+0
2009-11-12Remove erroneous 'presult = NULL' changes. Now presult only gets setJeremy Allison1-9/+2
2009-11-12Revert "Ensure every return path initializes presult as NULL."Jeremy Allison1-40/+0
2009-11-12Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison13-34/+21
2009-11-12Fix bug 6891 - using windows explorer to change ownership on a folder fails w...Jeremy Allison1-1/+11
2009-11-12Ensure every return path initializes presult as NULL.Jeremy Allison1-0/+40
2009-11-12s3-kerberos: remove smb_krb5_get_tkt_from_creds().Günther Deschner1-60/+4
2009-11-12s3-kerberos: avoid using ERROR_TABLE_BASE_krb5 without checking.Günther Deschner1-0/+4
2009-11-12s3: Fix debug messages in check_reduced_nameVolker Lendecke1-13/+24
2009-11-12s3-kerberos: add smb_krb5_principal_get_realm().Günther Deschner2-0/+27
2009-11-11Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...Jeremy Allison4-15/+10
2009-11-11Fix bug 6878 - Cannot change ACL's inherit flag.Jeremy Allison1-44/+108
2009-11-11s3:vfs_fs_capabilities: fix a debug messageMichael Adam1-1/+1
2009-11-10s3: Convert libsmb/cli_message to the async APIVolker Lendecke3-142/+372
2009-11-10s3-rpc_client: make sure cli_rpc_pipe_open_schannel() does not always return ...Günther Deschner1-1/+3
2009-11-10s3-samr: implement _samr_ValidatePassword().Günther Deschner1-10/+118
2009-11-10s3-chgpasswd: split out a check_password_complexity() function.Günther Deschner2-22/+45
2009-11-09Fix bug 6880 - cannot list workgroup serversJeremy Allison1-5/+14
2009-11-09s3-netlogon: enable RPC-NETLOGON-ADMIN test against s3.Günther Deschner2-5/+25
2009-11-09s3: Try to avoid dns searches with an empty siteVolker Lendecke1-1/+1
2009-11-09s3-param: fix set_inherit_acls().Günther Deschner1-0/+2
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke19-662/+203
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke8-88/+63
2009-11-08Revert "s3: Consolidate getting the name out of a pipes_struct"Volker Lendecke4-39/+60
2009-11-08Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke5-38/+29
2009-11-08Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke4-11/+7
2009-11-08Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke11-261/+176
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke12-61/+54
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke12-54/+61
2009-11-08s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke11-176/+261
2009-11-08s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke4-7/+11
2009-11-08s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke5-29/+38