summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison2000-10-261-1/+1
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-261-0/+1
* TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2000-10-263-1/+7
* John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-251-0/+28
* Fixes from David Lee for utmp handling.Jeremy Allison2000-10-211-0/+32
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-192-8/+8
* last part of W2K support.Jean-François Micouleau2000-10-131-1/+2
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-9/+20
* changes to sync with 2.2. treeHerb Lewis2000-10-111-7/+31
* Fix for growing printing.tdb by adding check on job creation.Jeremy Allison2000-10-112-0/+2
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-111-1/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-101-0/+1
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-103-4/+1
* got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-101-3/+2
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-072-31/+236
* Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-071-1/+1
* Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison2000-10-071-0/+1
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-063-4/+5
* Added Herb's fixes to HEAD.Jeremy Allison2000-10-063-6/+13
* Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison2000-10-061-0/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-065-27/+67
* Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2000-10-062-7/+41
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-065-250/+360
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-052-11/+95
* Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-052-4/+2
* someone forgot to update proto.h :-)Jean-François Micouleau2000-10-051-1/+2
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-033-3/+576
* Memleak fix for cache code.Jeremy Allison2000-10-021-1/+0
* new prototypesAndrew Tridgell2000-09-291-0/+3
* added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-291-0/+13
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-6/+4
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-272-5/+21
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-272-11/+11
* fixed IRIX compiller error messageHerb Lewis2000-09-261-1/+1
* broadcast printer notify message to all clients. We now have printerJean-François Micouleau2000-09-262-345/+349
* added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton2000-09-262-344/+363
* Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison2000-09-261-9/+1
* printer notify code.Jean-François Micouleau2000-09-252-3/+43
* Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-202-3/+25
* in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-161-2/+4
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-0/+2
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+3
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-0/+1
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-122-5/+11
* much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-121-2/+4
* the first cut of the internal messaging system.Andrew Tridgell2000-09-113-2/+36
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-092-0/+17
* Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison2000-09-081-0/+1
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-063-3/+7
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-052-1/+21