summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2007-10-101-0/+27
* r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter2007-10-101-4/+4
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-12/+69
* r4668: allow the caller to invoke init_unistr2() with a NULL buffer to match ...Gerald Carter2007-10-101-0/+8
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-25/+25
* r4601: Removed any use of the MAX_XXX_STR style definitions. A little largerJeremy Allison2007-10-102-78/+71
* r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hardGünther Deschner2007-10-101-6/+4
* r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner2007-10-101-5/+42
* r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner2007-10-102-12/+96
* r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner2007-10-101-6/+20
* r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains aVolker Lendecke2007-10-101-17/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-1011-306/+239
* r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-1/+1
* r3928: Fix duplicate call to pdb_get_acct_desc(). Bugzilla #2080.Tim Potter2007-10-101-1/+1
* r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner2007-10-101-2/+8
* r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...Gerald Carter2007-10-101-0/+24
* r2476: now that PRINTER_ATTRIBUTE_PUBLISHED does not get reset anymore, migrateGünther Deschner2007-10-101-0/+30
* r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>.Jeremy Allison2007-10-101-5/+3
* r1692: first commit :)Günther Deschner2007-10-102-14/+69
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r1202: This hopefully fixes our memory use when unmarshalling strings. The te...Volker Lendecke2007-10-101-1/+4
* r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)Andrew Bartlett2007-10-101-2/+1
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-101-6/+61
* r977: Implement 'net rpc group rename' -- rename domain groups.Volker Lendecke2007-10-101-0/+46
* r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter2007-10-101-5/+15
* r480: Added Andrew Bartletts pwinfo-parse-error.patch.Jeremy Allison2007-10-101-3/+3
* r196: merging struct uuid from trunkGerald Carter2007-10-106-52/+65
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-3/+3
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
* Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke2004-04-021-0/+84
* fixes for prnadmin.dll APIGerald Carter2004-03-241-1/+1
* Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2004-02-281-3/+3
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-241-4/+4
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-121-15/+10
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-1/+1
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-7/+7
* source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis2004-01-141-1/+0
* fix some warnings from the Sun compilerGerald Carter2004-01-091-4/+4
* commiting jra's fix for Exchange clear test authGerald Carter2004-01-071-1/+2
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-2/+2
* Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett2003-12-291-0/+3
* Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter2003-12-101-1/+1
* fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell2003-12-051-4/+4
* * fix RemoveSidForeignDomain() ; bug 252Gerald Carter2003-12-041-6/+6
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-11/+11
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-222-13/+18
* Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2003-11-172-6/+16
* * Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter2003-11-131-5/+7
* fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter2003-11-111-1/+1
* Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison2003-11-072-5/+35