summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s3:auth_domain: remove dead code in check_trustdomain_security()Stefan Metzmacher1-22/+0
2013-10-17s3:include: fix messaging_send_buf() protype in messages.hStefan Metzmacher1-1/+1
2013-10-17s3:include: add forward declaration for struct messaging_context; in g_lock.hStefan Metzmacher1-0/+1
2013-10-17s3:winbindd: don't hide the error in cm_connect_lsa()Stefan Metzmacher1-1/+0
2013-10-17cli_np_tstream: remove unused tstream_cli_np_get_cli_state()Gregor Beck2-10/+0
2013-10-17s3:rpcclient: make use of rpcclient_cli_stateStefan Metzmacher1-2/+2
2013-10-17s3:rpcclient: introduce global rpcclient_cli_stateStefan Metzmacher2-1/+5
2013-10-17s3:rpc_client: remove unused rpc_pipe_np_smb_conn()Gregor Beck2-20/+0
2013-10-17s3-spoolss: do not use rpc_pipe_np_smb_conn()Gregor Beck1-10/+10
2013-10-17s3:lib/netapi: do not use rpc_pipe_np_smb_conn()Gregor Beck1-1/+1
2013-10-17s3-net: do not use rpc_pipe_np_smb_conn()Gregor Beck1-23/+26
2013-10-17s3:rpc_client: pass object and table to rpccli_bh_create()Stefan Metzmacher3-11/+15
2013-10-17s3:rpc_client: implement dcerpc_binding_handle_auth_info()Stefan Metzmacher1-0/+20
2013-10-16proto: Remove manually written lp_ prototypesAndrew Bartlett1-359/+1
2013-10-16param: Autogenerate s3 lp_ctx glue tableAndrew Bartlett2-63/+6
2013-10-16s3/param: Autogenerate parameters prototypes again after proto.h was frozenAndrew Bartlett2-0/+7
2013-10-16build: Move loadparm-related build rules to source3/param/wscript_buildAndrew Bartlett2-32/+34
2013-10-16lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...Andrew Bartlett1-1/+1
2013-10-16Add NetWkstaGetInfo.Hans Leidekker10-1/+332
2013-10-16smbd: Simplify open_file_ntcreateVolker Lendecke1-32/+39
2013-10-16smbd: Remove "file_existed" handling from open_mode_checkVolker Lendecke1-12/+16
2013-10-16smbd: Decouple grant_fsp_oplock_type from oplock validationVolker Lendecke1-27/+26
2013-10-16smbd: Reduce the complexity of open_file_ntcreateVolker Lendecke1-24/+40
2013-10-15smbd: Factor out remove_stale_share_mode_entriesVolker Lendecke3-14/+18
2013-10-15smbd: Make find_oplock_types return boolVolker Lendecke1-15/+27
2013-10-15smbd: Make loop index type match loop limitVolker Lendecke1-1/+1
2013-10-15smbd: Unify delay_for_*_oplocksVolker Lendecke1-45/+13
2013-10-15smbd: Simplify find_oplock_types a bitVolker Lendecke1-6/+7
2013-10-15smbd:smb2: fix crash when smb2 session reauth failsMichael Adam1-3/+17
2013-10-15smbd: Inline break_level2_to_none_asyncVolker Lendecke1-38/+32
2013-10-15smbd: Remove a special case for level2 breakVolker Lendecke1-33/+12
2013-10-15smbd: Remove some FAKE_LEVEL_II commentsVolker Lendecke2-8/+3
2013-10-15smbd: Add debugs to brlock.cVolker Lendecke2-0/+21
2013-10-15smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke5-59/+81
2013-10-15smbd: Put "have_read_oplocks" into brlock.tdbVolker Lendecke2-10/+48
2013-10-15s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett4-8/+4
2013-10-14param: disable print notify backchannel by defaultDavid Disseldorp1-1/+1
2013-10-13smbd: Remove unused create_options from open_mode_checkVolker Lendecke1-3/+2
2013-10-13smbd: Remove name_hash param from open_mode_checkVolker Lendecke1-3/+2
2013-10-12s3/time_audit: Add offline and durable functionsChristof Schmitt1-0/+111
2013-10-12vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIEChristof Schmitt1-1/+1
2013-10-12smbd: Fix the extended *.oplock.doc1 testsVolker Lendecke1-26/+33
2013-10-11s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider1-0/+22
2013-10-11s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2-0/+11
2013-10-11s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2-0/+50
2013-10-11idl: Add a new message for winbind domain states.Andreas Schneider1-0/+2
2013-10-09Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison1-2/+3
2013-10-09smbd: Fix an error path in open_directoryVolker Lendecke1-0/+1
2013-10-08smbd: Simplify set_share_modeVolker Lendecke1-30/+15
2013-10-08smbd: Simplify find_share_mode_entry callersVolker Lendecke1-46/+25