summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-22configure: fix a comment typoMichael Adam1-1/+1
2008-04-22libnetjoin: identify type of domain early.Günther Deschner1-16/+16
2008-04-22build: fix the build.Günther Deschner1-2/+2
2008-04-22dsgetdcname: Fix discover_dc_dns().Günther Deschner1-2/+2
2008-04-22dsgetdcname: add very basic flat name support.Günther Deschner1-9/+168
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke5-20/+49
2008-04-21net: Add libnetapi context to net's impressive list of globals.Günther Deschner3-11/+8
2008-04-21IDL: rerun make idl.Günther Deschner2-9/+11
2008-04-21IDL: now that we have nbt.idl, re-add it to the includes again.Günther Deschner1-10/+10
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner8-86/+25
2008-04-21cldap: add talloc context to ads_cldap_netlogon().Günther Deschner4-18/+34
2008-04-21libads: Use libnbt for CLDAP reply parsing.Günther Deschner4-147/+61
2008-04-21IDL: re-run make idl.Günther Deschner3-10/+15
2008-04-21IDL: make nbt_cldap_netlogon_5 public.Günther Deschner1-1/+1
2008-04-21IDL: Add NTLOGON_RESPONSE_FROM_PDC2 to nbt_logon_request.Günther Deschner1-2/+3
2008-04-21winbind: pass down existing talloc context.Günther Deschner2-9/+10
2008-04-21smbspool: Fix the smbspool build.James Peach1-11/+15
2008-04-21smbspool: minor formatting cleanups.James Peach1-88/+133
2008-04-21smbspool: Run indent to approximate conding standards.James Peach1-533/+485
2008-04-21smbspool: add my copyright.James Peach1-0/+1
2008-04-21smbspool: Fix CUPS authentication protocol support.Mike Sweet1-34/+75
2008-04-21smbspool: fix Kerberos support for CUPS 1.3.Mike Sweet1-144/+87
2008-04-21Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett1-0/+21
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