summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* fix net_io_q_srv_pwset2.Günther Deschner2008-09-181-1/+1
* netlogon: "re-run make idl" - implement netr_ServerPasswordSet2 client.Günther Deschner2008-08-291-0/+80
* Re-add samr getdispinfoindex parsing which got lost in the glue commit.Günther Deschner2008-05-161-0/+81
* lm_session_key is only 8 bytes. Don't confuse developers (ie. me :-)Jeremy Allison2008-05-141-1/+1
* Merge 3fc1ab210b8772ee9f867499c0b1a7bb4bcdd285 from 3.2.Jeremy Allison2008-05-061-1/+6
* Fix comment.Karolin Seeger2008-04-071-1/+1
* r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak2008-01-311-0/+19
* Version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison2008-01-231-3/+3
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-1015-366/+8713
* r24770: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak2007-10-101-0/+19
* r23665: Remove two unneeded global variablesVolker Lendecke2007-10-101-1/+1
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-2/+3
* r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough2007-10-101-3/+18
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-13/+13
* r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison2007-10-101-3/+3
* r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner2007-10-101-1/+1
* r23342: Stop Coverity from getting confused.Jeremy Allison2007-10-101-0/+3
* r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c...Gerald Carter2007-10-101-39/+0
* r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter2007-10-101-47/+0
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner2007-10-101-31/+31
* r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-10-101-0/+209
* r23122: Fix bug #4655. We marshall the enumdataex correctly,Jeremy Allison2007-10-101-17/+48
* r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke2007-10-102-1/+20
* r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison2007-10-105-57/+90
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-104-14/+27
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r22676: Fix zero alloc with create_rpc_blob().Jeremy Allison2007-10-101-13/+21
* r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison2007-10-101-4/+16
* r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter2007-10-101-17/+4
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-3/+7
* r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison2007-10-104-69/+125
* r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison2007-10-104-76/+127
* r22576: Fix marshalling bug in aliasmem.Jeremy Allison2007-10-101-4/+17
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-105-8/+35
* r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison2007-10-101-15/+15
* r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-10-101-1/+1
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-5/+38
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-101-0/+11
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-2/+2
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-103-19/+19
* r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher2007-10-101-8/+16
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-10-101-1/+3
* r21393: Fix typo.Günther Deschner2007-10-101-2/+2
* r21346: FIXME ! Our parsing here is wrong I think,Jeremy Allison2007-10-101-1/+10
* r21096: Fix formatting.Jeremy Allison2007-10-101-2/+2
* r20904: This is a placeholder fix. Apparently Windows 2000Gerald Carter2007-10-101-1/+9
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-2/+2
* r19288: tdb_prs_store is right now used to store printer and share securityVolker Lendecke2007-10-101-1/+1
* r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner2007-10-101-0/+84