index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()
Jeremy Allison
2001-04-15
1
-6
/
+13
*
Patch from "Christoph Zwerschke" <zwerschke@zuv.uni-heidelberg.de> to
Jeremy Allison
2001-04-15
1
-0
/
+12
*
Added Darwin guess.
Jeremy Allison
2001-04-15
2
-88
/
+96
*
Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other than
Jeremy Allison
2001-04-15
1
-4
/
+12
*
Fix from Tony Butt - shouldn't set got_pass for -c option.
Jeremy Allison
2001-04-15
1
-1
/
+0
*
Removed one samba-bugs ref. from source.
Jeremy Allison
2001-04-14
1
-1
/
+1
*
This little piece of insanity is inspired by the
Jeremy Allison
2001-04-14
2
-4
/
+86
*
Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. Changed
Jeremy Allison
2001-04-14
5
-20
/
+73
*
Patch from Mandrakesoft to ensure we close all files.
John Terpstra
2001-04-14
1
-1
/
+3
*
Fix for True64 treating readonly as a reserved word !
Jeremy Allison
2001-04-14
1
-2
/
+2
*
configure:
Jeremy Allison
2001-04-14
14
-42
/
+144
*
Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentially
Jeremy Allison
2001-04-13
3
-0
/
+35
*
Fixed potential file descriptor leak with MS-Access fix.
Jeremy Allison
2001-04-13
2
-3
/
+34
*
Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hard
Jeremy Allison
2001-04-13
2
-3
/
+27
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
26
-841
/
+1197
*
Adding the "Using Samba" book to the packaging in HEAD.
Shirish Kalele
2001-04-13
2
-6
/
+42
*
Updated with Andrew Bartlett patch.
John Terpstra
2001-04-13
2
-6
/
+60
*
Updated Major/Minor version to 4.50 - see notes.
John Terpstra
2001-04-13
1
-10
/
+14
*
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
2001-04-13
12
-137
/
+186
*
forgot one thing
Gerald Carter
2001-04-12
1
-0
/
+4
*
still working on it
Gerald Carter
2001-04-12
1
-6
/
+13
*
Can't use space in random string used for exec.
Jeremy Allison
2001-04-12
1
-1
/
+1
*
Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't
Jeremy Allison
2001-04-12
3
-15
/
+35
*
Added a caching system to smbsh. Previously access to workgroup or server
Tim Potter
2001-04-12
3
-7
/
+215
*
Merged John's changes.
Jeremy Allison
2001-04-12
3
-3
/
+7
*
fix broken links in SWAT due to upper case anchors in the generated
Gerald Carter
2001-04-12
1
-2
/
+5
*
To stop people complaining about the mktemp call, move it into lib/util.c. Th...
Jeremy Allison
2001-04-11
11
-130
/
+230
*
Fix for core dump in security = share code with new share security db.
Jeremy Allison
2001-04-11
3
-26
/
+40
*
Adding Solaris packaging files to HEAD.
Shirish Kalele
2001-04-11
12
-0
/
+376
*
Changed the order of -kPIC and -kpic.
Jeremy Allison
2001-04-11
4
-36
/
+38
*
Fixed some compiler warnings.
Tim Potter
2001-04-11
1
-2
/
+2
*
Added SMB_ prefix to enums that clash with Solaris ACL definitions.
Jeremy Allison
2001-04-11
1
-9
/
+9
*
Updating pampass from Samba-2.2 code tree. ===> JHT
John Terpstra
2001-04-11
2
-278
/
+174
*
Restrict dfs add and dfs remote to root at Shirish's advice.
Jeremy Allison
2001-04-11
1
-0
/
+16
*
Merged in missing break fix from Shirish.
Jeremy Allison
2001-04-10
1
-0
/
+1
*
Fixed missing HAVE_STDARG_H.
Jeremy Allison
2001-04-10
1
-4
/
+20
*
Fixed --with-automount compile error.
Jeremy Allison
2001-04-10
2
-2
/
+4
*
Added HAVE_STDARG_H to tdbutil.c
Jeremy Allison
2001-04-10
1
-5
/
+51
*
passdb/pass_check.c: Ensure second check is done only if given username is al...
Jeremy Allison
2001-04-10
3
-131
/
+63
*
Added JohnT and Andrew Bartlett's PAM changes.
Jeremy Allison
2001-04-10
5
-269
/
+889
*
Use message system to notify when smb.conf is updated.
Jeremy Allison
2001-04-10
2
-7
/
+22
*
looking towards abstracting the passdb and uidmapping interfaces.
Gerald Carter
2001-04-09
1
-0
/
+66
*
Fixup warnings about extra ';' from SGI compiler.
Jeremy Allison
2001-04-09
1
-22
/
+22
*
Removed "read only" arg as it isn't useful.
Jeremy Allison
2001-04-09
1
-33
/
+2
*
Tidy up return codes for server manager.
Jeremy Allison
2001-04-09
1
-6
/
+21
*
Get/Set of SD's on shares now works. Correctly ensure scripts exist before
Jeremy Allison
2001-04-09
1
-12
/
+15
*
Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.
Jeremy Allison
2001-04-09
4
-15
/
+95
*
Ensure Everyone/All access is mapped correctly to file generic perms to allow
Jeremy Allison
2001-04-09
1
-1
/
+5
*
Added set/get SD's on shares. Check before tcon.
Jeremy Allison
2001-04-09
4
-18
/
+170
*
HEAD specific slprintf paranoia fixes.
Jeremy Allison
2001-04-08
2
-11
/
+11
[prev]
[next]