summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* r480: Added Andrew Bartletts pwinfo-parse-error.patch.Jeremy Allison2007-10-101-3/+3
* r196: merging struct uuid from trunkGerald Carter2007-10-106-52/+65
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-3/+3
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
* Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke2004-04-021-0/+84
* fixes for prnadmin.dll APIGerald Carter2004-03-241-1/+1
* Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2004-02-281-3/+3
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-241-4/+4
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-121-15/+10
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-1/+1
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-7/+7
* source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis2004-01-141-1/+0
* fix some warnings from the Sun compilerGerald Carter2004-01-091-4/+4
* commiting jra's fix for Exchange clear test authGerald Carter2004-01-071-1/+2
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-2/+2
* Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett2003-12-291-0/+3
* Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter2003-12-101-1/+1
* fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell2003-12-051-4/+4
* * fix RemoveSidForeignDomain() ; bug 252Gerald Carter2003-12-041-6/+6
* 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'.(This us...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