summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-11-25Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett1-1/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett2-6/+28
2001-11-24Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett1-24/+11
2001-11-23Sorry. I broke the build, missed on open_directory call.Jeremy Allison1-2/+2
2001-11-23return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau1-1/+1
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2-6/+8
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-10/+20
2001-11-22fixing enum_privs and get_dispname server code.Jean-François Micouleau1-20/+20
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-1/+1
2001-11-22remove unused variablesGerald Carter1-1/+0
2001-11-22merge from 2.2Gerald Carter2-33/+382
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-3/+3
2001-11-15FALSE -> FalseTim Potter1-1/+1
2001-11-09Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter1-2/+2
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-13/+5
2001-11-08Change to guest logon code.Andrew Bartlett2-30/+30
2001-11-07Initilising these variables before appending the domain groups to themAndrew Bartlett2-1/+5
2001-11-05Changed MAX_OPEN_PIPES to 2048.Jeremy Allison1-1/+1
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter2-0/+101
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-1/+1
2001-11-04Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett1-1/+4
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+1
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-5/+5
2001-10-31Fix up domain logons. Tested with NT4.Andrew Bartlett1-5/+4
2001-10-31... and clean up the unused variables.Andrew Bartlett1-3/+0
2001-10-31Small changes for guest authenticated pipes.Andrew Bartlett1-8/+7
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett3-191/+94
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-0/+2
2001-10-29This commit is number 4 of 4.Andrew Bartlett3-3/+3
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-2/+2
2001-10-29This commit is number 1 of 4.Andrew Bartlett2-0/+10
2001-10-27Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison1-1/+1
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison3-7/+8
2001-10-16Fix some unicode string error.Jean-François Micouleau1-31/+42
2001-10-10Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison1-16/+3
2001-10-09Fix bug where removing root from a share SD stops further edit access.Jeremy Allison1-4/+17
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison1-2/+2
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce1-0/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter20-36/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett4-73/+100
2001-09-27Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett1-39/+46
2001-09-26Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett1-17/+11
2001-09-26More updates to prevent account-guessing.Andrew Bartlett1-12/+10
2001-09-26Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison1-21/+6
2001-09-25Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison1-1/+3
2001-09-21fixed character set for user name pullAndrew Tridgell1-4/+3
2001-09-19fix debugAndrew Bartlett1-1/+1
2001-09-19Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett1-5/+21
2001-09-17move to SAFE_FREE()Simo Sorce9-139/+126
2001-09-16Minor tidy-up.Andrew Bartlett1-1/+1