summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_samr.c
Commit message (Expand)AuthorAgeFilesLines
* r24787: Janitor for Mimir. Mimir, you checked into SAMBA_3_2 andJeremy Allison2007-08-291-0/+19
* r24291: Fix Coverity ID 364Volker Lendecke2007-08-091-13/+4
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough2007-06-261-3/+18
* r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison2007-05-221-10/+12
* r22909: Change prototype of dump_data(), so that it takes unsigned char *Michael Adam2007-05-151-7/+7
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-05-141-2/+2
* r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison2007-05-041-4/+16
* r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter2007-05-011-17/+4
* r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison2007-04-301-9/+23
* r22576: Fix marshalling bug in aliasmem.Jeremy Allison2007-04-291-4/+17
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-02-221-1/+3
* r20904: This is a placeholder fix. Apparently Windows 2000Gerald Carter2007-01-191-0/+8
* r19806: merge time.c changesGerald Carter2006-11-201-11/+8
* r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'structGerald Carter2006-11-191-1/+1
* r19784: smbd compiles (still a few warning which are actual bugs)Gerald Carter2006-11-191-7/+11
* r19783: making more progressGerald Carter2006-11-191-52/+48
* r19057: backout 18726, 18748, 18754, 18758 from 3.0.23 until further testing inJim McDonough2006-10-031-10/+5
* r18726: Password time stuff from SAMBA_3_0. I'll keep them in sync next time.Jim McDonough2006-09-201-5/+10
* r17877: Make it explicit to the checker that we can never passJeremy Allison2006-08-281-2/+1
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-2/+8
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-1/+3
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-150/+276
* r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner2006-03-221-0/+67
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2006-03-221-0/+29
* r14115: Fix coverity bug #23. Don't deref a potentially null ptr.Jeremy Allison2006-03-091-1/+5
* r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison2006-03-091-1/+5
* r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison2006-03-091-1/+5
* r13864: Some cleanup and the samr set security object function client-side.Günther Deschner2006-03-061-0/+15
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-271-15/+6
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-201-2/+2
* r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner2006-02-161-4/+5
* r13445: We already made the decision whether to include the dominfo andGünther Deschner2006-02-101-9/+7
* r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner2006-02-101-29/+41
* r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison2006-02-081-0/+38
* r13386: Fix parsing of SAMR_Q_CONNECT_ANON.Jeremy Allison2006-02-081-5/+6
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2006-02-041-2/+4
* r13316: Let the carnage begin....Gerald Carter2006-02-031-3/+3
* r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy2006-01-141-0/+42
* r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner2005-11-291-3/+3
* r11963: add rpccli_samr_chgpasswd3 from samba4.Günther Deschner2005-11-291-1/+167
* r11856: Replace unknown1 with group_attr.Günther Deschner2005-11-221-4/+4
* r11852: Fill in samr_get_dom_pwinfo based on Samba4.Günther Deschner2005-11-221-6/+2
* r11793: Fix the SAMR cache so it works across completely insaneJeremy Allison2005-11-181-9/+9
* r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison2005-11-171-1/+111
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-181-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-4/+2
* r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter2005-08-261-1/+1
* r9593: fix enumerated group name (should be full name (i.e. mapped name) and ...Gerald Carter2005-08-241-1/+1