summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-03-09Fixes to testsmbc to ensure it will compile on SGI ...Richard Sharpe1-18/+31
2001-03-08Fixed double fclose() call (I love insure :-).Jeremy Allison1-2/+0
2001-03-08Fix for AS/U not liking it's own assoc_gid.Jeremy Allison1-1/+1
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison13-79/+67
2001-03-07Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe2-74/+89
2001-03-06Implement smbc_lseekdir, but it will have to change ... because it has theRichard Sharpe1-1/+52
2001-03-05smb.h: add one error code for no such printer jobRichard Sharpe2-3/+29
2001-03-03Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o...Jeremy Allison1-2/+4
2001-03-03Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison5-100/+79
2001-03-02Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison4-10/+9
2001-03-02Arrgggh. Returning the SPOOL_INFO stuff requires that the reallocedJeremy Allison1-23/+36
2001-03-02Move to talloc controlled NT forms.Jeremy Allison3-43/+50
2001-03-01Fix two problems identified by the test suite, one a major oneRichard Sharpe1-3/+61
2001-03-01Fixed compiler warning.Tim Potter1-4/+4
2001-03-01Fixed a couple of getpwXX calls that were not going through the sys_getpwXXJeremy Allison2-4/+4
2001-03-01Don't return stack structures...Jeremy Allison1-12/+18
2001-03-01Fix memory leaks introduced in restructure.Jeremy Allison1-15/+13
2001-03-01When opening a printserver use a global snum of -1.Jeremy Allison1-2/+2
2001-03-01rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison2-9/+24
2001-03-01Remove unused code.Jeremy Allison3-124/+6
2001-03-01Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the tallocJeremy Allison1-14/+62
2001-02-28Finished converion of spoolss code to canonical format. Now to work on theJeremy Allison3-163/+215
2001-02-28Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.Jeremy Allison1-3/+8
2001-02-28autogen stuffGerald Carter2-3/+3
2001-02-28fixed typoGerald Carter1-1/+1
2001-02-28updated Makefile to generate howto's and the FAQGerald Carter1-3/+25
2001-02-28added so that it is not necessary for autoconf to be locally installedGerald Carter1-0/+1026
2001-02-28some updates and reorganizationGerald Carter2-0/+0
2001-02-28More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison3-98/+122
2001-02-28Converted more to canonical format... save as I go.,Jeremy Allison3-35/+44
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison5-35/+38
2001-02-28Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison3-76/+107
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison13-707/+451
2001-02-27more updates and autogenGerald Carter4-309/+1123
2001-02-27Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plusJeremy Allison2-79/+86
2001-02-27autogenGerald Carter1-127/+363
2001-02-27another conversionGerald Carter1-0/+168
2001-02-27Don't marshal data from a stack frame.....Jeremy Allison1-8/+14
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison8-60/+134
2001-02-27Hmmm. I thought I'd added these files to CVS head.....Jeremy Allison3-0/+3673
2001-02-27better handling of '.'Andrew Tridgell1-15/+17
2001-02-27remove some test codeAndrew Tridgell1-1/+2
2001-02-27almost there with lanman1 wildcards. We now seem to correctly handleAndrew Tridgell1-4/+17
2001-02-27I have now found that despite initial appearences the lanman1 wildcardAndrew Tridgell1-35/+24
2001-02-27Added patch from Urban Widmark <urban@teststation.com> modified by me toJeremy Allison2-622/+726
2001-02-27As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison3-13/+0
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison6-649/+468
2001-02-27Implementation module for netlog pipe. Can't be easily integrated intoJeremy Allison1-0/+663
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison4-992/+148
2001-02-26Split wks pipe into interface and implementation modules.Jeremy Allison4-54/+97