summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* fixes to the group mapping code.Jean-François Micouleau2001-05-082-8/+79
* Fixed compiler warning.Tim Potter2001-05-081-1/+0
* Fix for insure missmatched parameter error.Jeremy Allison2001-05-081-1/+1
* merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-3/+0
* removed unused variablesGerald Carter2001-05-071-2/+0
* Patch from Simo:Gerald Carter2001-05-074-66/+66
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-045-457/+602
* Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2001-05-021-1/+1
* Remove embedded '/*' in comment.Jeremy Allison2001-05-021-1/+1
* fixed comment-in-commentAndrew Tridgell2001-05-011-1/+1
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-012-1/+192
* More acl -> the_acl, %d with uid_t issues.Jeremy Allison2001-04-271-13/+13
* fix a bug in printer name handling that jerry reported.Jean-François Micouleau2001-04-271-3/+8
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-251-1/+3
* Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-232-12/+88
* Finally got name & SID returns correct.Jeremy Allison2001-04-221-1/+4
* merging from 2.2 to headAndrew Tridgell2001-04-221-9/+3
* JF pointed out we were returning the wrong info for Domain member with infoJeremy Allison2001-04-211-17/+9
* Getting medieval with compiler warnings as Jeremy puts it.Tim Potter2001-04-161-1/+1
* Patch from "Christoph Zwerschke" <zwerschke@zuv.uni-heidelberg.de> toJeremy Allison2001-04-151-0/+12
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-133-21/+17
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-132-38/+26
* Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison2001-04-121-13/+9
* Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-3/+11
* Restrict dfs add and dfs remote to root at Shirish's advice.Jeremy Allison2001-04-111-0/+16
* Merged in missing break fix from Shirish.Jeremy Allison2001-04-101-0/+1
* passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison2001-04-101-7/+11
* Use message system to notify when smb.conf is updated.Jeremy Allison2001-04-101-7/+20
* Removed "read only" arg as it isn't useful.Jeremy Allison2001-04-091-33/+2
* Tidy up return codes for server manager.Jeremy Allison2001-04-091-6/+21
* Get/Set of SD's on shares now works. Correctly ensure scripts exist beforeJeremy Allison2001-04-091-12/+15
* Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-091-1/+47
* Ensure Everyone/All access is mapped correctly to file generic perms to allowJeremy Allison2001-04-091-1/+5
* Added set/get SD's on shares. Check before tcon.Jeremy Allison2001-04-091-17/+142
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison2001-04-081-60/+198
* Fixed up the "add" command - although not SD's yet. Now for the SD db andJeremy Allison2001-04-071-19/+74
* Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-073-29/+98
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-062-5/+57
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-062-0/+71
* NT sucks ! :-). We have to prefix the UNIX path with a C: in order to pass theJeremy Allison2001-04-061-6/+9
* We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison2001-04-062-8/+69
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-042-7/+176
* Missed forms update - my CVS mistake.Jeremy Allison2001-04-031-21/+70
* test commit for jeremyAndrew Tridgell2001-04-031-1/+1
* include/ntdomain.h:Jeremy Allison2001-04-021-3/+2
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-23/+23
* merge from 2.2.Gerald Carter2001-03-272-26/+26
* groupdb/mapping.c:Jeremy Allison2001-03-231-1/+11
* first pass of the new group mapping codeJean-François Micouleau2001-03-232-58/+548