Age | Commit message (Expand) | Author | Files | Lines |
2000-11-28 | include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ... | Jeremy Allison | 2 | -2/+6 |
2000-11-27 | passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code | Jeremy Allison | 1 | -1/+3 |
2000-11-21 | make proto | Gerald Carter | 1 | -16/+32 |
2000-11-21 | Another large patch for the passdb rewrite. | Gerald Carter | 1 | -65/+3 |
2000-11-17 | Fix for memory leak when adding driver. | Jeremy Allison | 1 | -1/+2 |
2000-11-16 | Fix for a problem with the new messaging system. If a sender is using the | Jeremy Allison | 1 | -2/+2 |
2000-11-16 | Fix from Jim McDonough @ IBM for OS/2 clients. | Jeremy Allison | 1 | -0/+1 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 2 | -3/+5 |
2000-11-14 | Merge from appliance head of JR's changes for driver versioning. | Jeremy Allison | 2 | -12/+29 |
2000-11-14 | - fix "declaration of 'time' shadows global declaration" warning. | David O'Neill | 1 | -6/+6 |
2000-11-14 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+6 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 3 | -192/+148 |
2000-11-11 | Merge of Herb's profiling code. | Jeremy Allison | 1 | -0/+2 |
2000-11-08 | make proto | Tim Potter | 1 | -3/+3 |
2000-11-07 | make proto | Tim Potter | 1 | -353/+360 |
2000-11-06 | Added a VFS version return to init call. Allows smbd to fail an init if | Jeremy Allison | 1 | -0/+8 |
2000-10-29 | proto.h was out of date. | Tim Potter | 1 | -353/+353 |
2000-10-28 | David Lee's utmp patch (finally). Thanks David ! | Jeremy Allison | 1 | -0/+3 |
2000-10-26 | Added John Reillys patch for error code returns from clean_up_printer_driver_... | Jeremy Allison | 1 | -1/+1 |
2000-10-26 | Sorry JF - no billable hours :-). I fixed the "stream of events" problem | Jeremy Allison | 1 | -0/+1 |
2000-10-26 | TDB password backend support written by Simo Sorce <simo.sorce@polimi.it> | Gerald Carter | 3 | -1/+7 |
2000-10-25 | John Reilly @ HP (who is a wonderful human being and *definately* needs | Jeremy Allison | 1 | -0/+28 |
2000-10-21 | Fixes from David Lee for utmp handling. | Jeremy Allison | 1 | -0/+32 |
2000-10-19 | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 2 | -8/+8 |
2000-10-13 | last part of W2K support. | Jean-François Micouleau | 1 | -1/+2 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 1 | -9/+20 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -7/+31 |
2000-10-11 | Fix for growing printing.tdb by adding check on job creation. | Jeremy Allison | 2 | -0/+2 |
2000-10-11 | Remove lpq as root fix - do this in print_job_start instead | Jeremy Allison | 1 | -1/+0 |
2000-10-10 | Fixes to periodically scan printing.tdb in idle time and occasionally | Jeremy Allison | 1 | -0/+1 |
2000-10-10 | a netlogon enum trust query doesn't have a function_code at end. | Jean-François Micouleau | 3 | -4/+1 |
2000-10-10 | got rid of tdb_writelock() and instead lock a chain. tdb_writelock() | Andrew Tridgell | 1 | -3/+2 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 2 | -31/+236 |
2000-10-07 | Integrated support for NT and OS/2 lpq parsing. Code from | Jeremy Allison | 1 | -1/+1 |
2000-10-07 | Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac... | Jeremy Allison | 1 | -0/+1 |
2000-10-06 | Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se> | Jeremy Allison | 3 | -4/+5 |
2000-10-06 | Added Herb's fixes to HEAD. | Jeremy Allison | 3 | -6/+13 |
2000-10-06 | Proto update. Also fix from John Reilly @ HP for not showing APW with W2K. | Jeremy Allison | 1 | -0/+1 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 5 | -27/+67 |
2000-10-06 | Inlined many of the vfs_XXX calls as macros for speed. | Jeremy Allison | 2 | -7/+41 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 5 | -250/+360 |
2000-10-05 | Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added | Jeremy Allison | 2 | -11/+95 |
2000-10-05 | Herb's fixes for profiling & compiler warnings. | Jeremy Allison | 2 | -4/+2 |
2000-10-05 | someone forgot to update proto.h :-) | Jean-François Micouleau | 1 | -1/+2 |
2000-10-03 | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 3 | -3/+576 |
2000-10-02 | Memleak fix for cache code. | Jeremy Allison | 1 | -1/+0 |
2000-09-29 | new prototypes | Andrew Tridgell | 1 | -0/+3 |
2000-09-29 | added a hack to get 64 bit locking working with the broken fcntl() | Andrew Tridgell | 1 | -0/+13 |
2000-09-28 | fixed samr_create_user(). we now correctly parse the query and the reply. | Jean-François Micouleau | 1 | -6/+4 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 2 | -5/+21 |