summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-03-07s3-rpc_server: Do not setup ncalrpc pipes and TCP for embedded rpc serversAndrew Bartlett1-108/+38
2012-03-07s3-smbd make change_to_user_by_session staticAndrew Bartlett2-4/+2
2012-03-07s3:selftest: ask smbtorture4 for smb2 testsGregor Beck1-2/+9
2012-03-06s3:smbd: keep 'num_files' and 'files' directly under smbd_server_connectionStefan Metzmacher2-8/+9
2012-03-06s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher5-154/+52
2012-03-06s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connectionStefan Metzmacher4-20/+17
2012-03-06s3:msdfs: set the 'cnum' field to invalid for faked connection_structsStefan Metzmacher1-0/+1
2012-03-06s3: Move a talloc_strdup out of the main code pathVolker Lendecke1-15/+31
2012-03-06s3: Fix some format string warningsVolker Lendecke1-9/+13
2012-03-05s3-rpc_server: Remove remaining code for embedded endpoint mapperAndrew Bartlett1-23/+0
2012-03-05s3-rpc_server: Only init and register embedded RPC services in dcesrv_ep_setup()Andrew Bartlett1-37/+66
2012-03-05s3: Fix a "Invalid (state->nread >= 0)" warningVolker Lendecke1-1/+1
2012-03-05s3: Move the drain_socket on error to reply_write_and_XVolker Lendecke2-9/+9
2012-03-05s3: Use "goto out;" in reply_write_and_XVolker Lendecke1-18/+9
2012-03-05s3: Remove "size" param from switch_messageVolker Lendecke1-3/+3
2012-03-05s3: Remove "size" param from smb_dumpVolker Lendecke1-4/+5
2012-03-05s3-lsasd: Fix debug messages on registration failureAndrew Bartlett1-3/+3
2012-03-05selftest: Reduce declarations of smbclient_auth tests by moving into a loopAndrew Bartlett1-3/+1
2012-03-05selftest: run smbtorture_s3 tests against the ntvfs file serverAndrew Bartlett1-0/+1
2012-03-05s3-ctdb: Enable CTDB readonly support only if CTDB supports itAmitay Isaacs3-1/+40
2012-03-05dbwrap_ctdb: only fetch a read-only copy if we had a record already.Rusty Russell3-5/+12
2012-03-05ctdbd_conn: fetch read-only copies of records.Rusty Russell1-2/+2
2012-03-05dbwrap_ctdb: handle read-only records.Rusty Russell1-9/+26
2012-03-05selftest: remove unused config.h checkAndrew Bartlett1-6/+0
2012-03-04s3-smbd: vuser and session_info cannot be NULL hereAndrew Bartlett1-37/+31
2012-03-04s3-rpc_server: consolidate rpc server init routinesAndrew Bartlett1-484/+64
2012-03-04s3-auth Add make_session_info_from_pw to avoid multiple getpwnam() callsAndrew Bartlett1-12/+34
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett18-827/+67
2012-03-04s3:smbd/globals.h: remove unused pollfd pointerStefan Metzmacher1-6/+0
2012-03-04s3: Fix some && vs & warningsVolker Lendecke1-3/+3
2012-03-04s3-winbindd: Add stdin handler for winbindAndrew Bartlett2-3/+48
2012-03-04s3-nmbd: Add stdin handler for nmbdAndrew Bartlett1-0/+33
2012-03-04change low FDs are handled in SambaAndrew Bartlett4-19/+2
2012-03-04s3: don't replace the error message if already definedMatthieu Patou1-3/+5
2012-03-04s3: print a nice warning when HAVE_ADS is not enabled but you still try to do...Matthieu Patou1-0/+5
2012-03-03s3: Fix a bogus if (client_len < 0)Volker Lendecke1-1/+1
2012-03-03s3:libsmb: pass smb2 capabilities and client guid in cli_state_create()Stefan Metzmacher1-2/+7
2012-03-03smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam1-1/+2
2012-03-03s3:smbd:smb2_write: improve logging in the error caseMichael Adam1-4/+14
2012-03-02s3:smb2_server: use SMB2_WATCH_TREEChristian Ambach1-1/+1
2012-03-02s3:smb2_server fix a typoChristian Ambach1-1/+1
2012-03-03s3: Fix some blank line endingsVolker Lendecke1-5/+5
2012-03-02s3: Test for statfs before statfs64Volker Lendecke1-20/+20
2012-03-02s3: Further fix for bug 8777Brad Smith3-12/+35
2012-03-02s3: Enable statvfs usage on NetBSDVolker Lendecke1-30/+30
2012-03-02s3:rpc_server: initialize struct schannel_state to zeroStefan Metzmacher1-2/+1
2012-03-02s3:rpc_client: initialize struct schannel_state to zeroStefan Metzmacher1-2/+1
2012-03-02s3-selftest: Add tests for ntlm_auth gss-spnego client and serverAndrew Bartlett3-0/+46
2012-03-02s3-rpcclient: Ensure interfaces are loaded after smb.confAndrew Bartlett1-2/+3
2012-03-02s3-libsmb: Initialise ticket to ensure we do not invalid memoryAndrew Bartlett1-0/+1