summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* make protoGerald Carter2001-03-151-1/+1
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-155-16/+103
* Fixed a Dr. Watson when viewing permissions - we were missing the "standaloneJeremy Allison2001-03-151-0/+2
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-1510-105/+25
* last make proto got messed up it seemsGerald Carter2001-03-141-8/+3
* make protoGerald Carter2001-03-141-424/+432
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-148-303/+330
* patches from Simo. Couple of snity thingsGerald Carter2001-03-142-5/+7
* don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell2001-03-142-43/+0
* simpler clistr interface which handles individual packets havingAndrew Tridgell2001-03-145-63/+19
* converted the smb messaging code to unicodeAndrew Tridgell2001-03-141-17/+15
* converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell2001-03-141-179/+145
* fixed srvstr_push() callAndrew Tridgell2001-03-131-1/+1
* converted a bunch more fns to unicodeAndrew Tridgell2001-03-131-14/+12
* Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison2001-03-131-2/+9
* simpler and more correct srvstr_push()Andrew Tridgell2001-03-134-451/+451
* Move to a handle database per pipe name, not per pipe.Jeremy Allison2001-03-135-44/+120
* rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison2001-03-132-17/+10
* AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...Jeremy Allison2001-03-131-0/+5
* We were mismarshalling a netlogon reply for bad password to W2K.Jeremy Allison2001-03-131-0/+5
* move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter2001-03-131-1/+2
* converted reply_tcon()Andrew Tridgell2001-03-131-40/+22
* converted a bunch more server functions to unicodeAndrew Tridgell2001-03-131-10/+20
* added STR_ASCII flag to srvstr_pull()Andrew Tridgell2001-03-131-2/+2
* - convert chkpathAndrew Tridgell2001-03-131-4/+5
* converted findnext to unicodeAndrew Tridgell2001-03-131-1/+1
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-138-18/+88
* this patch does a number of things:Andrew Tridgell2001-03-136-96/+127
* Ensure we never return passwords from a user query.Jeremy Allison2001-03-131-13/+62
* Ensure we return the correct names/sids on query info. AS/U showed us whatJeremy Allison2001-03-131-3/+20
* Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison2001-03-132-8/+10
* We copy the RPC header directly from the incoming client - remember toJeremy Allison2001-03-121-1/+6
* Ok - we're now sending back policy handles to bigendian AS/U correctly.Jeremy Allison2001-03-121-1/+10
* Looks like AS/U doesn't set the FIRST flag in a BIND packet.Jeremy Allison2001-03-121-1/+5
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-116-134/+77
* Removed JRATEST line.Jeremy Allison2001-03-111-4/+0
* Dead code removal. Not used anywhere.Jeremy Allison2001-03-113-733/+3
* Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"Jeremy Allison2001-03-111-4/+6
* Sync include files between 2.2 and HEAD except for acoount info.Jeremy Allison2001-03-111-4/+4
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-119-32/+30
* Added JF's new util.Jeremy Allison2001-03-111-0/+64
* Ok - everything now compiles in HEAD (at least the default stuff). WeJeremy Allison2001-03-112-10/+3
* No longer used...Jeremy Allison2001-03-112-2590/+0
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-1186-6949/+6708
* Notused.Jeremy Allison2001-03-101-708/+0
* Sync up Urbans changes from 2.2 into HEAD.Jeremy Allison2001-03-102-5/+46
* Merge .cvsignore between 2.2 and HEAD.Jeremy Allison2001-03-101-0/+4
* converted reply_open, reply_open_and_x and reply_fcloseAndrew Tridgell2001-03-101-8/+11
* started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-105-37/+235
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-1010-511/+522