summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-12-06again an intrusive patch:Jean-François Micouleau3-170/+67
2001-12-05added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS,Jean-François Micouleau2-16/+228
2001-12-05fixed a return valueAndrew Tridgell1-0/+1
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison1-21/+3
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison1-9/+2
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau3-90/+125
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-87/+168
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau1-0/+33
2001-12-02there was a bug in samr_lookup_names (my fault)Jean-François Micouleau1-42/+77
2001-11-30merge from APPLIANCE_HEADGerald Carter1-16/+20
2001-11-30Check error returns.Jeremy Allison1-4/+12
2001-11-30Gerald's fix.Jeremy Allison1-6/+2
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-2/+2
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau3-38/+329
2001-11-28merge from APPLIANCE_HEADGerald Carter1-12/+9
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau2-0/+162
2001-11-27Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison1-3/+16
2001-11-26challange -> challengeTim Potter1-5/+6
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