summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-22These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett1-5/+5
2001-09-17move to SAFE_FREE()Simo Sorce3-28/+17
2001-09-14Merge prs_hash1() function from tng.Tim Potter1-0/+24
2001-09-14Decode 68-byte password blocks using sam replication password key (whichTim Potter1-2/+4
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-4/+4
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2-4/+4
2001-09-04Welcome to tpot's exploit world!Tim Potter1-253/+413
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell10-171/+232
2001-08-31Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2-3/+3
2001-08-28Merge of sam sync code from TNG.Tim Potter2-0/+898
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell5-48/+48
2001-08-24Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison1-7/+7
2001-08-22merge from 2.2Gerald Carter1-9/+14
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2-17/+36
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-1/+1