summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-misc-tags/tng/release-alpha-2-3cvs2svn Import User2000-04-110-0/+0
* preparing for release of alpha.2.3Samba Release Account2000-04-1163-63/+63
* nggh! damn select timeout, FD_ISSET... THING.Luke Leighton2000-04-115-11/+17
* andrew been moving functions about :)Luke Leighton2000-04-113-2/+8
* urr... *wobble*... committing what i _think_ are andrew's smbd changes.Luke Leighton2000-04-1118-2002/+375
* change_oem_password() now only takes a UNISTR2 not char*.Luke Leighton2000-04-111-51/+41
* made IPC$ LANMAN functions call client-side DCE/RPC functions.Luke Leighton2000-04-112-194/+209
* simplifying write_pipe and read_pipe code -- also it looks like thereLuke Leighton2000-04-114-72/+68
* Fixed misspelling of samquerysecTim Potter2000-04-101-1/+1
* Fix for soft quotas not being set fromJeremy Allison2000-04-101-0/+24
* cli_close(), cli_issue_write(), receive_smb():Elrond2000-04-102-0/+19
* prs_grow didn't return False, when you wanted to grow inElrond2000-04-103-7/+35
* comment-formattingLuke Leighton2000-04-103-54/+46
* help from matthew brichacek to track down chgpasswd() usage error.Luke Leighton2000-04-101-2/+6
* another debug-only-used thing (a function, this time!)Luke Leighton2000-04-101-3/+5
* added option to compile with absolutely _no_ debugging macros / info.Luke Leighton2000-04-103-7/+17
* formatting changes. plus, of course, you don't mash the usernameLuke Leighton2000-04-102-16/+8
* This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.cvs2svn Import User2000-04-101-0/+883
|\
| * split out the lpq parsing code into a separate fileAndrew Tridgell2000-04-104-861/+886
| * don't echo warning messages twiceAndrew Tridgell2000-04-101-2/+2
| * utmp compile fix from peter@cadcamlab.orgAndrew Tridgell2000-04-101-2/+2
| * Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-065-99/+215
| * filled the architecture table (useless for the moment).Jean-François Micouleau2000-04-062-24/+43
| * fsync() returns an int rather than void.Tim Potter2000-04-051-3/+3
| * Added *.soTim Potter2000-04-051-0/+1
| * Improved clean target.Tim Potter2000-04-051-2/+3
| * JF - you might want to look at this patch.Jeremy Allison2000-04-051-23/+134
| * off by one error ...Jean-François Micouleau2000-04-051-2/+5
| * changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-054-89/+87
| * Added strerror at debug level 0 on file create/open fail. Helps catchJeremy Allison2000-04-051-3/+3
| * Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-045-8/+8
| * Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison2000-04-041-6/+0
| * Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter2000-04-043-6/+0
| * Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-049-321/+297
| * Fix for compiler warning about invalid structure type.Jeremy Allison2000-04-031-1/+1
* | preparing for release of alpha.2.2Samba Release Account2000-04-1063-96/+106
* | extra parameter.Luke Leighton2000-04-102-7/+7
* | fixing up recursion-problems in netlogond (told you so!)Luke Leighton2000-04-101-28/+94
* | groups being a pain, had to copy them.Luke Leighton2000-04-097-83/+137
* | trying to track down sys_setgroups() problem: an unbecome_root() wasLuke Leighton2000-04-092-7/+21
* | lost smbd_pid in initialisation.Luke Leighton2000-04-091-0/+1
* | retiredLuke Leighton2000-04-091-22/+0
* | making sure that a local authentication request (specifying hostnameLuke Leighton2000-04-092-5/+3
* | it's a little unclear where the line is between netlogond processingLuke Leighton2000-04-091-5/+11
* | preparing for release of alpha.2.1Samba Release Account2000-04-0963-63/+63
* | gets really interesting. it's dog-slow (at debug level 100), butLuke Leighton2000-04-095-47/+99
* | - fixing cli_pipe.c assertsLuke Leighton2000-04-095-237/+235
* | i hate this code. (understatement of the year).Luke Leighton2000-04-091-164/+23
* | changed ROLE_DOMAIN_NONE to ROLE_STANDALONE.Luke Leighton2000-04-0912-42/+8
* | lp_server_role() == SERVER_ROLE_NONE was being refused. hmm. i thinkLuke Leighton2000-04-091-238/+210