summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* ChangeID fixe from APPLIANCE_HEADGerald Carter2001-12-141-0/+5
* add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau2001-12-142-0/+101
* FALSE -> FalseTim Potter2001-12-141-1/+1
* merge from appliance_headGerald Carter2001-12-131-0/+4
* added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau2001-12-101-12/+164
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-102-1/+125
* small comment I don't want to loose.Jean-François Micouleau2001-12-081-0/+5
* Fix domain logon that I broke 3 days ago.Jean-François Micouleau2001-12-081-1/+4
* again an intrusive patch:Jean-François Micouleau2001-12-063-170/+67
* added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS,Jean-François Micouleau2001-12-052-16/+228
* fixed a return valueAndrew Tridgell2001-12-051-0/+1
* Use print_queue_length() by preference if we don't need a queueJeremy Allison2001-12-051-21/+3
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-051-9/+2
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-043-90/+125
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-87/+168
* added queryuseraliases to rpcclientJean-François Micouleau2001-12-021-0/+33
* there was a bug in samr_lookup_names (my fault)Jean-François Micouleau2001-12-021-42/+77
* merge from APPLIANCE_HEADGerald Carter2001-11-301-16/+20
* Check error returns.Jeremy Allison2001-11-301-4/+12
* Gerald's fix.Jeremy Allison2001-11-301-6/+2
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-2/+2
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-293-38/+329
* merge from APPLIANCE_HEADGerald Carter2001-11-281-12/+9
* added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau2001-11-282-0/+162
* Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison2001-11-271-3/+16
* challange -> challengeTim Potter2001-11-261-5/+6
* Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett2001-11-251-1/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-242-6/+28
* Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2001-11-241-24/+11
* Sorry. I broke the build, missed on open_directory call.Jeremy Allison2001-11-231-2/+2
* return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau2001-11-231-1/+1
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-232-6/+8
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-10/+20
* fixing enum_privs and get_dispname server code.Jean-François Micouleau2001-11-221-20/+20
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-1/+1
* remove unused variablesGerald Carter2001-11-221-1/+0
* merge from 2.2Gerald Carter2001-11-222-33/+382
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-3/+3
* FALSE -> FalseTim Potter2001-11-151-1/+1
* Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter2001-11-091-2/+2
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-13/+5
* Change to guest logon code.Andrew Bartlett2001-11-082-30/+30
* Initilising these variables before appending the domain groups to themAndrew Bartlett2001-11-072-1/+5
* Changed MAX_OPEN_PIPES to 2048.Jeremy Allison2001-11-051-1/+1
* Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter2001-11-052-0/+101
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-1/+1
* Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett2001-11-041-1/+4
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+1
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-5/+5
* Fix up domain logons. Tested with NT4.Andrew Bartlett2001-10-311-5/+4