summaryrefslogtreecommitdiff
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau2001-12-101-6/+44
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-2/+139
* again an intrusive patch:Jean-François Micouleau2001-12-061-26/+20
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-051-2/+7
* Const religion for some of the RPC code.Andrew Bartlett2001-12-052-3/+3
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-22/+28
* const religionAndrew Tridgell2001-12-031-2/+2
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-4/+4
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-0/+152
* merge from APPLIANCE_HEADGerald Carter2001-11-281-7/+1
* add .po32 files to ignore listHerb Lewis2001-11-281-1/+2
* added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau2001-11-281-12/+259
* Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett2001-11-251-2/+2
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-1/+76
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-0/+9
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-0/+8
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-221-0/+15
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-0/+21
* remove unused variablesGerald Carter2001-11-221-1/+0
* merge from 2.2Gerald Carter2001-11-221-11/+208
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-214-24/+37
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-171-3/+6
* Tidyups and things I discovered during the merge...Jeremy Allison2001-11-151-4/+4
* No longer used.Jeremy Allison2001-11-151-622/+0
* Doxygen demo for Tim.Martin Pool2001-11-151-3/+8
* spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool2001-11-081-1/+2
* Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter2001-11-051-0/+142
* get the string lengths right in domain logonsAndrew Tridgell2001-11-041-2/+2
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-3/+3
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-1/+1
* This one's a doozy. A cut&paste bug incorrectly sets the max string lengthTim Potter2001-10-311-1/+1
* Removed confusing comment.Tim Potter2001-10-301-1/+1
* This commit is number 4 of 4.Andrew Bartlett2001-10-292-17/+17
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-022-6/+8
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0213-44/+0
* These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett2001-09-221-5/+5
* move to SAFE_FREE()Simo Sorce2001-09-173-28/+17
* Merge prs_hash1() function from tng.Tim Potter2001-09-141-0/+24
* Decode 68-byte password blocks using sam replication password key (whichTim Potter2001-09-141-2/+4
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-4/+4
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-042-4/+4
* Welcome to tpot's exploit world!Tim Potter2001-09-041-253/+413
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-0410-171/+232
* Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2001-08-312-3/+3
* Merge of sam sync code from TNG.Tim Potter2001-08-282-0/+898
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-275-48/+48
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-241-7/+7
* merge from 2.2Gerald Carter2001-08-221-9/+14
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-122-17/+36
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-1/+1