summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4946: Our notion the other_sids in the info3 SamLogon struct wasVolker Lendecke1-12/+33
2007-10-10r4875: Fix for bugid #221, inspired by Mrinal Kalakrishnan <mail@mrinal.net>.Jeremy Allison1-13/+69
2007-10-10r4868: Add "net rpc user RENAME"-command.Günther Deschner1-2/+51
2007-10-10r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter1-0/+27
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-4/+4
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-12/+69
2007-10-10r4668: allow the caller to invoke init_unistr2() with a NULL buffer to match ...Gerald Carter1-0/+8
2007-10-10r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison1-25/+25
2007-10-10r4601: Removed any use of the MAX_XXX_STR style definitions. A little largerJeremy Allison2-78/+71
2007-10-10r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hardGünther Deschner1-6/+4
2007-10-10r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner1-5/+42
2007-10-10r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner2-12/+96
2007-10-10r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner1-6/+20
2007-10-10r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains aVolker Lendecke1-17/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison11-306/+239
2007-10-10r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-1/+1
2007-10-10r3928: Fix duplicate call to pdb_get_acct_desc(). Bugzilla #2080.Tim Potter1-1/+1
2007-10-10r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner1-2/+8
2007-10-10r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...Gerald Carter1-0/+24
2007-10-10r2476: now that PRINTER_ATTRIBUTE_PUBLISHED does not get reset anymore, migrateGünther Deschner1-0/+30
2007-10-10r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>.Jeremy Allison1-5/+3
2007-10-10r1692: first commit :)Günther Deschner2-14/+69
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r1202: This hopefully fixes our memory use when unmarshalling strings. The te...Volker Lendecke1-1/+4
2007-10-10r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)Andrew Bartlett1-2/+1
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-6/+61
2007-10-10r977: Implement 'net rpc group rename' -- rename domain groups.Volker Lendecke1-0/+46
2007-10-10r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter1-5/+15
2007-10-10r480: Added Andrew Bartletts pwinfo-parse-error.patch.Jeremy Allison1-3/+3
2007-10-10r196: merging struct uuid from trunkGerald Carter6-52/+65
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-3/+3
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke1-0/+84
2004-03-24fixes for prnadmin.dll APIGerald Carter1-1/+1
2004-02-28Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke1-3/+3
2004-02-24Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke1-4/+4
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough1-15/+10
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-7/+7
2004-01-14source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis1-1/+0
2004-01-09fix some warnings from the Sun compilerGerald Carter1-4/+4
2004-01-07commiting jra's fix for Exchange clear test authGerald Carter1-1/+2
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-2/+2
2003-12-29Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett1-0/+3
2003-12-10Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter1-1/+1
2003-12-05fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell1-4/+4
2003-12-04* fix RemoveSidForeignDomain() ; bug 252Gerald Carter1-6/+6
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-11/+11
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett2-13/+18
2003-11-17Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2-6/+16