summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-11/+11
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-222-13/+18
* Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2003-11-172-6/+16
* * Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter2003-11-131-5/+7
* fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter2003-11-111-1/+1
* Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison2003-11-072-5/+35
* Fix some uninitialised variable warnings.Tim Potter2003-11-031-2/+2
* Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough2003-10-241-0/+10
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-10-241-0/+163
|\
| * New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough2003-10-241-0/+163
| * Be sure referent ID is updated for incoming structures, too.Jim McDonough2003-10-221-3/+13
| * Fix typoJim McDonough2003-10-211-1/+1
| * Update structures after ethereal showed some marshalling/unmarshallingJim McDonough2003-10-201-9/+35
| * Several updates:Jim McDonough2003-10-201-3/+42
| * Fix tower length calculations and add some constJim McDonough2003-10-181-4/+5
| * uuid itself might not be aligned (as is the case in epm map requests), soJim McDonough2003-10-171-3/+3
| * Add epmapper pipeJim McDonough2003-10-171-1/+11
| * Add (un)marshalling code for endpoint mapper map operationJim McDonough2003-10-171-0/+406
| * Merge from 3.0:Tim Potter2003-10-091-22/+2
| * Max warnings with gcc.Jeremy Allison2003-10-071-1/+3
| * split some security related functions in their own files.Simo Sorce2003-10-063-744/+32
| * abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter2003-10-031-7/+26
| * commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-012-63/+90
| * Merge from 3.0:Tim Potter2003-09-299-537/+367
| * Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-9/+11
| * The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-16/+20
| * sync 3.0 into HEAD for the last timeGerald Carter2003-09-096-31/+39
| * port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-024-135/+207
| * fix the build. Ifdef out some codeGerald Carter2003-07-171-8/+10
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-168-326/+410
| * * set winbind cache time to 5 minutesGerald Carter2003-06-031-1/+1
| * Merge of secchan fix from 3.0 that was eaten by CVS yesterday. I thinkTim Potter2003-05-271-1/+1
| * Fix an insufficient alloc when querying alias members.Volker Lendecke2003-05-241-1/+1
| * parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-222-11/+13
| * Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
| * Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison2003-04-162-15/+13
* | Tut tut - always run with max warnings on gcc...Jeremy Allison2003-10-071-1/+3
* | split some security related functions in their own files.Simo Sorce2003-10-062-741/+29
* | Grrr. compile patches before you apply !Jeremy Allison2003-10-031-4/+4
* | abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter2003-10-031-7/+26
* | Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett2003-10-011-21/+1
* | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-012-63/+90
* | Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-259-537/+367
* | Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-9/+11
* | The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-16/+20
* | Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter2003-09-081-6/+14
* | Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter2003-08-201-6/+6
* | get rid of more compiler warningsHerb Lewis2003-08-151-7/+7
* | get rid of some sompiler warnings on IRIXHerb Lewis2003-08-154-11/+11
* | Fix commentAndrew Bartlett2003-08-121-1/+1