summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-04-10passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison1-7/+11
2001-04-10Use message system to notify when smb.conf is updated.Jeremy Allison1-7/+20
2001-04-09Removed "read only" arg as it isn't useful.Jeremy Allison1-33/+2
2001-04-09Tidy up return codes for server manager.Jeremy Allison1-6/+21
2001-04-09Get/Set of SD's on shares now works. Correctly ensure scripts exist beforeJeremy Allison1-12/+15
2001-04-09Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison1-1/+47
2001-04-09Ensure Everyone/All access is mapped correctly to file generic perms to allowJeremy Allison1-1/+5
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison1-17/+142
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-2/+2
2001-04-08Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison1-60/+198
2001-04-07Fixed up the "add" command - although not SD's yet. Now for the SD db andJeremy Allison1-19/+74
2001-04-07Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison3-29/+98
2001-04-06Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2-5/+57
2001-04-06Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2-0/+71
2001-04-06NT sucks ! :-). We have to prefix the UNIX path with a C: in order to pass theJeremy Allison1-6/+9
2001-04-06We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison2-8/+69
2001-04-04I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2-7/+176
2001-04-03Missed forms update - my CVS mistake.Jeremy Allison1-21/+70
2001-04-03test commit for jeremyAndrew Tridgell1-1/+1
2001-04-02include/ntdomain.h:Jeremy Allison1-3/+2
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter1-23/+23
2001-03-27merge from 2.2.Gerald Carter2-26/+26
2001-03-23groupdb/mapping.c:Jeremy Allison1-1/+11
2001-03-23first pass of the new group mapping codeJean-François Micouleau2-58/+548
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-17fix this in rpc calls as wellAndrew Tridgell1-2/+2
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison3-3/+3
2001-03-15renamed one of the enumprinterdrivers parsing functionsGerald Carter1-2/+2
2001-03-15Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison1-1/+1
2001-03-15Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison1-11/+6
2001-03-15Final ! Fix.Jeremy Allison1-2/+8
2001-03-15Last attempt at fix...Jeremy Allison1-1/+1
2001-03-15Return correct error message if we can't get the SID secret.Jeremy Allison1-2/+8
2001-03-15Fixed a Dr. Watson when viewing permissions - we were missing the "standaloneJeremy Allison1-0/+2
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison6-16/+16
2001-03-13Move to a handle database per pipe name, not per pipe.Jeremy Allison3-40/+115
2001-03-13rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison1-15/+10
2001-03-13AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...Jeremy Allison1-0/+5
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison6-18/+18
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-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 Allison1-38/+48
2001-03-11Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"Jeremy Allison1-4/+6
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2-4/+4
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison18-3708/+1465
2001-03-10Notused.Jeremy Allison1-708/+0
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2-19/+55
2001-03-08Fix for AS/U not liking it's own assoc_gid.Jeremy Allison1-1/+1