summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison2002-02-091-171/+320
* merge from APPLIANCE_HEADGerald Carter2002-02-081-1/+1
* Added administrator access check for server side add, delete and setformTim Potter2002-01-311-10/+34
* this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell2002-01-311-2/+1
* Removed version number from file header.Tim Potter2002-01-3020-40/+20
* merge from APPLIANCE_HEADGerald Carter2002-01-261-3/+3
* Add the become_root()/unbecome_root() wrapper around the lookup_name() call,Andrew Bartlett2002-01-261-1/+9
* Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett2002-01-261-2/+11
* Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett2002-01-261-12/+30
* Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-261-6/+4
* Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison2002-01-251-3/+20
* Return correct RPC fault PDU on bad handle incoming.Jeremy Allison2002-01-252-0/+9
* Sync up startpageprinter with appliance.Tim Potter2002-01-231-5/+5
* Merge of fixes from 2.2.Jeremy Allison2002-01-223-15/+15
* merge from appliance_headGerald Carter2002-01-221-2/+5
* Fix the negation of the extra parinoia check on machine password changes.Andrew Bartlett2002-01-201-1/+1
* This is another *BIG* change...Andrew Bartlett2002-01-202-45/+78
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-203-36/+16
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-203-60/+210
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-202-8/+8
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-3/+14
* Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison2002-01-151-1/+1
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-1/+1
* Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison2002-01-121-0/+113
* Round and round we go....Jeremy Allison2002-01-111-1/+2
* Better explanation message for dmalloc.Martin Pool2002-01-092-3/+3
* When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-091-6/+7
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-18/+29
* Added get_called_name() function, which replaces global_myname in printingJeremy Allison2002-01-081-19/+17
* 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