summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-12-03changed an error messageAndrew Tridgell1-1/+1
2000-12-03- better parsingAndrew Tridgell1-64/+123
2000-12-03getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2-10/+211
2000-12-03added basic ability to dump remote file aclsAndrew Tridgell1-6/+52
2000-12-03make sure we don't duplicate object filesAndrew Tridgell1-2/+3
2000-12-03new protoAndrew Tridgell1-355/+369
2000-12-03a prootype program for querying/setting a security decsriptor on aAndrew Tridgell1-0/+233
2000-12-03- added client support for nttrans callsAndrew Tridgell2-0/+282
2000-12-03split the RPC_PARSE object into two pieces. The first is included asAndrew Tridgell1-5/+18
2000-12-02Added print_freelist command.Jeremy Allison2-0/+38
2000-12-02change the split threahold for the free list to prevent freelistAndrew Tridgell1-1/+1
2000-12-02fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell1-2/+2
2000-12-01Allow zero length smb.conf files.Tim Potter1-2/+0
2000-12-01Run configure script using dirname of $0. This allows configure.developerTim Potter1-1/+1
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-28include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison3-62/+87
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