summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-052-31/+39
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-25/+21
* Make user enumeration work for w2k and win9x.Jeremy Allison2002-01-021-71/+85
* Named constants are always much better than magic numbers...Andrew Bartlett2002-01-011-2/+2
* last_enum not used.Jeremy Allison2001-12-311-4/+0
* Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison2001-12-311-6/+0
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-313-5/+4
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-8/+8
* Removed unused variables.Jeremy Allison2001-12-211-2/+0
* The jf_get_sampasswd_entries() is not used anymore.Jeremy Allison2001-12-211-335/+0
* added a copyright notice.Jean-François Micouleau2001-12-212-1/+2
* doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau2001-12-211-71/+76
* Fixup some DEBUG statements (0 -> 10).Jeremy Allison2001-12-211-3/+3
* Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). ThereJeremy Allison2001-12-211-1/+1
* re-done all of samr_query_disp_info()Jean-François Micouleau2001-12-211-86/+310
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-213-5/+8
* added info level 1 to samr_query_alias()Jean-François Micouleau2001-12-191-0/+5
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-1/+2
* Fixed bad args to debug statements.Tim Potter2001-12-181-3/+3
* I'm pretty sure we need to return our netbios name for LSA_QUERY_INFOJeremy Allison2001-12-181-1/+1
* in lsa_query_info at level 5 in member mode, we must reply our machineJean-François Micouleau2001-12-181-1/+1
* there is no unknown field in LSA_SEC_QOSJean-François Micouleau2001-12-171-67/+208
* 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