summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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-27Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plusJeremy Allison2-79/+86
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
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison4-516/+72
2001-02-26Added implementation file for lsa.Jeremy Allison1-0/+475
2001-02-26Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe2-120/+57
2001-02-26Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison4-58/+162
2001-02-26made some LANMAN1 wildcard progressAndrew Tridgell4-15/+24
2001-02-26updated prototypesAndrew Tridgell1-11/+4
2001-02-26made some progress in masktestAndrew Tridgell1-16/+15
2001-02-26fixed a bug in non-terminated unicode strings with clistr_pull()Andrew Tridgell1-1/+1
2001-02-26add cli_list_new() for forced new protocol listingAndrew Tridgell1-8/+18
2001-02-25a snapshot of my attempts to get wildcard matching right for LANMAN1Andrew Tridgell1-10/+108
2001-02-25use cli_list_old() when negotiating the older protocolsAndrew Tridgell1-0/+4
2001-02-25neater negprot code using the new cli_setup_bcc() callAndrew Tridgell1-7/+2
2001-02-25the -m option to the client is backAndrew Tridgell1-2/+4
2001-02-25Separated reg code into interface & implementation.Jeremy Allison5-177/+218
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison9-46/+670
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison3-80/+179
2001-02-23removed wrong patch to get_dir_entry(). This was left over from theGerald Carter1-5/+0
2001-02-23make sure denied aces are firstAndrew Tridgell1-1/+1