summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2001-06-221-4/+4
* Merging Gerry's spoolss changes.Jeremy Allison2001-06-211-0/+33
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-202-9/+35
* Only try and open a directory if we get EISDIR.Jeremy Allison2001-06-191-4/+8
* Fixed typo in debug message.Tim Potter2001-06-191-1/+1
* rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison2001-06-191-1/+1
* Fix for assert fail - left over when moved to dynamic allocation.Jeremy Allison2001-06-181-3/+1
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-4/+0
* Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory supportJeremy Allison2001-06-181-6/+16
* Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2001-06-162-0/+229
* Make message receive fn static.Jeremy Allison2001-06-131-1/+1
* Fixed typo in debug message.Tim Potter2001-06-121-1/+1
* Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison2001-06-061-11/+4
* Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter2001-06-051-0/+5
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter2001-06-021-9/+13
* i18n bugfix merge from appliance.Tim Potter2001-06-021-1/+6
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-8/+27
* Added server side reponse to net_logon_ctrl rpc. We can now respondTim Potter2001-05-242-3/+62
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-182-0/+115
* Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-183-6/+11
* Should be faliing on False and not True. Bad check on return valueGerald Carter2001-05-101-1/+1
* check for valid pointer before calling memset() in samr_clear_sam_passwdGerald Carter2001-05-091-2/+2
* 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