summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2000-12-07Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison1-0/+3
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison3-2/+13
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison3-11/+31
2000-12-06make proto againTim Potter1-1/+1
2000-12-06tdb_unlockchain() no longer returns a valueTim Potter1-2/+2
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison1-0/+91
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison3-7/+24
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell2-1/+4
2000-12-04new protoAndrew Tridgell1-370/+370
2000-12-03new protosAndrew Tridgell1-0/+1
2000-12-03new protoAndrew Tridgell1-355/+369
2000-11-28include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2-2/+6
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison1-1/+3
2000-11-21make protoGerald Carter1-16/+32
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-65/+3
2000-11-17Fix for memory leak when adding driver.Jeremy Allison1-1/+2
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-2/+2
2000-11-16Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison1-0/+1
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2-3/+5
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2-12/+29
2000-11-14- fix "declaration of 'time' shadows global declaration" warning.David O'Neill1-6/+6
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill1-1/+6
2000-11-13Large commit which restructures the local password storage API.Gerald Carter3-192/+148
2000-11-11Merge of Herb's profiling code.Jeremy Allison1-0/+2
2000-11-08make protoTim Potter1-3/+3
2000-11-07make protoTim Potter1-353/+360
2000-11-06Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison1-0/+8
2000-10-29proto.h was out of date.Tim Potter1-353/+353
2000-10-28David Lee's utmp patch (finally). Thanks David !Jeremy Allison1-0/+3
2000-10-26Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison1-1/+1
2000-10-26Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison1-0/+1
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