summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2008-04-221-2/+4
* configure: fix a comment typoMichael Adam2008-04-221-1/+1
* libnetjoin: identify type of domain early.Günther Deschner2008-04-221-16/+16
* build: fix the build.Günther Deschner2008-04-221-2/+2
* dsgetdcname: Fix discover_dc_dns().Günther Deschner2008-04-221-2/+2
* dsgetdcname: add very basic flat name support.Günther Deschner2008-04-221-9/+168
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-215-20/+49
* net: Add libnetapi context to net's impressive list of globals.Günther Deschner2008-04-213-11/+8
* IDL: rerun make idl.Günther Deschner2008-04-212-9/+11
* IDL: now that we have nbt.idl, re-add it to the includes again.Günther Deschner2008-04-211-10/+10
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-218-86/+25
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-214-18/+34
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-214-147/+61
* IDL: re-run make idl.Günther Deschner2008-04-213-10/+15
* IDL: make nbt_cldap_netlogon_5 public.Günther Deschner2008-04-211-1/+1
* IDL: Add NTLOGON_RESPONSE_FROM_PDC2 to nbt_logon_request.Günther Deschner2008-04-211-2/+3
* winbind: pass down existing talloc context.Günther Deschner2008-04-212-9/+10
* smbspool: Fix the smbspool build.James Peach2008-04-211-11/+15
* smbspool: minor formatting cleanups.James Peach2008-04-211-88/+133
* smbspool: Run indent to approximate conding standards.James Peach2008-04-211-533/+485
* smbspool: add my copyright.James Peach2008-04-211-0/+1
* smbspool: Fix CUPS authentication protocol support.Mike Sweet2008-04-211-34/+75
* smbspool: fix Kerberos support for CUPS 1.3.Mike Sweet2008-04-211-144/+87
* Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett2008-04-211-0/+21
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-213-111/+118
* samlogoncache: Use data_blob_const in netsamlogon_cache_get.Günther Deschner2008-04-211-2/+1
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-2111-26/+26
* Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam2008-04-211-5/+9
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-04-212-15/+6
* Don't modify the fsp in fd_close_posix() anymore.Michael Adam2008-04-211-4/+0
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-213-8/+16
* loadparm: reformat - fix whitespace/tabMichael Adam2008-04-211-1/+1
* loadparm: rename bNoIncludes to bAllowIncludeRegistry (inverting logic)Michael Adam2008-04-211-6/+7
* loadparm: make lo_load_initial() only skip registry include.Michael Adam2008-04-211-4/+3
* libnetapi: Add Doxyfile.Günther Deschner2008-04-201-0/+1362
* netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner2008-04-201-0/+4
* cli_cm: Make nicer password prompt in do_connect().Günther Deschner2008-04-201-1/+6
* libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam2008-04-203-4/+4
* libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam2008-04-203-4/+4
* rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD.Michael Adam2008-04-201-1/+1
* vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam2008-04-201-1/+1
* Fix some empty lines with just spacesVolker Lendecke2008-04-201-13/+12
* Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke2008-04-201-5/+5
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-206-15/+23
* Remove a redundant reference to rpc_pipe_state->cli from srv_spoolssVolker Lendecke2008-04-201-4/+0
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-2015-121/+102
* Refactoring: Move stuff around for creating a pipeVolker Lendecke2008-04-202-42/+40
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-208-52/+38
* Remove some unused code referencing pipe_names[]Volker Lendecke2008-04-201-17/+0
* Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke2008-04-203-6/+21