summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2-49/+14
2001-09-15Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett1-2/+0
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett1-12/+6
2001-09-14merge from appliance_headGerald Carter1-6/+6
2001-09-14Finally commit my fix to this little mess...Andrew Bartlett1-10/+25
2001-09-12Some patches to authentication:Tim Potter2-2/+2
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell4-17/+0
2001-09-12Converted DFS error returns to WERROR instead of uint32.Tim Potter1-27/+33
2001-09-10cut-n-paste errorGerald Carter1-1/+1
2001-09-10merge from APPLIANCE_HEADGerald Carter1-12/+21
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-2/+2
2001-09-06Logon workstation checks from Toomas Soome <tsoome@ut.ee>Tim Potter1-9/+42