summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_samr.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-05Remove unused marshalling for SAMR_REMOVE_SID_FOREIGN_DOMAIN.Günther Deschner1-62/+0
2008-02-05Remove unused marshalling for SAMR_QUERY_USERALIASES.Günther Deschner1-179/+0
2008-02-05Remove unused marshalling for SAMR_QUERY_GROUPMEM.Günther Deschner1-133/+0
2008-02-05Remove marshalling for SAMR_LOOKUP_DOMAIN.Günther Deschner1-91/+0
2008-02-05Remove unused marshalling for SAMR_QUERY_ALIASMEM.Günther Deschner1-130/+0
2008-02-05Remove unused marshalling for SAMR_ADD_ALIASMEM.Günther Deschner1-59/+0
2008-02-05Remove unused marshalling for SAMR_DEL_ALIASMEM.Günther Deschner1-59/+0
2008-02-05Remove unused marshalling for SAMR_GET_USRDOM_PWINFO.Günther Deschner1-83/+0
2008-02-05Remove unused marshalling for SAMR_CONNECT.Günther Deschner1-71/+0
2008-02-04Remove unused marshalling for SAMR_CONNECT_4.Günther Deschner1-76/+0
2008-02-04Remove unused marshalling for SAMR_ADD_GROUPMEM.Günther Deschner1-75/+0
2008-02-04Remove unused marshalling for SAMR_DEL_GROUPMEM.Günther Deschner1-72/+0
2008-02-04Remove unused marshalling for SAMR_CONNECT5.Günther Deschner1-110/+0
2008-02-04Remove unused marshalling for SAMR_CONNECT_ANON.Günther Deschner1-68/+0
2008-02-02Remove unused marshalling for SAMR_SET_SEC_OBJ.Günther Deschner1-67/+0
2008-02-02Remove unused marshalling for SAMR_QUERY_SEC_OBJ.Günther Deschner1-68/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_USER.Günther Deschner1-83/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_GROUP.Günther Deschner1-78/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_ALIAS.Günther Deschner1-78/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_USER.Günther Deschner1-68/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_ALIAS.Günther Deschner1-66/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_GROUP.Günther Deschner1-67/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_DOMAIN.Günther Deschner1-68/+0
2008-02-01Remove unused marshalling for SAMR_DELETE_DOM_USER.Günther Deschner1-58/+0
2008-02-01Remove unused marshalling for SAMR_DELETE_DOM_ALIAS.Günther Deschner1-128/+0
2008-02-01Remove unused marshalling for SAMR_DELETE_DOM_GROUP.Günther Deschner1-59/+0
2008-01-31Remove old, unused marshalling code for SAMR_GET_DOM_PWINFO.Günther Deschner1-71/+0
2008-01-31Remove unused samr_close marshalling.Günther Deschner1-55/+0
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison1-3/+3
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-10/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-152/+152
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-72/+2
2007-10-10r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak1-0/+19
2007-10-10r24291: Fix Coverity ID 364Volker Lendecke1-13/+4
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough1-3/+18
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison1-10/+12
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison1-4/+16
2007-10-10r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter1-17/+4
2007-10-10r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison1-9/+23
2007-10-10r22576: Fix marshalling bug in aliasmem.Jeremy Allison1-4/+17
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-7/+7
2007-10-10r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter1-1/+3
2007-10-10r20904: This is a placeholder fix. Apparently Windows 2000Gerald Carter1-1/+9
2007-10-10r18722: Fix up password change times. The can change and must change times areJim McDonough1-5/+10
2007-10-10r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner1-0/+70
2007-10-10r18369: I've got a sniff where NT4 sends just a single byte after the 516 byteVolker Lendecke1-3/+4
2007-10-10r18271: Big change:Gerald Carter1-1/+1