summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-12-12s3-netapi: Initialize group_handle of NetGroupSetUsers_r().Andreas Schneider1-0/+1
2012-12-12s4-netapi: Initialize group_handle of NetGroupGetUsers_r().Andreas Schneider1-0/+1
2012-12-12s3-auth: Make sure we work on valid data_blobs.Andreas Schneider1-2/+2
2012-12-12s3-netapi: Initialize group_handle of NetUserSetGroups_r.Andreas Schneider1-0/+1
2012-12-12s3-netapi: Fix zeroing policy handles in NetLocalGroupAdd_r().Andreas Schneider1-5/+5
2012-12-12vfs: Make sure we don't call talloc_free on an uninitialized pointer.Andreas Schneider1-1/+1
2012-12-12s3-printing: Don't call talloc_free on an uninitialized pointer.Andreas Schneider1-1/+1
2012-12-12s3-net: Check the return value of strlower_m().Andreas Schneider1-1/+3
2012-12-12s3-net: Check return value of string_to_sid().Andreas Schneider1-1/+7
2012-12-12s3-rpcclient: Check return value of add_string_to_array().Andreas Schneider1-1/+5
2012-12-12s3-registry: Check return code of push_reg_sz().Andreas Schneider1-2/+11
2012-12-11s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison1-6/+9
2012-12-11s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam1-2/+2
2012-12-11s3:auth: fix function header comment for user_sid_in_group_sid()Michael Adam1-1/+1
2012-12-10s3:auth: fix create_token_from_sid() to not fail in the winbindd caseMichael Adam1-2/+10
2012-12-10s3:auth: fix header comment for user_sid_in_group_sid()Michael Adam1-2/+2
2012-12-09s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner5-34/+30
2012-12-09s3-rpc_server: Remove obsolete process_creds boolean in samlogon server.Günther Deschner1-24/+3
2012-12-09s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...Günther Deschner1-8/+0
2012-12-09s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner3-37/+36
2012-12-09s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo().Günther Deschner1-2/+2
2012-12-09s3-rpc_server: pass down netlogon cred state in _netr_ServerGetTrustInfo().Günther Deschner1-9/+5
2012-12-09s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon.Günther Deschner1-1/+4
2012-12-09s3-rpc_server: support AES decryption in netr_ServerPasswordSet2 server.Günther Deschner1-1/+6
2012-12-09s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client.Günther Deschner1-2/+6
2012-12-09s3-rpc_client: use netlogon_creds_arcfour_crypt() in init_netr_CryptPassword.Günther Deschner3-5/+5
2012-12-07winbind: Make the code more readable in trustdom_list_done().Andreas Schneider1-15/+19
2012-12-07s3: Fix clear_if_first for the async echo handlerVolker Lendecke1-1/+1
2012-12-06build: Install .po files for SWAT intl supportAndrew Bartlett1-0/+3
2012-12-06Clean up client timeout definitions [rev. 2]Scott Lovenberg4-8/+5
2012-12-05s3:smbd: fix a cut and paste error in a debug messageMichael Adam1-2/+2
2012-12-05s3:smbd: don't apply create/directory mask and modes in apply_default_perms()Michael Adam1-77/+11
2012-12-06Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...Richard Sharpe1-1/+22
2012-12-04Remove unused append_parent_acl().Jeremy Allison2-204/+0
2012-12-04s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIEDMichael Adam1-0/+1
2012-12-03s3:passdb: fix building pdb_ldap as shared moduleMichael Adam2-2/+3
2012-12-03smbget: Use new samba_getpass() function.Andreas Schneider1-3/+2
2012-12-03util: Use new samba_getpass() function for passwd util.Andreas Schneider1-1/+8
2012-12-03ntlm_auth: Use new samba_getpass() function.Andreas Schneider1-1/+7
2012-12-03net: Use samba_getpass() function in net util.Andreas Schneider1-3/+7
2012-12-03net: Use new samba_getpass() function for 'net rpc'.Andreas Schneider1-1/+8
2012-12-03net: Use new samba_getpass() function for 'net ads'.Andreas Schneider1-1/+9
2012-12-03torture: Use new samba_getpass() in masktest.Andreas Schneider1-2/+5
2012-12-03torture: Use new samba_getpass() in smbtorture3.Andreas Schneider1-3/+6
2012-12-03torture: Use new samba_getpass() in locktest2.Andreas Schneider1-3/+6
2012-12-03util: Use new samba_getpass() function.Andreas Schneider1-4/+5
2012-12-03smbclient: Use new samba_getpass() function.Andreas Schneider1-3/+6
2012-12-03util: Add a UNIX platform independent samba_getpass().Andreas Schneider1-1/+1
2012-12-03s3:selftest: extend sids2xids test script to cope with "ID_TYPE_BOTH mappingsMichael Adam1-1/+1
2012-12-03s3:passdb: don't look into group mappings in legacy_sid_to_unixid()Michael Adam1-28/+1