summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-04More pstring elimination.Jeremy Allison1-2/+3
2007-12-03Remove pstring from clirap2 by completely rewriting the damnJeremy Allison1-3/+5
2007-12-03Fix shutdown callers.Günther Deschner1-6/+7
2007-12-03Fix svcctl callers.Günther Deschner1-1/+1
2007-12-03Actually implement reboot feature for net dom join/unjoin.Günther Deschner1-2/+2
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-2/+3
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-13/+13
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-15/+15
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-20/+20
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-192/+285
2007-10-10r25499: Fix rpc_file_list_internalsVolker Lendecke1-0/+3
2007-10-10r25481: Fix some typos, don't panic as non-root on net getdomainsidVolker Lendecke1-2/+2
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-5/+5
2007-10-10r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam1-8/+21
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23757: Fix Coverity id 386Volker Lendecke1-1/+5
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-1/+1
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-1/+3
2007-10-10r22867: With Samba4's IDL, we now have two new flags for share types: STYPE_T...Alexander Bokovoy1-1/+1
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison1-2/+10
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison1-0/+9
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-0/+22
2007-10-10r20917: Fix missing error returns pointed out by "Li, Ying (ESG)" <ying.li2@h...Jeremy Allison1-0/+3
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij1-10/+8
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-9/+9
2007-10-10r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke1-14/+18
2007-10-10r19447: Do not throw away informationVolker Lendecke1-4/+1
2007-10-10r19446: Comment can be NULL nowVolker Lendecke1-1/+2
2007-10-10r19445: Attempt to fix net rpc shareVolker Lendecke1-1/+42
2007-10-10r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter1-33/+20
2007-10-10r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell1-33/+33
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-258/+122
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-6/+6
2007-10-10r18727: set the winreg_AbortSystemShutdown() server * to NULL rather than a d...Gerald Carter1-2/+1
2007-10-10r18714: fix the build after replaceing rpccli_reg_abort_shutdown()Gerald Carter1-1/+2
2007-10-10r18643: Fix a 64-bit warningVolker Lendecke1-1/+1
2007-10-10r18560: * Add in the winreg and initshutdown IDL filesGerald Carter1-2/+2
2007-10-10r18271: Big change:Gerald Carter1-9/+9
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-12/+11
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-3/+3
2007-10-10r16638: Fix bug #3885, reported by jason@ncac.gwu.edu. UseJeremy Allison1-1/+1
2007-10-10r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke1-4/+28
2007-10-10r16345: Improve the chance that our users can discover one of the coolest 'net'Günther Deschner1-0/+1
2007-10-10r16344: Allow to set passwords directly when creating users via "net rpc userGünther Deschner1-1/+55
2007-10-10r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison1-2/+2
2007-10-10r15657: Fix some Tru64 warningsVolker Lendecke1-2/+2
2007-10-10r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter1-1/+1
2007-10-10r15471: Clarify error messageVolker Lendecke1-2/+2