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