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
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed parameters and variables called acl to the_acl as it conflicts
Tim Potter
2000-12-14
1
-6
/
+6
*
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2000-12-12
2
-41
/
+45
*
Owner always has READ_CONTROL and WRITE_DAC access.
Jeremy Allison
2000-12-12
1
-1
/
+3
*
code review of rpcclient
Gerald Carter
2000-12-11
1
-159
/
+140
*
new version of Get_Pwnam()
Gerald Carter
2000-12-11
1
-52
/
+50
*
Fixed typo causing coredump in file_lines_parse.
Jeremy Allison
2000-12-09
1
-1
/
+1
*
Modified argc passed to rpc_client cmd_* functions to include argv[0].
Tim Potter
2000-12-08
1
-3
/
+3
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-7
/
+14
*
Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c
Jeremy Allison
2000-12-07
1
-1
/
+1
*
Working code to read POSIX ACLs on a Linux system using the bestbits
Jeremy Allison
2000-12-07
1
-2
/
+49
*
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Jeremy Allison
2000-12-06
1
-0
/
+12
*
Fixed compiler warning.
Tim Potter
2000-12-06
1
-1
/
+1
*
Make smbd/posix_acls.c use abstract interface.
Jeremy Allison
2000-12-06
1
-0
/
+110
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
1
-7
/
+7
*
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
*
Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.
Tim Potter
2000-12-01
1
-2
/
+3
*
Another large patch for the passdb rewrite.
Gerald Carter
2000-11-21
1
-0
/
+6
*
fixed the problem with messages not getting through
Andrew Tridgell
2000-11-17
1
-1
/
+1
*
save and restore errno in select
Andrew Tridgell
2000-11-17
1
-1
/
+5
*
Delete queue on empty.
Jeremy Allison
2000-11-17
1
-2
/
+7
*
the duplicate checking code will cause unaligned accesses on non-intel
Andrew Tridgell
2000-11-17
1
-4
/
+4
*
use process_exists() not kill(pid, 0)
Andrew Tridgell
2000-11-17
1
-1
/
+1
*
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
2000-11-16
2
-6
/
+42
*
Fix for plaintext passwords from Pat Sandfort @ HP.
Jeremy Allison
2000-11-16
1
-3
/
+6
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
1
-51
/
+0
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-0
/
+7
*
Merge of Herb's profiling code.
Jeremy Allison
2000-11-11
1
-0
/
+1
*
Merge in Herb's changes from 2.2.
Jeremy Allison
2000-11-10
1
-1
/
+1
*
Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.
Jeremy Allison
2000-11-10
1
-2
/
+2
*
64 bit fix from Uros Prestor <uros@turbolinux.com>.
Jeremy Allison
2000-11-06
1
-3
/
+3
*
Fix some compiler warnings.
Tim Potter
2000-11-04
1
-6
/
+6
*
Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...
Jeremy Allison
2000-10-28
1
-1
/
+1
*
Even when looking up a users groups via winbindd even if the lookup for
Jeremy Allison
2000-10-25
1
-2
/
+2
*
John Reilly @ HP (who is a wonderful human being and *definately* needs
Jeremy Allison
2000-10-25
1
-2
/
+0
*
Fixed missing bracket on debug statement.
Tim Potter
2000-10-19
1
-1
/
+1
*
Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).
Jeremy Allison
2000-10-13
1
-1
/
+1
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
2
-32
/
+148
*
lib/messages.c add debug print for receipt of PING and
Herb Lewis
2000-10-12
1
-0
/
+2
*
Turns out we do need the pwnam check as on many systems the users
Jeremy Allison
2000-10-11
1
-0
/
+7
*
Fixed %d printf with unsigned long arg.
Jeremy Allison
2000-10-11
1
-1
/
+1
*
changes to sync with 2.2. tree
Herb Lewis
2000-10-11
1
-0
/
+12
*
Fix to avoid calling getgrgid for no reason.
Jeremy Allison
2000-10-11
1
-21
/
+9
*
Fixed nasty size wrong bug spotted by the eagle eyes of
Jeremy Allison
2000-10-10
1
-1
/
+1
*
sys_popen got damaged when converted from FILE * to int fd I think.
Jeremy Allison
2000-10-08
1
-14
/
+3
*
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison
2000-10-06
1
-4
/
+4
*
Print socket options - patch from Dave Collier-Brown @ Sun.
Jeremy Allison
2000-10-06
1
-2
/
+23
*
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
1
-1
/
+0
*
Made re-init of stat cache explicit rather than being hidden.
Jeremy Allison
2000-10-04
1
-4
/
+0
*
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
2000-10-04
5
-13
/
+17
[next]