Age | Commit message (Expand) | Author | Files | Lines |
2002-07-28 | minor portability fix | Andrew Tridgell | 1 | -0/+2 |
2002-07-28 | Fix a missing 'no memory' return in last night's svrsvc code, and use | Andrew Bartlett | 1 | -3/+3 |
2002-07-28 | Another item off my long-term todo list: | Andrew Bartlett | 1 | -23/+47 |
2002-07-27 | This should fix a nastly little bug where if a user had already done one | Andrew Bartlett | 2 | -9/+14 |
2002-07-27 | nice day today | Simo Sorce | 1 | -0/+69 |
2002-07-26 | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 1 | -1/+1 |
2002-07-24 | If lp_add_home() fails, don't go any further, just return -1. | Andrew Bartlett | 1 | -1/+3 |
2002-07-24 | We must be root to access the passdb, so ensure all calls to local_lookup_sid() | Andrew Bartlett | 1 | -1/+5 |
2002-07-24 | Give an idea what service didn't have the directory. | Andrew Bartlett | 1 | -1/+1 |
2002-07-21 | Add some const & static, remove unused functions. | Andrew Bartlett | 2 | -24/+1 |
2002-07-20 | Make it clear that the 'service' isn't to be touched. (Make it const). | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Update the smbd reply code a little: | Andrew Bartlett | 2 | -5/+25 |
2002-07-20 | Move some startup time initialisation to server.c, so it is all in one place. | Andrew Bartlett | 2 | -11/+11 |
2002-07-20 | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 1 | -8/+8 |
2002-07-19 | Allow trans2 and nttrans messages to be processed in oplock break state. | Jeremy Allison | 2 | -5/+7 |
2002-07-19 | Formatting fixup. Fix shadow warning. | Jeremy Allison | 1 | -452/+455 |
2002-07-18 | Don't crash on setfileinfo on printer fsp. | Jeremy Allison | 1 | -1/+2 |
2002-07-18 | Unneded extra check on len | Simo Sorce | 1 | -1/+1 |
2002-07-18 | We have to look at the length before checking for "~" as the string | Jeremy Allison | 1 | -3/+3 |
2002-07-18 | Use of uninitialized variable caught by valgrind. | Jeremy Allison | 1 | -1/+1 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 5 | -20/+29 |
2002-07-17 | Lanman print jobs are *16* bits, not 32. arggggh. Map them.... | Jeremy Allison | 2 | -9/+9 |
2002-07-15 | enum_group_mapping takes an enum not an int | Andrew Tridgell | 1 | -1/+1 |
2002-07-15 | fixed a call to get_current_groups() | Andrew Tridgell | 1 | -1/+1 |
2002-07-15 | fixed a problem with getgroups() where it could include our current | Andrew Tridgell | 2 | -13/+28 |
2002-07-14 | Move nttrans.c into the NTSTATUS age. | Andrew Bartlett | 1 | -41/+29 |
2002-07-11 | last check in for tonight. | Gerald Carter | 1 | -1/+1 |
2002-07-11 | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 1 | -0/+2 |
2002-07-08 | Kill off const warnings - add a pile of const to various places. | Andrew Bartlett | 2 | -3/+3 |
2002-07-08 | Fix const warning | Andrew Bartlett | 1 | -1/+1 |
2002-07-07 | Updates to the 'name -> sid' code: | Andrew Bartlett | 1 | -3/+3 |
2002-07-04 | Fix from Andrew Esh for coredump... | Jeremy Allison | 1 | -8/+11 |
2002-07-04 | Always free_conn() after all the DEBUG()s etc. | Andrew Bartlett | 1 | -3/+3 |
2002-07-03 | first cut at implementing support for browsing printer and driver driver | Gerald Carter | 1 | -0/+3 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 3 | -11/+11 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 2 | -5/+5 |
2002-06-28 | Shut down printing tdb correctly - this will be more important when I go | Jeremy Allison | 1 | -0/+1 |
2002-06-27 | It's fairly obvious that no one has tried to upload a driver | Gerald Carter | 1 | -0/+28 |
2002-06-26 | fixed 3 bugs in jeremys trans2 merge. Hopefully it now works. | Andrew Tridgell | 1 | -8/+4 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -8/+2 |
2002-06-24 | Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough | Jeremy Allison | 1 | -1073/+1513 |
2002-06-22 | Raise some debug levels. | Andrew Bartlett | 2 | -2/+2 |
2002-06-21 | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 2 | -2/+2 |
2002-06-21 | Fixed incorrect debug. | Tim Potter | 1 | -1/+1 |
2002-06-20 | Got rid of unused flags field in lanman api_commands[]. | Tim Potter | 1 | -36/+49 |
2002-06-17 | compile warngin fixes merged from 2.2 | Gerald Carter | 4 | -19/+19 |
2002-06-16 | Further updates to the service.c code. authorise_login() is now a bit simpiler | Andrew Bartlett | 2 | -6/+6 |
2002-06-15 | Rework much of the service.c code: | Andrew Bartlett | 2 | -195/+238 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 2 | -15/+15 |
2002-06-13 | Veto files fix. | Jeremy Allison | 1 | -275/+273 |