summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-12-06Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison1-42/+42
2000-12-06Sync-up with appliance-head printing code.Jeremy Allison2-50/+46
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison16-1740/+2027
2000-12-05Fixed one tdb_read -> rec_free_read call.Jeremy Allison1-10/+2
2000-12-05Added sorted freelist neighbour merge code to stop tdb fragmentation.Jeremy Allison2-32/+251
2000-12-04Remove C++ style commentsDavid O'Neill1-1/+1
2000-12-04fixed a typoAndrew Tridgell1-1/+1
2000-12-04added a commentAndrew Tridgell1-0/+2
2000-12-04fixed the parsing again and got setting acls working with w2kAndrew Tridgell1-3/+3
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell4-5/+8
2000-12-04Added some cli_errstr() calls.Tim Potter1-4/+4
2000-12-04Removed lsa lookup warnings (I'll remember).Tim Potter1-4/+19
2000-12-04fixed setting ACLs on directoriesAndrew Tridgell1-2/+2
2000-12-04fixed indentationAndrew Tridgell1-1/+1
2000-12-04Mask value now displayed as READ/CHANGE/FULL for standard permissions, orTim Potter1-27/+66
2000-12-04removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2-54/+9
2000-12-04in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell1-0/+9
2000-12-04signed/unsigned warning fixedAndrew Tridgell1-2/+3
2000-12-04c++ style comments are NOT allowedAndrew Tridgell1-1/+0
2000-12-04fixed acls set bugAndrew Tridgell1-13/+18
2000-12-04new protoAndrew Tridgell1-370/+370
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell3-11/+9
2000-12-04fixed SACL bugAndrew Tridgell1-8/+3
2000-12-04- with -D only delete first matchAndrew Tridgell1-12/+23
2000-12-03- added helpAndrew Tridgell1-12/+118
2000-12-03new protosAndrew Tridgell1-0/+1
2000-12-03cleaner parsing and default handlingAndrew Tridgell1-17/+22
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