tevent: Fix a comment
[kai/samba.git] / source3 /
2012-12-15 Günther Deschners3-rpc_server: use netlogon_creds_encrypt_samlogon().
2012-12-15 Günther Deschnerlibcli/auth: rename netlogon_creds_decrypt_samlogon...
2012-12-12 Andreas Schneiders3-lib: Don't close the listener twice if we goto failed.
2012-12-12 Volker Lendeckes3: Fix a typo in a debug message
2012-12-12 Andreas Schneiders3-printing: Correctly create the printing cache path.
2012-12-12 Andreas Schneiders3-registry: Fix counters_directory() dir creation.
2012-12-12 Andreas Schneiders3-ctdb: Make sure addr.sun_path is null terminated.
2012-12-12 Andreas Schneiders3-libsmb: Fix possible comparsion problems.
2012-12-12 Andreas Schneiders3-utils: Correctly handle getenv() for the later syste...
2012-12-12 Andreas Schneiders3-utils: Cleanup code in wait_replies().
2012-12-12 Andreas Schneiders3-nmbd: Cleanup code to make it more readable.
2012-12-12 Andreas Schneiders3-lib: Remove unsused variable from sys_get_nfs_quota().
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_username_to_alias().
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_alias_to_username().
2012-12-12 Günther Deschners3-selftest: make sure to test rpc.samr.passwords.valid...
2012-12-12 Günther Deschners3-rpc_server: limit allowed transports for samr_Valida...
2012-12-12 Andreas Schneiders3-netapi: Initialize group_handle of NetGroupSetUsers_r().
2012-12-12 Andreas Schneiders4-netapi: Initialize group_handle of NetGroupGetUsers_r().
2012-12-12 Andreas Schneiders3-auth: Make sure we work on valid data_blobs.
2012-12-12 Andreas Schneiders3-netapi: Initialize group_handle of NetUserSetGroups_r.
2012-12-12 Andreas Schneiders3-netapi: Fix zeroing policy handles in NetLocalGroupA...
2012-12-12 Andreas Schneidervfs: Make sure we don't call talloc_free on an uninitia...
2012-12-12 Andreas Schneiders3-printing: Don't call talloc_free on an uninitialized...
2012-12-12 Andreas Schneiders3-net: Check the return value of strlower_m().
2012-12-12 Andreas Schneiders3-net: Check return value of string_to_sid().
2012-12-12 Andreas Schneiders3-rpcclient: Check return value of add_string_to_array().
2012-12-12 Andreas Schneiders3-registry: Check return code of push_reg_sz().
2012-12-11 Jeremy Allisons3:auth: Tidy up some of the API confusion in create_to...
2012-12-11 Michael Adams3:auth: fix dereference level in talloc checks in...
2012-12-10 Michael Adams3:auth: fix function header comment for user_sid_in_gr...
2012-12-10 Michael Adams3:auth: fix create_token_from_sid() to not fail in...
2012-12-10 Michael Adams3:auth: fix header comment for user_sid_in_group_sid()
2012-12-09 Günther Deschners3-auth: remove crypto from serverinfo_to_SamInfoX...
2012-12-09 Günther Deschners3-rpc_server: Remove obsolete process_creds boolean...
2012-12-09 Günther Deschners3-auth: session keys in validation level 6 samlogon...
2012-12-09 Günther Deschners3-rpc_server: support AES for interactive netlogon...
2012-12-09 Günther Deschners3-rpc_server: we need to encrypt OWFs using DES in...
2012-12-09 Günther Deschners3-rpc_server: pass down netlogon cred state in _netr_S...
2012-12-09 Günther Deschners3-rpc_client: use netlogon_creds_aes_encrypt in intera...
2012-12-09 Günther Deschners3-rpc_server: support AES decryption in netr_ServerPas...
2012-12-09 Günther Deschners3-rpc_client: support AES encryption in netr_ServerPas...
2012-12-09 Günther Deschners3-rpc_client: use netlogon_creds_arcfour_crypt() in...
2012-12-07 Andreas Schneiderwinbind: Make the code more readable in trustdom_list_d...
2012-12-07 Volker Lendeckes3: Fix clear_if_first for the async echo handler
2012-12-06 Andrew Bartlettbuild: Install .po files for SWAT intl support
2012-12-06 Scott LovenbergClean up client timeout definitions [rev. 2]
2012-12-06 Michael Adams3:smbd: fix a cut and paste error in a debug message
2012-12-06 Michael Adams3:smbd: don't apply create/directory mask and modes...
2012-12-06 Richard SharpeFix bug #9460 - Samba 3.6.x and Master respond incorrec...
2012-12-04 Jeremy AllisonRemove unused append_parent_acl().
2012-12-04 Michael Adams3:smbd:vfs_acl: fix a PANIC when setting an ACL fails...
2012-12-03 Michael Adams3:passdb: fix building pdb_ldap as shared module
2012-12-03 Andreas Schneidersmbget: Use new samba_getpass() function.
2012-12-03 Andreas Schneiderutil: Use new samba_getpass() function for passwd util.
2012-12-03 Andreas Schneiderntlm_auth: Use new samba_getpass() function.
2012-12-03 Andreas Schneidernet: Use samba_getpass() function in net util.
2012-12-03 Andreas Schneidernet: Use new samba_getpass() function for 'net rpc'.
2012-12-03 Andreas Schneidernet: Use new samba_getpass() function for 'net ads'.
2012-12-03 Andreas Schneidertorture: Use new samba_getpass() in masktest.
2012-12-03 Andreas Schneidertorture: Use new samba_getpass() in smbtorture3.
2012-12-03 Andreas Schneidertorture: Use new samba_getpass() in locktest2.
2012-12-03 Andreas Schneiderutil: Use new samba_getpass() function.
2012-12-03 Andreas Schneidersmbclient: Use new samba_getpass() function.
2012-12-03 Andreas Schneiderutil: Add a UNIX platform independent samba_getpass().
2012-12-03 Michael Adams3:selftest: extend sids2xids test script to cope with...
2012-12-03 Michael Adams3:passdb: don't look into group mappings in legacy_sid...
2012-12-03 Michael Adams3:passdb:pdb_ldap: treat "Unix User" and "Unix Group...
2012-12-03 Michael Adams3:passdb:pdb_ldap: pre-validate sid with sid_check_obj...
2012-12-03 Michael Adams3:passdb: add sid_check_object_is_for_passdb()
2012-12-03 Michael Adams3:passdb: factor pdb_sid_to_id_unix_users_and_groups...
2012-12-03 Michael Adams3:passdb: don't bail out in pdb_default_sid_to_id...
2012-12-03 Michael Adams3:winbindd: use the new sid_check_is_for_passdb()...
2012-12-03 Michael Adambuild the new sid_check_is_for_passdb() function into...
2012-12-03 Michael Adams3:lib: add utility function sid_check_is_for_passdb()
2012-12-03 Michael Adams3:winbindd: remove unused function idmap_backends_sid_...
2012-12-03 Michael Adams3:test:wbinfo_sids2xids: test the results with singula...
2012-12-03 Michael Adams3:test: fix intialization of WBINFO in test_wbinfo_sid...
2012-12-03 Michael Adams3:idmap_autorid: force mapping type to ID_TYPE_BOTH...
2012-12-03 Michael Adams3:idmap_rid: force mapping type to ID_TYPE_BOTH for...
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_gid()
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_uid()
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove wbint_Sid2Gid from the wbint.idl
2012-12-03 Michael Adams3:winbindd: remove wbint_Sid2Uid() from the wbint.idl
2012-12-03 Michael Adams3:winbindd: remove now unused wb_sid2uid and wb_sid2gi...
2012-12-03 Michael Adams3:winbindd: change winbindd_getgroups to use wb_sids2x...
2012-12-03 Michael Adams3:winbindd: change wb_getgrsid to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: change wb_fill_pwent to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: make idmap_find_domain() static.
2012-12-03 Michael Adams3:winbindd: also use idmap_passdb for own sam and...
2012-12-03 Michael Adams3:winbindd: add idmap_find_domain_with_sid()
2012-12-03 Michael Adams3:winbindd: rename idmap_init_passdb_domain() -> idmap...
2012-12-03 Michael Adams3:winbindd: use struct unixid instead of uint64 in...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2gid...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2uid...
2012-12-03 Michael Adams3:winbindd: factor winbindd_sids_to_xids into external...
2012-12-03 Michael Adams3:winbindd: convert some spaces to tabs in winbindd_si...
next