index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2000-12-06
Make smbd/posix_acls.c use abstract interface.
Jeremy Allison
3
-11
/
+211
2000-12-06
Update required after changes to configure.in
Tim Potter
1
-4
/
+4
2000-12-06
Fixed compiler warning.
Tim Potter
1
-2
/
+2
2000-12-06
Moving to abstract API interface (sys_get_acl() etc.) to allow system
Jeremy Allison
1
-42
/
+42
2000-12-06
Sync-up with appliance-head printing code.
Jeremy Allison
2
-50
/
+46
2000-12-06
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
16
-1740
/
+2027
2000-12-05
Fixed one tdb_read -> rec_free_read call.
Jeremy Allison
1
-10
/
+2
2000-12-05
Added sorted freelist neighbour merge code to stop tdb fragmentation.
Jeremy Allison
2
-32
/
+251
2000-12-04
Remove C++ style comments
David O'Neill
1
-1
/
+1
2000-12-04
Changes from APPLIANCE_HEAD:
David O'Neill
3
-3
/
+7
2000-12-04
fixed a typo
Andrew Tridgell
1
-1
/
+1
2000-12-04
added a comment
Andrew Tridgell
1
-0
/
+2
2000-12-04
fixed the parsing again and got setting acls working with w2k
Andrew Tridgell
1
-3
/
+3
2000-12-04
pass the desired access into cli_nt_create()
Andrew Tridgell
4
-5
/
+8
2000-12-04
Added some cli_errstr() calls.
Tim Potter
1
-4
/
+4
2000-12-04
Removed lsa lookup warnings (I'll remember).
Tim Potter
1
-4
/
+19
2000-12-04
fixed setting ACLs on directories
Andrew Tridgell
1
-2
/
+2
2000-12-04
fixed indentation
Andrew Tridgell
1
-1
/
+1
2000-12-04
Mask value now displayed as READ/CHANGE/FULL for standard permissions, or
Tim Potter
1
-27
/
+66
2000-12-04
removed SACL support (as it doesn't work with w2k if you ask for
Andrew Tridgell
2
-54
/
+9
2000-12-04
document -U change
Andrew Tridgell
1
-0
/
+3
2000-12-04
in cli_session_setup() accept usernames of the form DOMAIN/USER or
Andrew Tridgell
1
-0
/
+9
2000-12-04
signed/unsigned warning fixed
Andrew Tridgell
1
-2
/
+3
2000-12-04
c++ style comments are NOT allowed
Andrew Tridgell
1
-1
/
+0
2000-12-04
fixed acls set bug
Andrew Tridgell
1
-13
/
+18
2000-12-04
new proto
Andrew Tridgell
1
-370
/
+370
2000-12-04
no longer pass the type to make_sec_desc(), instead the type is
Andrew Tridgell
3
-11
/
+9
2000-12-04
Reformatted to look nicer on 80-character screen.
Tim Potter
1
-49
/
+52
2000-12-04
fixed SACL bug
Andrew Tridgell
1
-8
/
+3
2000-12-04
- with -D only delete first match
Andrew Tridgell
1
-12
/
+23
2000-12-04
Fixed some debugging code.
Tim Potter
1
-3
/
+3
2000-12-03
- added help
Andrew Tridgell
1
-12
/
+118
2000-12-03
new protos
Andrew Tridgell
1
-0
/
+1
2000-12-03
cleaner parsing and default handling
Andrew Tridgell
1
-17
/
+22
2000-12-03
changed an error message
Andrew Tridgell
1
-1
/
+1
2000-12-03
- better parsing
Andrew Tridgell
1
-64
/
+123
2000-12-03
getting/setting acls now works. The SIDs are still numeric, the next
Andrew Tridgell
2
-10
/
+211
2000-12-03
added basic ability to dump remote file acls
Andrew Tridgell
1
-6
/
+52
2000-12-03
make sure we don't duplicate object files
Andrew Tridgell
1
-2
/
+3
2000-12-03
new proto
Andrew Tridgell
1
-355
/
+369
2000-12-03
a prootype program for querying/setting a security decsriptor on a
Andrew Tridgell
1
-0
/
+233
2000-12-03
- added client support for nttrans calls
Andrew Tridgell
2
-0
/
+282
2000-12-03
split the RPC_PARSE object into two pieces. The first is included as
Andrew Tridgell
1
-5
/
+18
2000-12-02
Added print_freelist command.
Jeremy Allison
2
-0
/
+38
2000-12-02
change the split threahold for the free list to prevent freelist
Andrew Tridgell
1
-1
/
+1
2000-12-02
fixed messaging bug - use strlen() instead of sizeof() in key length
Andrew Tridgell
1
-2
/
+2
2000-12-01
Allow zero length smb.conf files.
Tim Potter
1
-2
/
+0
2000-12-01
Run configure script using dirname of $0. This allows configure.developer
Tim Potter
1
-1
/
+1
2000-12-01
Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.
Tim Potter
1
-2
/
+3
2000-12-01
Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.
Jeremy Allison
1
-74
/
+95
[next]