Age | Commit message (Expand) | Author | Files | Lines |
2000-10-11 | Fix for growing printing.tdb by adding check on job creation. | Jeremy Allison | 1 | -0/+4 |
2000-10-07 | Integrated support for NT and OS/2 lpq parsing. Code from | Jeremy Allison | 1 | -0/+4 |
2000-10-06 | Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se> | Jeremy Allison | 1 | -0/+4 |
2000-10-03 | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 1 | -0/+1 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -1/+1 |
2000-09-26 | Changes from John Reilly to add a parameter "show add printer wizard" that | Jeremy Allison | 1 | -0/+4 |
2000-09-19 | param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ... | Jeremy Allison | 1 | -87/+97 |
2000-08-29 | missed removing the static declaration of strwicmp() | Gerald Carter | 1 | -1/+0 |
2000-08-29 | needed to use strwicmp() in smbclient code, so I moved it to util_str.c | Gerald Carter | 1 | -31/+0 |
2000-08-28 | arrgh. | Andrew Tridgell | 1 | -0/+4 |
2000-08-11 | Fix case where volumename could be returned as UNIX charset or DOS codepage | Jeremy Allison | 1 | -2/+6 |
2000-08-09 | added printer admin option | Andrew Tridgell | 1 | -0/+4 |
2000-07-31 | Added John Reilly's enumports/addprinter/delprinter scripting code plus the | Jeremy Allison | 1 | -0/+22 |
2000-07-19 | First cut toward adding WINS server failover. | Christopher R. Hertel | 1 | -1/+15 |
2000-07-06 | don't need shmem any more | Andrew Tridgell | 1 | -4/+0 |
2000-06-22 | Changed enumports to show printernames as ports. In line with 'the grand plan... | Jeremy Allison | 1 | -4/+15 |
2000-06-21 | Changed default printer driver to "" from NULL. | Jeremy Allison | 1 | -1/+1 |
2000-06-16 | reverted lukes changes in param/ | Andrew Tridgell | 1 | -0/+138 |
2000-06-16 | more update. | Luke Leighton | 1 | -138/+0 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -1/+0 |
2000-06-10 | a first pass at Linux kernel oplocks support | Andrew Tridgell | 1 | -6/+3 |
2000-06-10 | continued the split of the kernel level oplocks code into a more | Andrew Tridgell | 1 | -31/+1 |
2000-06-08 | Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu> | Jeremy Allison | 1 | -4/+6 |
2000-06-01 | param/loadparm.c: Looks like someone ran indent on this ! | Jeremy Allison | 1 | -529/+293 |
2000-05-31 | space in front of lp_preexec() causing make proto to not detect this fn. | Luke Leighton | 1 | -1/+1 |
2000-05-29 | make proto | Luke Leighton | 1 | -39/+32 |
2000-05-28 | lp_server_role() + use in srv_reg. | Luke Leighton | 1 | -2102/+2701 |
2000-05-27 | TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!! | Luke Leighton | 1 | -1/+1 |
2000-05-24 | removed lp_revalidate() | Andrew Tridgell | 1 | -4/+0 |
2000-05-16 | The new msdfs implementation that uses symlinks to point to other | Shirish Kalele | 1 | -26/+6 |
2000-05-12 | use "winbind separator" option for domain/user separator character | Andrew Tridgell | 1 | -1/+6 |
2000-05-10 | I found a better way of handling deleted auto printers | Andrew Tridgell | 1 | -13/+2 |
2000-05-10 | remove autoloaded printers that are no longer in /etc/printcap when we | Andrew Tridgell | 1 | -9/+27 |
2000-05-10 | more merging | Andrew Tridgell | 1 | -1/+6 |
2000-05-06 | added winbindd options in head branch, so it is possible to combine | Andrew Tridgell | 1 | -0/+49 |
2000-05-02 | split the username in the vuser structure into a separate | Andrew Tridgell | 1 | -1/+1 |
2000-04-28 | Added info level 1005 to netsharegetinfo (is the share a DFS root) | Shirish Kalele | 1 | -0/+1 |
2000-04-16 | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 1 | -46/+14 |
2000-04-12 | Removed "ole locking compat" parameter (no longer used). | Jeremy Allison | 1 | -4/+0 |
2000-04-12 | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 1 | -0/+4 |
2000-04-05 | changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are | Jean-François Micouleau | 1 | -0/+9 |
2000-04-03 | Fix for compiler warning about invalid structure type. | Jeremy Allison | 1 | -1/+1 |
2000-03-30 | Fix for coredump in testparm. | Jeremy Allison | 1 | -1/+1 |
2000-03-27 | Fixed crash bug in new handle_netbios_name code. | Jeremy Allison | 1 | -2/+2 |
2000-03-16 | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 1 | -1/+19 |
2000-03-13 | include/smb.h: | Jeremy Allison | 1 | -1/+1 |
2000-03-10 | Cleaning up the warnings from configure.developer. | Shirish Kalele | 1 | -4/+0 |
2000-03-08 | dded Microsoft Dfs services. | Shirish Kalele | 1 | -2/+37 |
2000-03-07 | added a tcon test: make two tconXs with the same user/pass, open a file | Luke Leighton | 1 | -1/+1 |
2000-02-16 | Added "source environment" parameter from Nicolas Williams <Nicolas.Williams@... | Jeremy Allison | 1 | -1/+136 |