s4-librpc: try a 2nd logon for more error cases
[nivanova/samba-autobuild/.git] / source3 /
2012-10-31 Jeremy AllisonAdd regression test for bug #9329 - Directory listing...
2012-10-30 Andreas Schneiders3fs-utils: Free the popt context in smbcacls and smbqu...
2012-10-30 Andreas Schneiders3fs-net: Use talloc for memory allocation.
2012-10-30 Stefan Metzmachers3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for...
2012-10-29 Volker Lendeckes3: Use file_id_string in file_id_string_tos
2012-10-29 Volker Lendeckes3: Fix some nonempty line endings
2012-10-29 Michael Adams3:smbd:durable: remove a TODO comment about write...
2012-10-29 Andreas SchneiderBUG 9326: Fix net ads join message for the dns domain.
2012-10-29 Jeremy AllisonFix bug #9329 - Directory listing with SeBackup can...
2012-10-27 Jelmer Vernooijsource3.selftest: Move last variables to selftesthelpers.
2012-10-27 Jelmer Vernooijsource3.selftest: Move more variables to be in common.
2012-10-27 Jelmer Vernooijsource3.selftests.tests: Use common plansmbtorture4test...
2012-10-27 Jelmer Vernooijsource3.selftest.tests: Add suffix for smbclient3/ntlm_...
2012-10-27 Jelmer Vernooijsource3.selftest.tests: Remove tabs.
2012-10-27 Jelmer Vernooijselftesthelpers: Add function for printing smbtorture4...
2012-10-27 Jelmer Vernooijselftest: Move determining of smbtorture4 options to...
2012-10-27 Jelmer Vernooijselftest/selftesthelpers: Share environment handling...
2012-10-27 Jelmer Vernooijselftest/selftesthelpers.py: Share configuration variab...
2012-10-27 Jelmer Vernooijselftesthelpers: Share code for listing smbtorture4...
2012-10-26 Andreas Schneiderntlm_auth: Increase debug level if we use config domain...
2012-10-26 Andrew Bartlettvfstest: set umask(0) in vfstest
2012-10-26 Andrew Bartlettpysmbd: Set umask to 0 during smbd operations
2012-10-26 Andrew Bartlettpysmbd: Remember to close files after setting the NT ACL
2012-10-26 Andrew Bartlettpysmbd: Add hook for unlink() so python scripts can...
2012-10-25 Michael Adams3:smbd:durable: factor stat checks out into vfs_defaul...
2012-10-25 Andrew Bartlettpysmbd: Fix pysmbd octal mode handling
2012-10-23 Michael Adambuild(waf): Fix the --with-cluster build
2012-10-23 Andrew Bartlettbuild: Add #define FREEBSD on FreeBSD
2012-10-23 Andrew Bartlettlib/replace: Fix detection of prctl
2012-10-23 Andrew Bartlettvfs: Fix compilation of ACL support on solaris
2012-10-22 Andreas Schneiderwaf: Create a libnss_wins.so symlink.
2012-10-20 Stefan Metzmachers3:rpc_server: avoid a level 0 DEBUG if tstream_npa_con...
2012-10-20 Volker Lendeckes3: Fix some blank line endings
2012-10-20 Volker Lendeckes3: Use talloc_stackframe in token_contains_name_in_list
2012-10-19 Volker Lendeckes3: Remove a call to procid_self()
2012-10-19 Volker Lendeckes3: Add "msg_ctx" param to winbindd_register_handlers()
2012-10-19 Volker Lendeckes3: Make winbindd_register_handlers static
2012-10-19 Volker Lendeckes3: Fix a typo
2012-10-19 Volker Lendeckes3: Remove some calls to procid_self
2012-10-19 Michael Adams3:smbd:durable: store stat info for disconnected durab...
2012-10-19 Michael Adams3:open_files.idl: add stat-info to vfs_default_durable...
2012-10-19 Michael Adams3:smbd/durable: remove an extra blank line from vfs_de...
2012-10-19 Stefan Metzmachers3:smbd/durable: add write_time specific stuff to vfs_d...
2012-10-19 Stefan Metzmachers3:open_files.idl: add write_time specific stuff to...
2012-10-19 Stefan Metzmachers3:smbd/durable: update the low level write_time before...
2012-10-19 Stefan Metzmachers3:smbd/durable: trigger pending write_time updates...
2012-10-19 Stefan Metzmachers3:lib: remove unused connections_fetch_entry*() and...
2012-10-19 Stefan Metzmachers3:smbd: remove unused claim_connection/yield_connection
2012-10-19 Stefan Metzmachers3:smbd: don't call claim/yield_connection() in make_co...
2012-10-19 Gregor Becks3:lib/conn_tdb: implement connections_forall_read...
2012-10-19 Stefan Metzmachers3:smbd: fill tcon->global->session_global_id
2012-10-19 Stefan Metzmachers3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_g...
2012-10-19 Gregor Becks3:lib: remove function connections_forall()
2012-10-19 Stefan Metzmachers3:utils/net: remove unused "net connections"
2012-10-19 Gregor Becks3:net_serverid: remove connections_forall from "net...
2012-10-19 Gregor Becks3:lib: remove unused sessionid_*() functions
2012-10-19 Gregor Becks3:net_serverid: remove sessionid_traverse from "net...
2012-10-19 Gregor Becks3:smbd: don't use (fill) sessionid.tdb in session_clai...
2012-10-19 Gregor Becks3:lib: implement sessionid_traverse_read with smb2srv_...
2012-10-19 Gregor Becks3:smbd/connection: use smbXsrv_tcon_traverse to count...
2012-10-19 Gregor Becks3:smbd:setup_new_vc_session: traverse sessions instead...
2012-10-19 Gregor Becks3:build: move sessionid_tdb.o and conn_tdb.o to SMBD_O...
2012-10-19 Gregor Becks3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
2012-10-19 Gregor Becks3:smbXsrv_session: add smbXsrv_session_global_traverse()
2012-10-19 Gregor Becks3:smbd: use session_global_id as session number for...
2012-10-19 Stefan Metzmachers3:configure: check that struct utmp.ut_line is large...
2012-10-19 Gregor Becks3:smbd: initialize session->global before calling...
2012-10-19 Gregor Becks3:smbd: remove smbd_server_connection argument from...
2012-10-19 Gregor Becks3:smbd: pass smbXsrv_session instead of user_struct...
2012-10-19 Gregor Becks3:net_status_shares: use connections_forall_read for...
2012-10-19 Gregor Becks3:count_current_connections: do not clear orphaned...
2012-10-19 Gregor Becks3:smbcontrol: don't do stack_trace by connection but...
2012-10-19 Gregor Becks3:lib: remove unused function connections_traverse()
2012-10-19 Gregor Becks3:rpc_server/srvsvc: remove function net_enum_pipes()
2012-10-19 Gregor Becks3:auth: use const in smb_pam_xxx_session()
2012-10-19 Michael Adams3:auth: remove duplicate propotypes for smb_pam_claim_...
2012-10-19 Stefan Metzmachers3:smbd/utmp: remove ip address from utmp record
2012-10-19 Michael Adams3:smbd: remove duplicate prototypes for sys_utmp_claim...
2012-10-19 Stefan Metzmachers3:smbd: add exit_server to the smbd_shim hooks
2012-10-19 Michael Adams3:smbd: move initialization of the smbd_shim from...
2012-10-19 Michael Adams3: fix comment header description for smbd_shim
2012-10-19 Stefan Metzmachers3:smbd: update sconn->remote_hostname after the netbio...
2012-10-18 Andrew Bartlettbuild: Assert that auth_domain, auth_builtin, auth_sam...
2012-10-18 Andreas SchneiderBUG #9295: Build standard auth modules as internal...
2012-10-17 Michael Adams3:smbd: fix brace placements in validate_my_share_entr...
2012-10-17 Michael Adams3:smbd: also log the "offline" flag when debugging...
2012-10-12 Christian Ambachs3:smb2_getinfo ensure proper error for not yet present...
2012-10-12 Christian Ambachs3:vfs_gpfs re-indent run-away lines
2012-10-12 Christian Ambachs3:vfs_gpfs fix the build
2012-10-12 Christian Ambachs3:vfs_gpfs remove a trailing space
2012-10-12 Christian Ambachs3:vfs_gpfs skip local flock when gpfs sharemodes are...
2012-10-11 Andreas Schneiders3fs-printing: Simplify the comment and location handling.
2012-10-11 Andrew Bartlettsmbd: Always free the talloc_stackframe() before leavin...
2012-10-11 Andrew Bartlettrpc_server:srvsvc Remove psd variable that was no longe...
2012-10-11 Andrew Bartlettvfs: Remove irixacl module (all the fucntions in it...
2012-10-11 Andrew Bartlettvfs: Fix alternative posix and no-op sys acl implementa...
2012-10-11 Andrew Bartlettvfs: Improve formatting of vfs_fake_acls
2012-10-11 Andrew Bartlettvfs: Improve formatting of vfs_default
2012-10-11 Andrew Bartlettvfs: Use a blocking function in vfs_zfsacl for system...
2012-10-11 Andrew Bartlettvfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl...
next