summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* s3-net: Fix Bug #7417. 'net rpc user password' can set the wrong password.Günther Deschner2011-01-131-1/+4
* Fix bug #7036 - net rpc getsid fails in hardened windows environments.Jeremy Allison2010-01-181-1/+7
* s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke2009-12-231-8/+20
* s3:net: Fix a segfault in "net rpc trustdom list" for overlong domain namesVolker Lendecke2009-10-201-8/+2
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-201-1/+1
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-10-201-0/+2
* Revert "net: Use samba default command line arguments."Kai Blin2009-06-191-49/+25
* net: Use samba default command line arguments.Kai Blin2009-05-261-25/+49
* s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...Günther Deschner2009-05-261-1/+1
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-261-2/+2
* s3-net: make sure to call libnetapi init functions at the top of "net rpc" co...Günther Deschner2009-04-281-0/+13
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-281-3/+3
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-281-4/+4
* s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher2009-04-281-9/+8
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-281-1/+1
* s3-net: Fix Coverity #861 (UNINIT).Günther Deschner2009-04-151-1/+1
* s3-net: Fix Coverity #898 (UNINIT).Günther Deschner2009-04-151-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-04-151-37/+37
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-04-151-18/+18
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-04-151-1/+1
* s3: use samr_RidWithAttribute instead of DOM_GID.Günther Deschner2009-02-051-1/+1
* s3-net: remove unused ENUM_HND.Günther Deschner2009-02-051-3/+0
* Fix some type-punned warningsVolker Lendecke2009-02-011-3/+3
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-011-2/+1
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-2/+2
* Actually complete 3662c2b...Volker Lendecke2009-01-221-1/+1
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-2/+10
* s3-samr: avoid all init_samr_user* functions.Günther Deschner2009-01-061-25/+5
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+6
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-1/+2
* s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner2008-12-051-1/+1
* s3:net: fix password set of 'net rpc trustdom add'Stefan Metzmacher2008-12-041-1/+2
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-11-281-1/+1
* s3-net: add "net rpc vampire passdb" that allows to take arguments.Günther Deschner2008-11-181-0/+8
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-3/+3
* s3-samr: remove duplicate copies of Domain Object specific access rights.Günther Deschner2008-10-311-1/+1
* s3-samr: remove duplicate copies of SAM server specific access rights.Günther Deschner2008-10-311-1/+1
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-11/+7
* Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-231-1/+1
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-211-11/+0
* s3: fix various samr callers.Günther Deschner2008-10-151-5/+5
* Share initshutdown.idl.Jelmer Vernooij2008-10-151-8/+4
* net: Make share type lookup a function.Kai Blin2008-09-261-3/+1
* net: use netapi for NetFileEnum.Günther Deschner2008-09-111-68/+32
* net: use netapi for NetFileClose.Günther Deschner2008-09-111-33/+13
* net: use netapi for NetShareEnum.Günther Deschner2008-09-111-66/+36
* net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin2008-09-101-1/+3
* net: use netapi for rpc_sh_share_delete as well.Günther Deschner2008-09-051-10/+1
* net: use netapi for deleting shares.Günther Deschner2008-09-051-36/+2
* net: use netapi for rpc_sh_share_add as well.Günther Deschner2008-09-051-21/+15