summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* Improve error messages of 'net rpc user [add|delete]' commands.Karolin Seeger2007-12-281-10/+14
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-6/+6
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-1/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+3
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-111-3/+3
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-6/+8
* More pstring elimination.Jeremy Allison2007-12-041-2/+3
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-031-3/+5
* Fix shutdown callers.Günther Deschner2007-12-031-6/+7
* Fix svcctl callers.Günther Deschner2007-12-031-1/+1
* Actually implement reboot feature for net dom join/unjoin.Günther Deschner2007-12-031-2/+2
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-2/+3
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-13/+13
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-15/+15
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-20/+20
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-192/+285
* r25499: Fix rpc_file_list_internalsVolker Lendecke2007-10-101-0/+3
* r25481: Fix some typos, don't panic as non-root on net getdomainsidVolker Lendecke2007-10-101-2/+2
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-5/+5
* r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam2007-10-101-8/+21
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23757: Fix Coverity id 386Volker Lendecke2007-10-101-1/+5
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-1/+3
* r22867: With Samba4's IDL, we now have two new flags for share types: STYPE_T...Alexander Bokovoy2007-10-101-1/+1
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-2/+10
* r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison2007-10-101-0/+9
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-0/+22
* r20917: Fix missing error returns pointed out by "Li, Ying (ESG)" <ying.li2@h...Jeremy Allison2007-10-101-0/+3
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-10/+8
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-9/+9
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-101-14/+18
* r19447: Do not throw away informationVolker Lendecke2007-10-101-4/+1
* r19446: Comment can be NULL nowVolker Lendecke2007-10-101-1/+2
* r19445: Attempt to fix net rpc shareVolker Lendecke2007-10-101-1/+42
* r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter2007-10-101-33/+20
* r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell2007-10-101-33/+33
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-258/+122
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-6/+6
* r18727: set the winreg_AbortSystemShutdown() server * to NULL rather than a d...Gerald Carter2007-10-101-2/+1
* r18714: fix the build after replaceing rpccli_reg_abort_shutdown()Gerald Carter2007-10-101-1/+2
* r18643: Fix a 64-bit warningVolker Lendecke2007-10-101-1/+1
* r18560: * Add in the winreg and initshutdown IDL filesGerald Carter2007-10-101-2/+2
* r18271: Big change:Gerald Carter2007-10-101-9/+9
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-12/+11
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-3/+3
* r16638: Fix bug #3885, reported by jason@ncac.gwu.edu. UseJeremy Allison2007-10-101-1/+1
* r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke2007-10-101-4/+28