summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-12-01Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.Tim Potter1-2/+3
2000-12-01Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.Jeremy Allison1-74/+95
2000-11-30Keep syncing up POSIX ACL work...Jeremy Allison1-110/+111
2000-11-30Work in progress, doesn't compile. Adding the POSIX ACL mapping....Jeremy Allison1-22/+198
2000-11-29alignment issues.Jean-François Micouleau2-28/+35
2000-11-28First Release of the DocBook 'source'.David Bannon3-0/+1816
2000-11-28include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison3-62/+87
2000-11-28PDC docs, made from DocBook source, comments ?David Bannon4-0/+5879
2000-11-28Ran DFS on Linux and found that readlink() on Linux does not append NULShirish Kalele1-1/+3
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison5-32/+37
2000-11-27Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison1-0/+8
2000-11-27Removed unnessesary init.Jeremy Allison1-1/+1
2000-11-27fixed a potential locking deadlock in tdbAndrew Tridgell1-1/+1
2000-11-24This should fix Office failing to print to "FILE:".Jeremy Allison1-3/+3
2000-11-22Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison2-2/+4
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter3-9/+10
2000-11-22Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison1-0/+3
2000-11-22Changes from APPLIANCE_HEAD:David O'Neill1-4/+4
2000-11-22ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison1-7/+9
2000-11-21Don't forget to convert into UNIX character set before callingJeremy Allison1-1/+1
2000-11-21combined 2 if statments which used the same conditionGerald Carter1-3/+5
2000-11-21make protoGerald Carter1-16/+32
2000-11-21Another large patch for the passdb rewrite.Gerald Carter12-869/+902
2000-11-21Fix for off-by-one StrnCpy.Jeremy Allison1-1/+1
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison4-21/+54
2000-11-17Fix from John Reilly for equivalence tests.Jeremy Allison2-77/+80
2000-11-17we don't need the separate lp_status() connection records any moreAndrew Tridgell1-12/+0
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell3-37/+28
2000-11-17Fix for memory leak when adding driver.Jeremy Allison4-12/+14
2000-11-17support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell1-0/+2
2000-11-17save and restore errno in selectAndrew Tridgell1-1/+5
2000-11-17Delete queue on empty.Jeremy Allison1-2/+7
2000-11-17John Reillys fix for de-registering broadcast names (NT doesn't do this).Jeremy Allison1-0/+4
2000-11-17Fix for incorrect break using wrong offset when updating a form.Jeremy Allison1-6/+4
2000-11-17the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell1-4/+4
2000-11-17use process_exists() not kill(pid, 0)Andrew Tridgell1-1/+1
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison9-36/+99
2000-11-16Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison1-3/+6
2000-11-16Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison2-0/+11
2000-11-16Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison14-165/+360
2000-11-15Uninitialized memory read fixes.Jeremy Allison1-3/+7
2000-11-15Tuyrn debug timestamps on by default.Jeremy Allison2-5/+17
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison9-269/+869
2000-11-14- fix "declaration of 'time' shadows global declaration" warning.David O'Neill2-18/+18
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill7-2/+515
2000-11-14printing/nt_printing.c: After long soul searching and making both Andrew and myJeremy Allison2-15/+14
2000-11-14Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.Jeremy Allison1-2/+2
2000-11-13Tims fixes for non-local lookup.Jeremy Allison1-23/+22
2000-11-13Large commit which restructures the local password storage API.Gerald Carter29-2186/+2554