summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix up debug info on smb2_rename code.Jeremy Allison2010-02-251-9/+3
* Implement rename/move in SMB2 from Windows7.Jeremy Allison2010-02-253-1/+112
* s3-nltest: fix uninitialized query level.Günther Deschner2010-02-251-1/+1
* s3-spoolss: Save entire devicemode.Günther Deschner2010-02-251-13/+10
* Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).Jeremy Allison2010-02-242-10/+23
* Change the credential handling so that we start with maxmux creds,Jeremy Allison2010-02-241-7/+10
* s3: Make connections_fetch_record() staticVolker Lendecke2010-02-242-4/+2
* s3:selftest: handle spaces in test namesStefan Metzmacher2010-02-241-1/+2
* s3:selftest: make wbinfo_s3 work on the "member" server too.Stefan Metzmacher2010-02-241-0/+14
* s3:test_wbinfo_s3: test --check-secret and --change-secretStefan Metzmacher2010-02-241-0/+4
* s3:rpc_transport_np: handle trans rdata like the output of a normal readStefan Metzmacher2010-02-241-0/+17
* schannel_tdb: make code compilable in both treesSimo Sorce2010-02-232-3/+6
* s3:schannel streamline interfaceSimo Sorce2010-02-236-159/+10
* s3:schannel more readable check logicSimo Sorce2010-02-231-5/+39
* s3 move the sitename cache in its own fileSimo Sorce2010-02-2311-117/+172
* s3: Consolidate some pid_to_procid() calls to procid_self()Volker Lendecke2010-02-232-7/+7
* s3:spoolss: construct the devmode the same way for level 2 and 8Stefan Metzmacher2010-02-231-17/+3
* s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structureStefan Metzmacher2010-02-231-2/+6
* s3:selftest: $WORKGROUP doesn't exist, we should use $DOMAINStefan Metzmacher2010-02-231-1/+1
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-2313-17/+11
* s3: add explicit configure option whether or not to enable dmapi supportBjörn Jacke2010-02-231-2/+23
* s3-smb: Remove the obsolete signal type cast.Andreas Schneider2010-02-231-4/+0
* s3-lib: Remove obsolete signal type cast.Andreas Schneider2010-02-233-12/+12
* s3-libads: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
* s3-nmbd: Remove obsolete signal type cast.Andreas Schneider2010-02-233-7/+7
* s3-pam_smbpass: Remove obsolete signal type cast.Andreas Schneider2010-02-233-21/+21
* s3-passdb: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
* s3-print: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-231-4/+1
* s3 Fix the buildSimo Sorce2010-02-221-3/+3
* A test "store create time" parameter got commited by accident. Remove it.Jeremy Allison2010-02-221-1/+0
* Ensure STREAMERROR deletes any files in the \\testdirJeremy Allison2010-02-221-0/+1
* Add an "attributes" string to allinfo.Jeremy Allison2010-02-221-0/+27
* s3: Explicitly handle inbuf in cli_trans_doneVolker Lendecke2010-02-221-2/+9
* s3: Explicitly handle inbuf in cli_write_andx_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_read_andx_doneVolker Lendecke2010-02-221-2/+2
* s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke2010-02-222-6/+7
* s3: Explicitly handle inbuf in cli_dskattr_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_getatr_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_getattrE_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_open_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_ntcreate_doneVolker Lendecke2010-02-221-2/+3
* s3: Explicitly handle inbuf in cli_echo_doneVolker Lendecke2010-02-221-1/+2
* s3: Explicitly handle inbuf in cli_negprot_doneVolker Lendecke2010-02-221-2/+3
* s3: Explicitly handle inbuf in cli_tcon_andx_doneVolker Lendecke2010-02-221-3/+6
* s3: Explicitly handle inbuf in cli_sesssetup_blob_doneVolker Lendecke2010-02-221-5/+4
* s3: Explicitly handle inbuf in cli_session_setup_guest_doneVolker Lendecke2010-02-221-5/+4
* s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_doneVolker Lendecke2010-02-221-2/+3
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-229-38/+53
* s3: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_sendVolker Lendecke2010-02-211-1/+2