summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_net.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-2/+2
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-3/+6
* Move over to RELEASE branch.Jeremy Allison2002-02-011-49/+1043
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-63/+67
* Syncup getting ready for release.Jeremy Allison2001-07-061-11/+190
* We were mismarshalling a RPC netlogon bad password reply to Win2k.Jeremy Allison2001-03-131-0/+5
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-2/+2
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-271-1/+0
* Split netlog into interface and implementation modules.Jeremy Allison2001-02-271-5/+14
* This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison2001-02-241-8/+22
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-16/+6
* JF's fix'es for W2K domain support ! Hurrah !Jeremy Allison2000-10-131-2/+27
* Syncup with HEAD.Jeremy Allison2000-10-101-6/+0
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-12/+56
* Fix for passing NULL pointer as an array parameter inTim Potter2000-07-101-2/+2
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-2/+2
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-5/+16
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-2/+2
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1211/+647
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-4/+0
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-4/+3
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-8/+36
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-22/+8
* added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-4/+4
* Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1999-11-161-0/+60
* const char* issuesLuke Leighton1999-11-011-2/+4
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-8/+8
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-1/+1
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-97/+197
* BDC support.Matthew Chapman1999-07-221-7/+3
* BDC support.Luke Leighton1999-07-211-29/+114
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-31/+66
* Mainly BDC-related changes.Matthew Chapman1999-04-081-4/+480
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-14/+14
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-1/+2
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-2/+2
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-271-5/+5
* rpcclient ntlogin testLuke Leighton1998-10-161-3/+3
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-0/+69
* tridge the destroyer returns!Andrew Tridgell1998-09-051-123/+12
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-1/+3
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-3/+3
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-0/+6
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-5/+6
* clientgen: Added USE_SSL for client shutdown.Jeremy Allison1998-06-161-1/+1
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-241-1/+1
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-2/+4