summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ... and clean up the unused variables.Andrew Bartlett2001-10-311-3/+0
* Small changes for guest authenticated pipes.Andrew Bartlett2001-10-311-8/+7
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-313-191/+94
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-0/+2
* This commit is number 4 of 4.Andrew Bartlett2001-10-293-3/+3
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-2/+2
* This commit is number 1 of 4.Andrew Bartlett2001-10-292-0/+10
* Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison2001-10-271-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-183-7/+8
* Fix some unicode string error.Jean-François Micouleau2001-10-161-31/+42
* Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison2001-10-101-16/+3
* Fix bug where removing root from a share SD stops further edit access.Jeremy Allison2001-10-091-4/+17
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-2/+2
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0220-36/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-294-73/+100
* Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett2001-09-271-39/+46
* Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett2001-09-261-17/+11