summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner3-111/+118
2008-04-21samlogoncache: Use data_blob_const in netsamlogon_cache_get.Günther Deschner1-2/+1
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam11-26/+26
2008-04-21Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam1-5/+9
2008-04-21Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2-15/+6
2008-04-21Don't modify the fsp in fd_close_posix() anymore.Michael Adam1-4/+0
2008-04-21Move the posix pending close functionality down into the VFS layer.Michael Adam3-8/+16
2008-04-21loadparm: reformat - fix whitespace/tabMichael Adam1-1/+1
2008-04-21loadparm: rename bNoIncludes to bAllowIncludeRegistry (inverting logic)Michael Adam1-6/+7
2008-04-21loadparm: make lo_load_initial() only skip registry include.Michael Adam1-4/+3
2008-04-20libnetapi: Add Doxyfile.Günther Deschner1-0/+1362
2008-04-20netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner1-0/+4
2008-04-20cli_cm: Make nicer password prompt in do_connect().Günther Deschner1-1/+6
2008-04-20libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam3-4/+4
2008-04-20libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam3-4/+4
2008-04-20rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD.Michael Adam1-1/+1
2008-04-20vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam1-1/+1
2008-04-20Fix some empty lines with just spacesVolker Lendecke1-13/+12
2008-04-20Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke1-5/+5
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke6-15/+23
2008-04-20Remove a redundant reference to rpc_pipe_state->cli from srv_spoolssVolker Lendecke1-4/+0
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke15-121/+102
2008-04-20Refactoring: Move stuff around for creating a pipeVolker Lendecke2-42/+40
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke8-52/+38
2008-04-20Remove some unused code referencing pipe_names[]Volker Lendecke1-17/+0
2008-04-20Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke3-6/+21
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke7-13/+22
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke7-17/+22
2008-04-20Fix two "ignoring asprintf result" warningsVolker Lendecke1-3/+2
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke24-158/+159
2008-04-20Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke6-32/+24
2008-04-19Set the right domain\user in cli_rpc_pipe_open_ntlmssp_internalVolker Lendecke1-2/+2
2008-04-19Fix a bogus uninitialized variable warning in IDL-based nbt codeVolker Lendecke1-1/+1
2008-04-19Fix bug 5400Volker Lendecke1-2/+2
2008-04-19Fix bug 5399Volker Lendecke1-5/+0
2008-04-19Fix bug 5398Volker Lendecke1-3/+3
2008-04-19Fix an uninitialized variableVolker Lendecke1-1/+1
2008-04-18winbindd: create the messaging conntext earlierStefan Metzmacher1-7/+17
2008-04-18winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2-6/+4
2008-04-18nmbd: create the messaging conntext earlierStefan Metzmacher1-3/+12
2008-04-18nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher2-0/+10
2008-04-18printing: call reinit_after_fork() in the backgroundqueue processStefan Metzmacher1-0/+5
2008-04-18smbd: create the messaging conntext earlierStefan Metzmacher1-11/+16
2008-04-18smbd: call reinit_after_fork() in the needed placesStefan Metzmacher1-16/+6
2008-04-18loadparm: make it possible to just load the config without following "include...Stefan Metzmacher1-10/+43
2008-04-18util: add reinit_after_fork() functionStefan Metzmacher1-0/+30
2008-04-18smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher1-2/+4
2008-04-18messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ...Stefan Metzmacher1-0/+18
2008-04-18messages_ctdbd: make sure a ctdbd connection is only used in the process that...Stefan Metzmacher1-1/+11
2008-04-18IDL: make idl.Günther Deschner2-0/+19