summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2002-01-02Add prs_dump_before to dump everything from the start of the prsMartin Pool1-4/+23
2001-12-31more irix -64 portability fixesAndrew Tridgell1-1/+1
2001-12-31Give the main loop talloc context a name (using mbp's new talloc namingAndrew Bartlett1-1/+1
2001-12-21added a copyright notice.Jean-François Micouleau1-0/+1
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau1-4/+4
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau1-125/+76
2001-12-20merge from 2.2Gerald Carter1-6/+6
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau1-0/+61
2001-12-18fixing bug I introduced.Jean-François Micouleau1-1/+1
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-19/+15
2001-12-17Replaced some hardcoded hex numbers with constants.Tim Potter1-4/+8
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-5/+8
2001-12-13merge from 2.2Gerald Carter1-0/+3
2001-12-12decoded SAM_DELTA 0x0e and 0x12.Jean-François Micouleau1-0/+144
2001-12-12a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)Jean-François Micouleau1-39/+203
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-6/+44
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-2/+139
2001-12-06again an intrusive patch:Jean-François Micouleau1-26/+20
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-2/+7
2001-12-05Const religion for some of the RPC code.Andrew Bartlett2-3/+3
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-22/+28
2001-12-03const religionAndrew Tridgell1-2/+2
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-4/+4
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+152
2001-11-28merge from APPLIANCE_HEADGerald Carter1-7/+1
2001-11-28add .po32 files to ignore listHerb Lewis1-1/+2
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau1-12/+259
2001-11-25Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett1-2/+2
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau1-1/+76
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-0/+9
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-0/+8
2001-11-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau1-0/+15
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-0/+21
2001-11-22remove unused variablesGerald Carter1-1/+0
2001-11-22merge from 2.2Gerald Carter1-11/+208
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau4-24/+37
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-3/+6
2001-11-15Tidyups and things I discovered during the merge...Jeremy Allison1-4/+4
2001-11-15No longer used.Jeremy Allison1-622/+0
2001-11-15Doxygen demo for Tim.Martin Pool1-3/+8
2001-11-08spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool1-1/+2
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter1-0/+142
2001-11-04get the string lengths right in domain logonsAndrew Tridgell1-2/+2
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-3/+3
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-1/+1
2001-10-31This one's a doozy. A cut&paste bug incorrectly sets the max string lengthTim Potter1-1/+1
2001-10-30Removed confusing comment.Tim Potter1-1/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett2-17/+17
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2-6/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter13-44/+0