index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Better error checking for ACL parsing.
Tim Potter
2000-12-12
1
-7
/
+21
*
Fix error string.
Tim Potter
2000-12-12
1
-1
/
+1
*
Fixed some accidentally reversed patches.
Tim Potter
2000-12-12
1
-115
/
+411
*
Compile fix for new arg to create_nt_token()
Tim Potter
2000-12-12
2
-3
/
+7
*
Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...
Jeremy Allison
2000-12-12
6
-486
/
+276
*
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2000-12-12
6
-434
/
+555
*
Owner always has READ_CONTROL and WRITE_DAC access.
Jeremy Allison
2000-12-12
1
-1
/
+3
*
Sorry Gerald, I think the original code was better (plus safer as I'm sure
Jeremy Allison
2000-12-12
1
-7
/
+10
*
Extra part of fix that Gerald missed (sorry).
Jeremy Allison
2000-12-12
1
-1
/
+1
*
subtle bug where files which missed the stat_cache but were added
Gerald Carter
2000-12-11
1
-10
/
+7
*
Fix for short names not being returned correctly with non-mangled shares.
Jeremy Allison
2000-12-11
1
-1
/
+2
*
Fixed very subtle bug returning correct error on an open, when we have
Jeremy Allison
2000-12-11
2
-10
/
+91
*
Adding in debug for SD's.
Jeremy Allison
2000-12-11
2
-0
/
+48
*
code review of rpcclient
Gerald Carter
2000-12-11
1
-159
/
+140
*
type for client_info struct
Gerald Carter
2000-12-11
1
-2
/
+2
*
new version of Get_Pwnam()
Gerald Carter
2000-12-11
1
-52
/
+50
*
return NULL instead of return False in char *prs_mem_get();
Tim Potter
2000-12-11
1
-1
/
+1
*
Added Tim's fix for read-only crashes.
Jeremy Allison
2000-12-11
1
-0
/
+2
*
new prototypes
Andrew Tridgell
2000-12-11
2
-482
/
+384
*
added support for browsing the list of workgroups at the top level in
Andrew Tridgell
2000-12-11
2
-57
/
+77
*
exposed the broadcast name resolution routine outside namequery.c
Andrew Tridgell
2000-12-11
1
-4
/
+4
*
group rid assignment cut and paste error
Gerald Carter
2000-12-09
1
-2
/
+2
*
Fixed typo causing coredump in file_lines_parse.
Jeremy Allison
2000-12-09
1
-1
/
+1
*
Fixed compiler warning.
Jeremy Allison
2000-12-08
1
-2
/
+2
*
Added OLD_NTDOMAIN to remove warnings about undefined functions.
Jeremy Allison
2000-12-08
3
-0
/
+6
*
Removed unused auto (IRIX compiler warning).
Jeremy Allison
2000-12-08
1
-2
/
+1
*
Removed a dead function.
Tim Potter
2000-12-08
1
-108
/
+0
*
Cosmetic fixups for large file support message.
Tim Potter
2000-12-08
2
-22
/
+18
*
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
2000-12-08
9
-203
/
+714
*
Modified argc passed to rpc_client cmd_* functions to include argv[0].
Tim Potter
2000-12-08
2
-15
/
+15
*
Added pdbedit binary to list of ignored files.
Tim Potter
2000-12-08
1
-0
/
+1
*
Compile fixes for changes in make_sec_desc() interface.
Tim Potter
2000-12-08
2
-6
/
+5
*
Removed compiler warning.
Tim Potter
2000-12-08
1
-1
/
+2
*
Fixed *very* subtle statcache bug where invalid stat state could be
Jeremy Allison
2000-12-08
1
-1
/
+2
*
Fixed bug with Win9x/ME where drivername was being returned incorrectly in
Jeremy Allison
2000-12-07
1
-36
/
+46
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
12
-26
/
+33
*
Fixed bug with tdb_next_lock failing when reaching then end of a hashchain
Jeremy Allison
2000-12-07
2
-9
/
+39
*
Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c
Jeremy Allison
2000-12-07
4
-9
/
+99
*
First cut at a manual page for smbcacls.
Tim Potter
2000-12-07
3
-0
/
+238
*
Added smbcacls binary.
Tim Potter
2000-12-07
1
-3
/
+4
*
Added undocumented -t command for testing parsing of acl entries.
Tim Potter
2000-12-07
1
-11
/
+118
*
Working code to read POSIX ACLs on a Linux system using the bestbits
Jeremy Allison
2000-12-07
8
-702
/
+833
*
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Jeremy Allison
2000-12-06
8
-75
/
+98
*
update for new pdbedit tool (code from Simo)
Gerald Carter
2000-12-06
1
-4
/
+4
*
updates to the tdbsam implementation.
Gerald Carter
2000-12-06
3
-37
/
+269
*
added passdb editor (rough form with a few bugs) Should work
Gerald Carter
2000-12-06
1
-0
/
+692
*
added documentation for 'private dir' parameter
Gerald Carter
2000-12-06
3
-2310
/
+2359
*
update to reference new documentation in Imprints
Gerald Carter
2000-12-06
1
-9
/
+11
*
Print debug if domain_client_validate() cannot fetch the trust account
Tim Potter
2000-12-06
1
-1
/
+2
*
make proto again
Tim Potter
2000-12-06
1
-1
/
+1
[prev]
[next]