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