sync with SAMBA_2_2
[kai/samba.git] / source3 / rpc_server /
2001-05-29 Simo Sorce4 new functions to retrieve single linked list of group...
2001-05-24 Tim PotterAdded server side reponse to net_logon_ctrl rpc. We...
2001-05-18 Gerald Cartermerge from 2.2 (deleteprinterdriver RPC)
2001-05-18 Jeremy AllisonFix the W2KSP2 joining a Samba domain problem.
2001-05-10 Gerald CarterShould be faliing on False and not True. Bad check...
2001-05-09 Gerald Cartercheck for valid pointer before calling memset() in...
2001-05-08 Jean-François Mico... fixes to the group mapping code.
2001-05-08 Tim PotterFixed compiler warning.
2001-05-08 Jeremy AllisonFix for insure missmatched parameter error.
2001-05-07 Gerald Cartermerge from 2.2 removing the 'domain XXX' parameters.
2001-05-07 Gerald Carterremoved unused variables
2001-05-07 Gerald CarterPatch from Simo:
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-05-02 Jeremy AllisonFix noticed by John Trostel - we need to return our...
2001-05-02 Jeremy AllisonRemove embedded '/*' in comment.
2001-05-01 Andrew Tridgellfixed comment-in-comment
2001-05-01 Jeremy AllisonAdded code from "Nigel Williams" <nigel@veritas.com...
2001-04-27 Jeremy AllisonMore acl -> the_acl, %d with uid_t issues.
2001-04-27 Jean-François Mico... fix a bug in printer name handling that jerry reported.
2001-04-25 Gerald Carterconverted the passdb smbpasswd implementation to using...
2001-04-23 Jeremy AllisonFix "proc num out of range" error. Missing rpc call.
2001-04-22 Jeremy AllisonFinally got name & SID returns correct.
2001-04-22 Andrew Tridgellmerging from 2.2 to head
2001-04-21 Jeremy AllisonJF pointed out we were returning the wrong info for...
2001-04-16 Tim PotterGetting medieval with compiler warnings as Jeremy puts it.
2001-04-15 Jeremy AllisonPatch from "Christoph Zwerschke" <zwerschke@zuv.uni...
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-12 Jeremy AllisonChanged lp_add/delete/enum scripts to use lockdir if...
2001-04-11 Jeremy AllisonFix for core dump in security = share code with new...
2001-04-11 Jeremy AllisonRestrict dfs add and dfs remote to root at Shirish...
2001-04-10 Jeremy AllisonMerged in missing break fix from Shirish.
2001-04-10 Jeremy Allisonpassdb/pass_check.c: Ensure second check is done only...
2001-04-10 Jeremy AllisonUse message system to notify when smb.conf is updated.
2001-04-09 Jeremy AllisonRemoved "read only" arg as it isn't useful.
2001-04-09 Jeremy AllisonTidy up return codes for server manager.
2001-04-09 Jeremy AllisonGet/Set of SD's on shares now works. Correctly ensure...
2001-04-09 Jeremy AllisonSet SD's for share. Added level 1501. Map GENERIC file...
2001-04-09 Jeremy AllisonEnsure Everyone/All access is mapped correctly to file...
2001-04-09 Jeremy AllisonAdded set/get SD's on shares. Check before tcon.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-04-08 Jeremy AllisonAdded per-share security tdb. Tidied up many slprintfs...
2001-04-07 Jeremy AllisonFixed up the "add" command - although not SD's yet...
2001-04-07 Jeremy AllisonAdded 3 params to manipulate shares. "add share command...
2001-04-06 Jeremy AllisonImplemented stub function for NET_SHARE_DELETE. Now...
2001-04-06 Jeremy AllisonAdded stub function for NET_SHARE_ADD. Once this is...
2001-04-06 Jeremy AllisonNT sucks ! :-). We have to prefix the UNIX path with...
2001-04-06 Jeremy AllisonWe can now use server manager to look at Samba shares...
2001-04-04 Jeremy AllisonI know we're supposed to be feature frozen, but I could...
2001-04-03 Jeremy AllisonMissed forms update - my CVS mistake.
2001-04-03 Andrew Tridgelltest commit for jeremy
2001-04-02 Jeremy Allisoninclude/ntdomain.h:
2001-03-28 Gerald Carterrename of 16 new_smb_io functions to smb_io_* for consi...
2001-03-27 Gerald Cartermerge from 2.2.
2001-03-23 Jeremy Allisongroupdb/mapping.c:
2001-03-23 Jean-François Mico... first pass of the new group mapping code
2001-03-19 Gerald Carterreverted the rename of new_spoolss_io_r_enumprinterdriv...
2001-03-17 Andrew Tridgellfix this in rpc calls as well
2001-03-16 Jeremy AllisonAdded Michael Sweet's CUPS patch to call directly into...
2001-03-15 Gerald Carterrenamed one of the enumprinterdrivers parsing functions
2001-03-15 Jeremy AllisonTidyup return of zero-permissions (map to ACE_DENIED...
2001-03-15 Jeremy AllisonLast tweak (I promise :-). Fallback to returning our...
2001-03-15 Jeremy AllisonFinal ! Fix.
2001-03-15 Jeremy AllisonLast attempt at fix...
2001-03-15 Jeremy AllisonReturn correct error message if we can't get the SID...
2001-03-15 Jeremy AllisonFixed a Dr. Watson when viewing permissions - we were...
2001-03-15 Jeremy AllisonAS/U on a sparc now joins and authenticates against...
2001-03-13 Jeremy AllisonMove to a handle database per pipe name, not per pipe.
2001-03-13 Jeremy Allisonrpc_parse/parse_samr.c: Removed unneeded deubg.
2001-03-13 Jeremy AllisonAS/U does setuserinfo2, level 0x12 when joining a domai...
2001-03-13 Jeremy AllisonFixed reading of strings from big-endian RPC clients.
2001-03-13 Jeremy AllisonEnsure we never return passwords from a user query.
2001-03-13 Jeremy AllisonEnsure we return the correct names/sids on query info...
2001-03-12 Jeremy AllisonOk - we're now sending back policy handles to bigendian...
2001-03-12 Jeremy AllisonLooks like AS/U doesn't set the FIRST flag in a BIND...
2001-03-11 Jeremy AllisonMoved cruft out of smb.h into ntdomain.h where it belon...
2001-03-11 Jeremy AllisonEnsure we're checking for the "FIRST" flag in other...
2001-03-11 Jeremy AllisonRemove "BYTE" - we already have uint8 - don't need...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-10 Jeremy AllisonNotused.
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-08 Jeremy AllisonFix for AS/U not liking it's own assoc_gid.
2001-03-07 Jeremy AllisonSync up handle creation with 2.2 branch. We can now...
2001-03-03 Jeremy AllisonFixed up overrun read when marshelling SYSTEMTIME struc...
2001-03-03 Jeremy AllisonRoll back to using malloc/realloc on some of spoolss...
2001-03-02 Jeremy AllisonArrgggh. Returning the SPOOL_INFO stuff requires that...
2001-03-02 Jeremy AllisonMove to talloc controlled NT forms.
2001-03-01 Jeremy AllisonDon't return stack structures...
2001-03-01 Jeremy AllisonFix memory leaks introduced in restructure.
2001-03-01 Jeremy AllisonWhen opening a printserver use a global snum of -1.
2001-03-01 Jeremy Allisonrpc_parse/parse_spoolss.c: Fixed memory leak introduced...
2001-03-01 Jeremy AllisonRemove unused code.
2001-03-01 Jeremy AllisonEnsure that SPOOL_NOTIFY_OPTION structs are safely...
2001-02-28 Jeremy AllisonFinished converion of spoolss code to canonical format...
2001-02-28 Jeremy AllisonFix for stack return from "Jim McDonough" <jmcdough...
2001-02-28 Jeremy AllisonMore converted to canonical format. Home now - do the...
2001-02-28 Jeremy AllisonConverted more to canonical format... save as I go.,
2001-02-28 Jeremy AllisonOoops - forgot to check the rpcclient and smbcacls...
2001-02-28 Jeremy AllisonPartial conversion of SPOOLSS code to canonical format...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
next