summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* net: Use samba default command line arguments.Kai Blin2009-05-251-25/+49
* s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...Günther Deschner2009-05-131-1/+1
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-2/+2
* Fix some warnings due to uint16_t!=-1 always being trueVolker Lendecke2009-05-031-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-4/+3
* 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-211-3/+3
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-4/+4
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-201-10/+9
|\
| * s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher2009-04-171-9/+8
| * Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-151-1/+1
* | Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-3/+6
|/
* s3-net: Fix Coverity #861 (UNINIT).Günther Deschner2009-03-201-1/+1
* s3-net: Fix Coverity #898 (UNINIT).Günther Deschner2009-03-201-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-03-181-37/+37
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-03-181-18/+18
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-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
* net: use netapi to add shares.Günther Deschner2008-09-051-49/+43
* net: use netapi for "net rpc user info" to enumerate user group membership.Günther Deschner2008-08-291-112/+27
* net: use netapi function to set user password.Günther Deschner2008-08-291-113/+18