summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-042-54/+9
* in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell2000-12-041-0/+9
* signed/unsigned warning fixedAndrew Tridgell2000-12-041-2/+3
* c++ style comments are NOT allowedAndrew Tridgell2000-12-041-1/+0
* fixed acls set bugAndrew Tridgell2000-12-041-13/+18
* new protoAndrew Tridgell2000-12-041-370/+370
* no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell2000-12-043-11/+9
* fixed SACL bugAndrew Tridgell2000-12-041-8/+3
* - with -D only delete first matchAndrew Tridgell2000-12-041-12/+23
* - added helpAndrew Tridgell2000-12-031-12/+118
* new protosAndrew Tridgell2000-12-031-0/+1
* cleaner parsing and default handlingAndrew Tridgell2000-12-031-17/+22
* changed an error messageAndrew Tridgell2000-12-031-1/+1
* - better parsingAndrew Tridgell2000-12-031-64/+123
* getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2000-12-032-10/+211
* added basic ability to dump remote file aclsAndrew Tridgell2000-12-031-6/+52
* make sure we don't duplicate object filesAndrew Tridgell2000-12-031-2/+3
* new protoAndrew Tridgell2000-12-031-355/+369
* a prootype program for querying/setting a security decsriptor on aAndrew Tridgell2000-12-031-0/+233
* - added client support for nttrans callsAndrew Tridgell2000-12-032-0/+282
* split the RPC_PARSE object into two pieces. The first is included asAndrew Tridgell2000-12-031-5/+18
* Added print_freelist command.Jeremy Allison2000-12-022-0/+38
* change the split threahold for the free list to prevent freelistAndrew Tridgell2000-12-021-1/+1
* fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell2000-12-021-2/+2
* Allow zero length smb.conf files.Tim Potter2000-12-011-2/+0
* Run configure script using dirname of $0. This allows configure.developerTim Potter2000-12-011-1/+1
* 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
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-283-62/+87
* 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