summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-12/+12
2001-07-11This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett2-58/+11
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett2-11/+58
2001-07-09implement:Jean-François Micouleau1-0/+476
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau1-0/+84
2001-07-09when converting ascii to unicode, if the ascii string is NULL, don'tJean-François Micouleau1-0/+7
2001-07-06Added JF's fix for max_entries being 0.Jeremy Allison1-0/+15
2001-07-04The big character set handling changeover!Andrew Tridgell3-13/+11
2001-07-02Missing prs_align() was causing Win9x nexus tools to fail. security_info_sentJeremy Allison1-0/+3
2001-07-02Fixed auto-alloc of dispinfo code when unmarshalling.Jeremy Allison1-4/+64
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison1-0/+70
2001-06-29From JF....Jeremy Allison1-27/+93
2001-06-29Removed another silly static array.Tim Potter1-5/+16
2001-06-26SGI compiler fixes.Herb Lewis1-2/+2
2001-06-26Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison1-3/+7
2001-06-26Fixed bug introduced by changeover of security descriptor code fromTim Potter1-1/+8
2001-06-25Cosmetic fixups found while playing with the server manager. Added supportTim Potter1-1/+72
2001-06-22sync this function with 2.2 (single check for NULL parameter)Gerald Carter1-0/+3
2001-06-22Removed unused (and potentially crash-causing) free function.Jeremy Allison1-14/+0
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison1-6/+59
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2-6/+136
2001-06-19INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison1-7/+2
2001-06-16Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison1-0/+75
2001-06-15Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison1-0/+87
2001-06-15Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....Jeremy Allison1-1/+1
2001-06-15Add password length field to SAM_USER_INFO24 structure and fix initTim Potter1-1/+9
2001-06-13Added some msdfs client routines.Tim Potter1-5/+27
2001-06-06Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter1-2/+12
2001-06-01Added *.po to .cvsignore files.Tim Potter1-0/+1
2001-05-24Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter1-12/+133
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-0/+77
2001-05-10Reverted samr_io_userinfo_ctr() patch because it broke too much otherTim Potter1-11/+5
2001-05-09So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passedTim Potter1-5/+11
2001-05-08fixes to the group mapping code.Jean-François Micouleau1-9/+12
2001-05-08Fixed typo in comment.Tim Potter1-1/+1
2001-05-08iinit_samr_q_lookup_rids() didn't actually copy the rids into theTim Potter1-0/+2
2001-05-04Renamed unknown field to access mask in open alias parsing functions.Tim Potter1-6/+3
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2-19/+236
2001-04-28few cleanups to bring in line with 2.2Gerald Carter1-1/+0
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-17/+27
2001-04-27Added Herb's comment fix.Jeremy Allison1-1/+0
2001-04-23Fix "proc num out of range" error. Missing rpc call.Jeremy Allison1-0/+56
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-09Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison1-11/+38
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-2/+2
2001-04-06Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison1-0/+47
2001-04-06Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison1-0/+58
2001-04-04I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison1-4/+243
2001-04-02include/ntdomain.h:Jeremy Allison1-63/+136
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison1-84/+218