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