summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell4-451/+451
2001-03-13Move to a handle database per pipe name, not per pipe.Jeremy Allison5-44/+120
2001-03-13rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison2-17/+10
2001-03-13AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...Jeremy Allison1-0/+5
2001-03-13We were mismarshalling a netlogon reply for bad password to W2K.Jeremy Allison1-0/+5
2001-03-13move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter1-1/+2
2001-03-13converted reply_tcon()Andrew Tridgell1-40/+22
2001-03-13converted a bunch more server functions to unicodeAndrew Tridgell1-10/+20
2001-03-13added STR_ASCII flag to srvstr_pull()Andrew Tridgell1-2/+2
2001-03-13- convert chkpathAndrew Tridgell1-4/+5
2001-03-13converted findnext to unicodeAndrew Tridgell1-1/+1
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison8-18/+88
2001-03-13this patch does a number of things:Andrew Tridgell6-96/+127
2001-03-13Ensure we never return passwords from a user query.Jeremy Allison1-13/+62
2001-03-13Ensure we return the correct names/sids on query info. AS/U showed us whatJeremy Allison1-3/+20
2001-03-13Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison2-8/+10
2001-03-12We copy the RPC header directly from the incoming client - remember toJeremy Allison1-1/+6
2001-03-12Ok - we're now sending back policy handles to bigendian AS/U correctly.Jeremy Allison1-1/+10
2001-03-12Looks like AS/U doesn't set the FIRST flag in a BIND packet.Jeremy Allison1-1/+5
2001-03-11Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison6-134/+77
2001-03-11Removed JRATEST line.Jeremy Allison1-4/+0
2001-03-11Dead code removal. Not used anywhere.Jeremy Allison3-733/+3
2001-03-11Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"Jeremy Allison1-4/+6
2001-03-11Sync include files between 2.2 and HEAD except for acoount info.Jeremy Allison1-4/+4
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison9-32/+30
2001-03-11Added JF's new util.Jeremy Allison1-0/+64
2001-03-11Ok - everything now compiles in HEAD (at least the default stuff). WeJeremy Allison2-10/+3
2001-03-11No longer used...Jeremy Allison2-2590/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison86-6949/+6708
2001-03-10Notused.Jeremy Allison1-708/+0
2001-03-10Sync up Urbans changes from 2.2 into HEAD.Jeremy Allison2-5/+46
2001-03-10Merge .cvsignore between 2.2 and HEAD.Jeremy Allison1-0/+4
2001-03-10converted reply_open, reply_open_and_x and reply_fcloseAndrew Tridgell1-8/+11
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell5-37/+235
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell10-511/+522
2001-03-10More documentation in the header in doxygen formatRichard Sharpe1-3/+12
2001-03-09Missed some prs_inits.Jeremy Allison2-29/+29
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison24-242/+514
2001-03-09merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter4-12/+35
2001-03-09More SGI type fixes ...Richard Sharpe1-5/+7
2001-03-09Fixes to testsmbc to ensure it will compile on SGI ...Richard Sharpe1-18/+31
2001-03-08Fixed double fclose() call (I love insure :-).Jeremy Allison1-2/+0
2001-03-08Fix for AS/U not liking it's own assoc_gid.Jeremy Allison1-1/+1
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison13-79/+67
2001-03-07Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe2-74/+89
2001-03-06Implement smbc_lseekdir, but it will have to change ... because it has theRichard Sharpe1-1/+52
2001-03-05smb.h: add one error code for no such printer jobRichard Sharpe2-3/+29
2001-03-03Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o...Jeremy Allison1-2/+4
2001-03-03Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison5-100/+79
2001-03-02Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison4-10/+9