summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
| * forgotten merge left on disk; remove extra SAFE_FREE()Gerald Carter2003-04-091-2/+0
| * This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke2003-04-043-33/+438
| * THE Idmap patch :-)Simo Sorce2003-04-022-2/+2
| * Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-021-8/+95
| * fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102...Gerald Carter2003-04-011-1/+3
| * fix potential smbd crash when we fail to alloacte a policy handle for a print...Gerald Carter2003-03-311-8/+9
| * add a few error checks in EnumPrinterData()Gerald Carter2003-03-311-4/+5
| * Fix two typosJelmer Vernooij2003-03-241-1/+1
| * Give error message when module doesn't seem to containJelmer Vernooij2003-03-241-0/+5
| * Give volker a hand, and let domain joins with existing user accounts workAndrew Bartlett2003-03-211-12/+38
| * lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-6/+0
| * Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-199-107/+2
| * Ensure dev in make_connection is const.Jeremy Allison2003-03-181-1/+1
| * Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2003-03-161-2/+7
| * Limit the number of SIDs that may be looked up, in line with existing codeAndrew Bartlett2003-03-071-0/+5
| * * always report ourselves as a Windows 2000 print server (evenGerald Carter2003-03-031-8/+29
| * * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-031-1/+13
| * Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2003-03-011-0/+6
| * additional fix for CR 601Gerald Carter2003-02-271-0/+6
| * Progress on CR 601Gerald Carter2003-02-251-155/+122
| * i patched the wrong branch! s/unistr2_to_dos/unistr2_to_ascii/Gerald Carter2003-02-211-1/+1
| * couple of merges from APP_HEADGerald Carter2003-02-211-3/+24
| * Fixed compiler warning.Tim Potter2003-02-211-1/+1
| * Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij2003-02-201-4/+4
| * Use the new modules stuff to load dynrpc modules. Basically this means:Jelmer Vernooij2003-02-189-33/+14
| * set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985Gerald Carter2003-02-181-10/+57
| * This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-172-12/+12
| * * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2003-02-151-1/+1
| * Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-143-28/+18
| * Removed unused variable.Jeremy Allison2003-02-131-1/+0
| * Merge JohnR's patch.Jeremy Allison2003-02-131-3/+1
| * initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell2003-02-121-5/+32
| * added server stubs for lsa_enum_acct_with_rightAndrew Tridgell2003-02-112-0/+61
| * added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell2003-02-062-1/+179
| * Fixed type.Jeremy Allison2003-02-051-1/+1
| * Send the user's session key in the SAMLOGON reply, so that a member server canAndrew Bartlett2003-02-021-2/+11
| * don't free() auto variables; fixes segfault when looking up RefusePasswordCha...Gerald Carter2003-01-211-3/+5
| * strip any trailing \'s from reg key names in an openGerald Carter2003-01-191-2/+10
| * Fix some debug levels (were set to 0 with RPC module patch), andJim McDonough2003-01-181-4/+4
| * removing extra debug statementGerald Carter2003-01-181-2/+0
| * Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough2003-01-179-255/+422
| * Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-171-17/+0
| * reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-174-21/+24
| * This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-174-24/+21
| * small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-151-1/+1
| * The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett2003-01-141-2/+2
| * A couple more pstcpy/fstrcpy mixups - doing an fstrcpy into a pstring isAndrew Bartlett2003-01-141-3/+3
| * typo from mergeGerald Carter2003-01-111-1/+1
| * [merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter2003-01-111-11/+42
| * a 0 length printer data value is not a memory allocation error; fix CR601Gerald Carter2003-01-091-2/+10