libwbclient: add wbclient.pc.in
[ira/wip.git] / source3 / rpc_parse /
2008-01-14 Günther DeschnerRemove old lsa set info policy call.
2008-01-14 Günther DeschnerRemove more redundant lsa parsing functions.
2008-01-14 Günther DeschnerStart removing hand-written lsa marshalling code (namely
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-28 Volker LendeckeRemove static zeros
2007-12-18 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-18 Jeremy AllisonUse the %*s feature of snprintf to remove anothe static...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-11-28 Jeremy AllisonMake init_unistr2_from_unistr take an explicit talloc...
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonMore pstring elimination.
2007-11-20 Jeremy AllisonMore trivial pstring removal.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker25561: Make use of [un]marshall_sec_desc
2007-10-10 Jeremy Allisonr25399: Excise uint - > uint32 (where appropriate)...
2007-10-10 Michael Adamr25294: Tidy up callers of unistr2_to_ascii() to pass...
2007-10-10 Volker Lendecker24993: Apply some const
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Rafal Szczesniakr24771: Use infolevel 25 to set the machine account...
2007-10-10 Jeremy Allisonr24759: Comment out the _nonnull calls for 3.2.x, as...
2007-10-10 Derrell Lipmanr24410: - I got tricked by function naming. Contrary...
2007-10-10 Volker Lendecker24291: Fix Coverity ID 364
2007-10-10 Volker Lendecker24067: Fix a type mismatch found by the IBM checker
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23665: Remove two unneeded global variables
2007-10-10 Günther Deschnerr23627: Allow to pass down the lookup-level to rpccli_l...
2007-10-10 Jim McDonoughr23616: Fix bugzilla #4719: must change password is...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Jeremy Allisonr23400: Fix lsa crash bug #4683. The "names" enum struct
2007-10-10 Günther Deschnerr23380: netr_getdcname returns WERROR not NTSTATUS.
2007-10-10 Jeremy Allisonr23342: Stop Coverity from getting confused.
2007-10-10 Gerald Carterr23274: merge CloseEventlog() pidl conversion from...
2007-10-10 Gerald Carterr23271: merge service control pidl change for CloseServ...
2007-10-10 Günther Deschnerr23210: Very funny, we thought to use netr_GetDcName...
2007-10-10 Günther Deschnerr23127: Fill in some more netlogon dsgetdcname flavours...
2007-10-10 Jeremy Allisonr23122: Fix bug #4655. We marshall the enumdataex corre...
2007-10-10 Volker Lendecker23091: Add rpccli_netlogon_sam_network_logon_ex, fix...
2007-10-10 Jeremy Allisonr23080: Fix bug #4637 - we hads missed some cases where
2007-10-10 Gerald Carterr22852: merge fixes for CVE-2007-2446 and CVE-2007...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Jeremy Allisonr22676: Fix zero alloc with create_rpc_blob().
2007-10-10 Jeremy Allisonr22673: Fix for Jerry's reversion. We still need to...
2007-10-10 Gerald Carterr22630: Revert svn r22576 (parse change to enum_aliasme...
2007-10-10 Jeremy Allisonr22588: Make all uses of TALLOC_MEMDUP consistent.
2007-10-10 Jeremy Allisonr22585: Get us into a consistent state with TALLOC_ZERO...
2007-10-10 Jeremy Allisonr22577: Change all of parse/*.c to use standard form...
2007-10-10 Jeremy Allisonr22576: Fix marshalling bug in aliasmem.
2007-10-10 Jeremy Allisonr22564: Move the _strict -> _zeronull functions into...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22163: Pure reformatting. I hate 4 space tabstops...
2007-10-10 Gerald Carterr22104: BUG 4439: Fix the object picket on x64 WIndopws...
2007-10-10 Jeremy Allisonr22062: Fix the parsing of info level 3. Flags is not...
2007-10-10 Jelmer Vernooijr22055: Port the endpoint mapper (and functions it...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Stefan Metzmacherr21987: split tdb_prs_*() functions in version which...
2007-10-10 Gerald Carterr21507: Fix some "cannot access LDAP when no root"...
2007-10-10 Günther Deschnerr21393: Fix typo.
2007-10-10 Jeremy Allisonr21346: FIXME ! Our parsing here is wrong I think,
2007-10-10 Jeremy Allisonr21096: Fix formatting.
2007-10-10 Gerald Carterr20904: This is a placeholder fix. Apparently Windows...
2007-10-10 Herb Lewisr20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 Volker Lendecker19288: tdb_prs_store is right now used to store printe...
2007-10-10 Günther Deschnerr19161: Add NET_GETANYDCNAME (getdcname only gives...
2007-10-10 Günther Deschnerr19143: getdcname on the NETLOGON pipe returns WERROR...
2007-10-10 Volker Lendecker19028: Implement getprinterinfo level 6 (only the...
2007-10-10 Gerald Carterr18919: * Get the new rpccli_winreg_XXXX() functions...
2007-10-10 Jeremy Allisonr18846: Fix the same bug Volker noticed when marshallin...
2007-10-10 Volker Lendecker18845: Fix a type-punned warning that turned out to...
2007-10-10 Jelmer Vernooijr18802: Use the pidl-generated code for the srvsvc...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Gerald Carterr18739: * Get the wkssvc patch right this time.
2007-10-10 Gerald Carterr18729: readd missing files
2007-10-10 Gerald Carterr18725: Replace out one wkssvc call (wkssrv_GetInfo...
2007-10-10 Jim McDonoughr18722: Fix up password change times. The can change...
2007-10-10 Gerald Carterr18711: Replace the following hand code client routines:
2007-10-10 Günther Deschnerr18678: Fix the build. (never commit before breakfeast).
2007-10-10 Günther Deschnerr18677: quickly add samr_GetDisplayEnumerationIndex...
2007-10-10 Jelmer Vernooijr18654: Rename "struct uuid" => "struct GUID" for consi...
2007-10-10 Volker Lendecker18598: Add marshalling support to smb_io_time.
2007-10-10 Jelmer Vernooijr18572: Use the autogenerated client and server for...
2007-10-10 Jelmer Vernooijr18526: Use generated server for unixinfo RPC interface.
2007-10-10 Jelmer Vernooijr18481: Use pidl-generated server side code for dfs.
2007-10-10 Gerald Carterr18404: * swap from POLICY_HND to the struct policy_han...
2007-10-10 Gerald Carterr18393: get the data size and not offset when initializ...
2007-10-10 Volker Lendecker18369: I've got a sniff where NT4 sends just a single...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Volker Lendecker18047: More C++ stuff
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Jeremy Allisonr17877: Make it explicit to the checker that we can...
2007-10-10 Günther Deschnerr17454: Adding dfs_EnumEx for rpcclient (Samba4 IDL...
2007-10-10 Günther Deschnerr17453: Fix msdfs RPC management (this broke with the...
next