Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some cli_errstr() calls. | Tim Potter | 2000-12-04 | 1 | -4/+4 |
| | |||||
* | Removed lsa lookup warnings (I'll remember). | Tim Potter | 2000-12-04 | 1 | -4/+19 |
| | | | | Print an error if -M refers to a non-existent ACL. | ||||
* | fixed setting ACLs on directories | Andrew Tridgell | 2000-12-04 | 1 | -2/+2 |
| | |||||
* | fixed indentation | Andrew Tridgell | 2000-12-04 | 1 | -1/+1 |
| | |||||
* | Mask value now displayed as READ/CHANGE/FULL for standard permissions, or | Tim Potter | 2000-12-04 | 1 | -27/+66 |
| | | | | | | | | RWXDPO for special permissions. Append 0x to values printed as hex. Spruced up the help message. | ||||
* | removed SACL support (as it doesn't work with w2k if you ask for | Andrew Tridgell | 2000-12-04 | 2 | -54/+9 |
| | | | | SACLs) | ||||
* | document -U change | Andrew Tridgell | 2000-12-04 | 1 | -0/+3 |
| | |||||
* | in cli_session_setup() accept usernames of the form DOMAIN/USER or | Andrew Tridgell | 2000-12-04 | 1 | -0/+9 |
| | | | | | | DOMAIN\USER this means all our tools can now put the domain name in the -U option | ||||
* | signed/unsigned warning fixed | Andrew Tridgell | 2000-12-04 | 1 | -2/+3 |
| | |||||
* | c++ style comments are NOT allowed | Andrew Tridgell | 2000-12-04 | 1 | -1/+0 |
| | |||||
* | fixed acls set bug | Andrew Tridgell | 2000-12-04 | 1 | -13/+18 |
| | |||||
* | new proto | Andrew Tridgell | 2000-12-04 | 1 | -370/+370 |
| | |||||
* | no longer pass the type to make_sec_desc(), instead the type is | Andrew Tridgell | 2000-12-04 | 3 | -11/+9 |
| | | | | derived from the other arguments | ||||
* | Reformatted to look nicer on 80-character screen. | Tim Potter | 2000-12-04 | 1 | -49/+52 |
| | | | | Replaced 8-bit ascii characters with appropriate 7-bit ones. | ||||
* | fixed SACL bug | Andrew Tridgell | 2000-12-04 | 1 | -8/+3 |
| | |||||
* | - with -D only delete first match | Andrew Tridgell | 2000-12-04 | 1 | -12/+23 |
| | | | | - fixed delete bug | ||||
* | Fixed some debugging code. | Tim Potter | 2000-12-04 | 1 | -3/+3 |
| | |||||
* | - added help | Andrew Tridgell | 2000-12-03 | 1 | -12/+118 |
| | | | | - added add/modify/delete/set as separate operations | ||||
* | new protos | Andrew Tridgell | 2000-12-03 | 1 | -0/+1 |
| | |||||
* | cleaner parsing and default handling | Andrew Tridgell | 2000-12-03 | 1 | -17/+22 |
| | |||||
* | changed an error message | Andrew Tridgell | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | - better parsing | Andrew Tridgell | 2000-12-03 | 1 | -64/+123 |
| | | | | - started to add non-numeric support | ||||
* | getting/setting acls now works. The SIDs are still numeric, the next | Andrew Tridgell | 2000-12-03 | 2 | -10/+211 |
| | | | | step is to support usernames etc | ||||
* | added basic ability to dump remote file acls | Andrew Tridgell | 2000-12-03 | 1 | -6/+52 |
| | |||||
* | make sure we don't duplicate object files | Andrew Tridgell | 2000-12-03 | 1 | -2/+3 |
| | |||||
* | new proto | Andrew Tridgell | 2000-12-03 | 1 | -355/+369 |
| | |||||
* | a prootype program for querying/setting a security decsriptor on a | Andrew Tridgell | 2000-12-03 | 1 | -0/+233 |
| | | | | | | remote machine it is by no means complete, expect more commits soon | ||||
* | - added client support for nttrans calls | Andrew Tridgell | 2000-12-03 | 2 | -0/+282 |
| | | | | - added a cli_ function for querying a security descriptor on a remote file | ||||
* | split the RPC_PARSE object into two pieces. The first is included as | Andrew Tridgell | 2000-12-03 | 1 | -5/+18 |
| | | | | | part of LIBSMB and the latter is used by parts of samba that know about the pwd backends | ||||
* | Added print_freelist command. | Jeremy Allison | 2000-12-02 | 2 | -0/+38 |
| | | | | Jeremy. | ||||
* | change the split threahold for the free list to prevent freelist | Andrew Tridgell | 2000-12-02 | 1 | -1/+1 |
| | | | | fragmentation | ||||
* | fixed messaging bug - use strlen() instead of sizeof() in key length | Andrew Tridgell | 2000-12-02 | 1 | -2/+2 |
| | |||||
* | Allow zero length smb.conf files. | Tim Potter | 2000-12-01 | 1 | -2/+0 |
| | |||||
* | Run configure script using dirname of $0. This allows configure.developer | Tim Potter | 2000-12-01 | 1 | -1/+1 |
| | | | | to be run when the build directory != source directory. | ||||
* | Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map. | Tim Potter | 2000-12-01 | 1 | -2/+3 |
| | | | | Found by Joseph Cheek <joseph@cheek.com> | ||||
* | Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux. | Jeremy Allison | 2000-12-01 | 1 | -74/+95 |
| | | | | Jeremy. | ||||
* | Keep syncing up POSIX ACL work... | Jeremy Allison | 2000-11-30 | 1 | -110/+111 |
| | | | | Jeremy. | ||||
* | Work in progress, doesn't compile. Adding the POSIX ACL mapping.... | Jeremy Allison | 2000-11-30 | 1 | -22/+198 |
| | | | | Jeremy. | ||||
* | alignment issues. | Jean-François Micouleau | 2000-11-29 | 2 | -28/+35 |
| | | | | | | I hate that job ... J.F. | ||||
* | First Release of the DocBook 'source'. | David Bannon | 2000-11-28 | 3 | -0/+1816 |
| | |||||
* | include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ↵ | Jeremy Allison | 2000-11-28 | 3 | -62/+87 |
| | | | | | | | | | | a single statement after an 'if'. Tracking this down took 4 hours from my life and ANDREW I WANT THEM BACK !!!!! :-). include/smb.h smbd/password.c: Fixed the bug veritas reported with realloc of the validated_users array growing without bounds. This is now a linked list as god (Andrew) intended :-). Jeremy. | ||||
* | PDC docs, made from DocBook source, comments ? | David Bannon | 2000-11-28 | 4 | -0/+5879 |
| | |||||
* | Ran DFS on Linux and found that readlink() on Linux does not append NUL | Shirish Kalele | 2000-11-28 | 1 | -1/+3 |
| | | | | to the link read. So add a NUL.. | ||||
* | passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code | Jeremy Allison | 2000-11-27 | 5 | -32/+37 |
| | | | | | | | written to transition from an old DOMAIN.MACHINE.MAC file to secrets.tdb. printing/nt_printing.c: Fix case insensitive name lookups for driver files. John - this should fix the Win9x/WinME problem correctly. Jeremy. | ||||
* | Fixed messaging so main smbd can get lib/message.c messages. | Jeremy Allison | 2000-11-27 | 1 | -0/+8 |
| | | | | Jeremy. | ||||
* | Removed unnessesary init. | Jeremy Allison | 2000-11-27 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | fixed a potential locking deadlock in tdb | Andrew Tridgell | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | This should fix Office failing to print to "FILE:". | Jeremy Allison | 2000-11-24 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | Tar fixes from Craig Barratt craig@arraycomm.com. | Jeremy Allison | 2000-11-22 | 2 | -2/+4 |
| | | | | Jeremy. | ||||
* | o fixed logon script problems (wrong len in reply to net_sam_logon for | Gerald Carter | 2000-11-22 | 3 | -9/+10 |
| | | | | | | | | | | | | | | | | | | a few strings). I was the one who broke it obviously. o changed a few more defaults in the smbpasswd backend with respect to times. Now the logon time becomes '0' and the pass_can_change_time is set ot the same as pass_last_set_time o change Get_Pwnam() call in local_lookup_name to sys_getpwnam() as it did not seem necessary to try case permutations in the username. Tim, I think this was your code, so you might want to double check me. -- jerry |