summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-03-25merge from 2.2Gerald Carter1-0/+96
2001-03-23Added Gerald's fixes.Jeremy Allison2-3/+0
2001-03-23a much simpler talloc() implementation. This version has the followingAndrew Tridgell2-31/+37
2001-03-23More unused variables.Jeremy Allison3-28/+6
2001-03-23Fix insure-found parameter size missmatch.Jeremy Allison2-3/+3
2001-03-23Made the fixes Andrew suggested to asci string code to use srvstr_push.Jeremy Allison1-2/+2
2001-03-23Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison5-17/+210
2001-03-23groupdb/mapping.c:Jeremy Allison5-464/+482
2001-03-23can delete mapping from command line now.Jean-François Micouleau1-12/+15
2001-03-23Sync up with 2.2 ACL code.Jeremy Allison2-52/+84
2001-03-23first pass of the new group mapping codeJean-François Micouleau10-519/+2208
2001-03-22New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison3-338/+710
2001-03-21Fix memory leak when doing DLIST_REMOVE(head,head).Jeremy Allison1-1/+1
2001-03-21added -E option (for exit on errors)Andrew Tridgell1-2/+8
2001-03-21latest attempt at lanman1 wildcard matchingAndrew Tridgell1-4/+20
2001-03-21added option "enhanced browsing"Andrew Tridgell3-2/+11
2001-03-20When calling DLIST_REMOVE(x,x) (from lib/interface.c) ensure that the pointerJeremy Allison1-1/+1
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison5-13/+28
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter4-4/+4
2001-03-19merge from 2.2 (reorder commands in array)Gerald Carter1-1/+1
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison5-5/+52
2001-03-19fixed rpcclient readline codeAndrew Tridgell2-17/+4
2001-03-19added basic command completion supportAndrew Tridgell3-3/+43
2001-03-18fixed unused variableAndrew Tridgell1-1/+1
2001-03-18much simpler readline codeAndrew Tridgell5-176/+89
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell2-4/+4
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell9-545/+715
2001-03-17fix this in rpc calls as wellAndrew Tridgell1-2/+2
2001-03-17ADMIN$ is an IPC share, not a disk shareAndrew Tridgell1-1/+1
2001-03-17removed useless debug msgAndrew Tridgell1-3/+0
2001-03-17lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison2-59/+73
2001-03-17I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison2-67/+190
2001-03-16Updates for CUPS 1.1 from Michael Sweet.Jeremy Allison1-1/+38
2001-03-16Updated defaults for CUPS printing from Michael Sweet.Jeremy Allison1-6/+17
2001-03-16don't need to force unicode strings in flg2 anymoreAndrew Tridgell1-4/+3
2001-03-16fixed volume_name(). It used dos_to_unix() which uses a static buffer,Andrew Tridgell1-1/+4
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison8-185/+1048
2001-03-16finished the conversion to unicode of the last of the trans2 fnsAndrew Tridgell1-18/+6
2001-03-16converted the nttrans code to unicode on the wireAndrew Tridgell1-117/+13
2001-03-16converted reply_printqueueAndrew Tridgell1-3/+3
2001-03-16converted reply_searchAndrew Tridgell1-7/+9
2001-03-16added STR_ASCII support to clistr_pull()Andrew Tridgell2-5/+6
2001-03-16enable unicode on the wire by default in smbdAndrew Tridgell3-2/+7
2001-03-16Added files for CUP printing patch split.Jeremy Allison2-0/+320
2001-03-15whoops...forgot oneGerald Carter1-19/+31
2001-03-15make protoGerald Carter1-12/+34
2001-03-15addprinter and adddriver are working now :-)Gerald Carter4-61/+565
2001-03-15make protoGerald Carter1-0/+6
2001-03-15added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter3-8/+156
2001-03-15make protoGerald Carter1-1/+15