summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-nmbd: Cleanup code to make it more readable.Andreas Schneider2012-12-121-3/+7
* s3-lib: Remove unsused variable from sys_get_nfs_quota().Andreas Schneider2012-12-121-2/+1
* winbind: Use talloc in resolve_username_to_alias().Andreas Schneider2012-12-121-3/+5
* winbind: Use talloc in resolve_alias_to_username().Andreas Schneider2012-12-121-3/+5
* s3-selftest: make sure to test rpc.samr.passwords.validate over ncacn_ip_tcp.Günther Deschner2012-12-121-1/+4
* s3-rpc_server: limit allowed transports for samr_ValidatePassword().Günther Deschner2012-12-121-0/+5
* s3-netapi: Initialize group_handle of NetGroupSetUsers_r().Andreas Schneider2012-12-121-0/+1
* s4-netapi: Initialize group_handle of NetGroupGetUsers_r().Andreas Schneider2012-12-121-0/+1
* s3-auth: Make sure we work on valid data_blobs.Andreas Schneider2012-12-121-2/+2
* s3-netapi: Initialize group_handle of NetUserSetGroups_r.Andreas Schneider2012-12-121-0/+1
* s3-netapi: Fix zeroing policy handles in NetLocalGroupAdd_r().Andreas Schneider2012-12-121-5/+5
* vfs: Make sure we don't call talloc_free on an uninitialized pointer.Andreas Schneider2012-12-121-1/+1
* s3-printing: Don't call talloc_free on an uninitialized pointer.Andreas Schneider2012-12-121-1/+1
* s3-net: Check the return value of strlower_m().Andreas Schneider2012-12-121-1/+3
* s3-net: Check return value of string_to_sid().Andreas Schneider2012-12-121-1/+7
* s3-rpcclient: Check return value of add_string_to_array().Andreas Schneider2012-12-121-1/+5
* s3-registry: Check return code of push_reg_sz().Andreas Schneider2012-12-121-2/+11
* s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison2012-12-111-6/+9
* s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam2012-12-111-2/+2
* s3:auth: fix function header comment for user_sid_in_group_sid()Michael Adam2012-12-111-1/+1
* s3:auth: fix create_token_from_sid() to not fail in the winbindd caseMichael Adam2012-12-101-2/+10
* s3:auth: fix header comment for user_sid_in_group_sid()Michael Adam2012-12-101-2/+2
* s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner2012-12-095-34/+30
* s3-rpc_server: Remove obsolete process_creds boolean in samlogon server.Günther Deschner2012-12-091-24/+3
* s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...Günther Deschner2012-12-091-8/+0
* s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner2012-12-093-37/+36
* s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo().Günther Deschner2012-12-091-2/+2
* s3-rpc_server: pass down netlogon cred state in _netr_ServerGetTrustInfo().Günther Deschner2012-12-091-9/+5
* s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon.Günther Deschner2012-12-091-1/+4
* s3-rpc_server: support AES decryption in netr_ServerPasswordSet2 server.Günther Deschner2012-12-091-1/+6
* s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client.Günther Deschner2012-12-091-2/+6
* s3-rpc_client: use netlogon_creds_arcfour_crypt() in init_netr_CryptPassword.Günther Deschner2012-12-093-5/+5
* winbind: Make the code more readable in trustdom_list_done().Andreas Schneider2012-12-071-15/+19
* s3: Fix clear_if_first for the async echo handlerVolker Lendecke2012-12-071-1/+1
* build: Install .po files for SWAT intl supportAndrew Bartlett2012-12-061-0/+3
* Clean up client timeout definitions [rev. 2]Scott Lovenberg2012-12-064-8/+5
* s3:smbd: fix a cut and paste error in a debug messageMichael Adam2012-12-051-2/+2
* s3:smbd: don't apply create/directory mask and modes in apply_default_perms()Michael Adam2012-12-051-77/+11
* Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...Richard Sharpe2012-12-061-1/+22
* Remove unused append_parent_acl().Jeremy Allison2012-12-042-204/+0
* s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIEDMichael Adam2012-12-041-0/+1
* s3:passdb: fix building pdb_ldap as shared moduleMichael Adam2012-12-032-2/+3
* smbget: Use new samba_getpass() function.Andreas Schneider2012-12-031-3/+2
* util: Use new samba_getpass() function for passwd util.Andreas Schneider2012-12-031-1/+8
* ntlm_auth: Use new samba_getpass() function.Andreas Schneider2012-12-031-1/+7
* net: Use samba_getpass() function in net util.Andreas Schneider2012-12-031-3/+7
* net: Use new samba_getpass() function for 'net rpc'.Andreas Schneider2012-12-031-1/+8
* net: Use new samba_getpass() function for 'net ads'.Andreas Schneider2012-12-031-1/+9
* torture: Use new samba_getpass() in masktest.Andreas Schneider2012-12-031-2/+5
* torture: Use new samba_getpass() in smbtorture3.Andreas Schneider2012-12-031-3/+6