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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
a first pass at Linux kernel oplocks support
Andrew Tridgell
2000-06-10
6
-26
/
+212
*
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
2000-06-10
7
-429
/
+436
*
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
2000-06-10
4
-782
/
+617
*
(Correct) fix for desired_access being zero in map_share_mode().
Jeremy Allison
2000-06-09
1
-12
/
+12
*
Fix from Elrond for hash table corruption. Should fix stat cache bug (I
Jeremy Allison
2000-06-09
2
-3
/
+11
*
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
2000-06-09
7
-70
/
+65
*
do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().
Jean-François Micouleau
2000-06-09
3
-5
/
+18
*
untiltime should be 0 by default to cover the whole 24 hours.
Jean-François Micouleau
2000-06-09
1
-3
/
+3
*
clean up oplock capability code ready for Linux code
Andrew Tridgell
2000-06-09
6
-559
/
+559
*
the Linux F_GETLEASE value has changed
Andrew Tridgell
2000-06-09
1
-1
/
+1
*
some templates needed for the new aparser stuff
Andrew Tridgell
2000-06-09
2
-0
/
+27
*
split some of the irix kernel oplocks code into a function
Andrew Tridgell
2000-06-09
1
-68
/
+74
*
free NET_USER_INFO_3 gids when vuser invalidated.
Luke Leighton
2000-06-09
1
-0
/
+4
*
dynamic allocation of NET_USER_INFO_3 gids.
Luke Leighton
2000-06-09
4
-30
/
+63
*
started adding support for relative, plus options for autoalignment
Andrew Tridgell
2000-06-09
17
-42
/
+421
*
reverted jeremy's changes that removed NET_USER_INFO_3. will you please
Luke Leighton
2000-06-09
5
-415
/
+444
*
Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>
Jeremy Allison
2000-06-08
3
-9
/
+11
*
Fix for map_share_mode to allow desired access of zero map to stat open.
Jeremy Allison
2000-06-08
1
-0
/
+11
*
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...
Jeremy Allison
2000-06-08
5
-442
/
+445
*
Again, just syncronizing. The a function name was changed in the sll
Christopher R. Hertel
2000-06-08
4
-27
/
+51
*
Bringing these up to date with what I've got on my site. The fixes include
Christopher R. Hertel
2000-06-08
6
-77
/
+165
*
added a NET_USER_INFO_3 struct to user_struct.
Luke Leighton
2000-06-08
5
-406
/
+452
*
added se_access_check.
Luke Leighton
2000-06-08
3
-1
/
+282
*
make_sec_acl was passed pointer to static array ace[2], oops.
Luke Leighton
2000-06-08
1
-1
/
+1
*
- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX
Andrew Tridgell
2000-06-08
6
-161
/
+226
*
Moved tdb functions that access parse structs into parse_prs.c
Jeremy Allison
2000-06-08
3
-32
/
+30
*
Cause printer SD's to be displayed correctly (full control).
Jeremy Allison
2000-06-08
4
-11
/
+15
*
Fixing get/set of security descriptors.
Jeremy Allison
2000-06-07
8
-19
/
+45
*
Memory leak fixes.
Jeremy Allison
2000-06-06
4
-2
/
+19
*
fixed sizeof() typo
Andrew Tridgell
2000-06-06
1
-4
/
+4
*
fixed!!
Andrew Tridgell
2000-06-06
1
-10
/
+27
*
Create elements in default, not in read.
Jeremy Allison
2000-06-06
2
-3
/
+10
*
Some tidyup fixes (memory leaks etc.). Still no progress with the
Jeremy Allison
2000-06-05
5
-20
/
+37
*
simple increment bug in uniarray_2_dosarray
Andrew Tridgell
2000-06-05
1
-0
/
+1
*
don't ue nasty /proc/locks hack by default
Andrew Tridgell
2000-06-05
1
-2
/
+2
*
added locktest2
Andrew Tridgell
2000-06-05
2
-0
/
+636
*
fixed a off by one bug in ntforms read from the database
Andrew Tridgell
2000-06-05
1
-1
/
+1
*
added -O (use oplocks) option to locktest
Andrew Tridgell
2000-06-05
1
-1
/
+8
*
we no longer need the code to cope with setprinter having corrupted
Andrew Tridgell
2000-06-04
1
-6
/
+0
*
no space was being reserved for the security descriptor in the parse
Andrew Tridgell
2000-06-04
1
-3
/
+8
*
sec_desc_size() needs to handle a null secdesc
Andrew Tridgell
2000-06-04
1
-2
/
+5
*
some printer parameters are getting corrupted, possibly by the client
Andrew Tridgell
2000-06-04
1
-2
/
+12
*
added some debug code to track down pack/unpack problems
Andrew Tridgell
2000-06-04
1
-0
/
+12
*
fixed the pack/unpack of the devicemode
Andrew Tridgell
2000-06-04
2
-52
/
+86
*
added a MANGLE_DRIVER_PATH define to chooose whether we stuff with the
Andrew Tridgell
2000-06-04
1
-10
/
+9
*
someone forgot a !
Andrew Tridgell
2000-06-04
1
-1
/
+1
*
new protos
Andrew Tridgell
2000-06-03
1
-2
/
+3
*
fixed some ptr declarations
Andrew Tridgell
2000-06-03
1
-2
/
+2
*
moved secrets fns into secrets.c
Andrew Tridgell
2000-06-03
1
-1
/
+1
*
moved secrets fns into secrets.c
Andrew Tridgell
2000-06-03
4
-6
/
+6
[prev]
[next]