summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-06-22Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison1-4/+4
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison1-0/+33
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2-9/+35
2001-06-19Only try and open a directory if we get EISDIR.Jeremy Allison1-4/+8
2001-06-19Fixed typo in debug message.Tim Potter1-1/+1
2001-06-19rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison1-1/+1
2001-06-18Fix for assert fail - left over when moved to dynamic allocation.Jeremy Allison1-3/+1
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-4/+0
2001-06-18Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory supportJeremy Allison1-6/+16
2001-06-16Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2-0/+229
2001-06-13Make message receive fn static.Jeremy Allison1-1/+1
2001-06-12Fixed typo in debug message.Tim Potter1-1/+1
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-11/+4
2001-06-05Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter1-0/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-06-02Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter1-9/+13
2001-06-02i18n bugfix merge from appliance.Tim Potter1-1/+6
2001-05-294 new functions to retrieve single linked list of group and passwd entriesSimo Sorce1-8/+27
2001-05-24Added server side reponse to net_logon_ctrl rpc. We can now respondTim Potter2-3/+62
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2-0/+115
2001-05-18Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison3-6/+11
2001-05-10Should be faliing on False and not True. Bad check on return valueGerald Carter1-1/+1
2001-05-09check for valid pointer before calling memset() in samr_clear_sam_passwdGerald Carter1-2/+2
2001-05-08fixes to the group mapping code.Jean-François Micouleau2-8/+79
2001-05-08Fixed compiler warning.Tim Potter1-1/+0
2001-05-08Fix for insure missmatched parameter error.Jeremy Allison1-1/+1
2001-05-07merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter1-3/+0
2001-05-07removed unused variablesGerald Carter1-2/+0
2001-05-07Patch from Simo:Gerald Carter4-66/+66
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau5-457/+602
2001-05-02Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison1-1/+1
2001-05-02Remove embedded '/*' in comment.Jeremy Allison1-1/+1
2001-05-01fixed comment-in-commentAndrew Tridgell1-1/+1
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2-1/+192
2001-04-27More acl -> the_acl, %d with uid_t issues.Jeremy Allison1-13/+13
2001-04-27fix a bug in printer name handling that jerry reported.Jean-François Micouleau1-3/+8
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter1-1/+3
2001-04-23Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2-12/+88
2001-04-22Finally got name & SID returns correct.Jeremy Allison1-1/+4
2001-04-22merging from 2.2 to headAndrew Tridgell1-9/+3
2001-04-21JF pointed out we were returning the wrong info for Domain member with infoJeremy Allison1-17/+9
2001-04-16Getting medieval with compiler warnings as Jeremy puts it.Tim Potter1-1/+1
2001-04-15Patch from "Christoph Zwerschke" <zwerschke@zuv.uni-heidelberg.de> toJeremy Allison1-0/+12
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison3-21/+17
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2-38/+26
2001-04-12Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison1-13/+9
2001-04-11Fix for core dump in security = share code with new share security db.Jeremy Allison1-3/+11
2001-04-11Restrict dfs add and dfs remote to root at Shirish's advice.Jeremy Allison1-0/+16
2001-04-10Merged in missing break fix from Shirish.Jeremy Allison1-0/+1
2001-04-10passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison1-7/+11