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
/
locking
Commit message (
Expand
)
Author
Age
Files
Lines
*
the first of a bunch of changes to code with getting rid of the fd_ptr
Andrew Tridgell
2000-04-10
1
-6
/
+23
*
Fixed compile warning in locking.c:traverse_fn()
Tim Potter
2000-02-07
1
-1
/
+2
*
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
2000-02-04
2
-15
/
+10
*
added code to allow traversal of the byte range lock database
Andrew Tridgell
2000-01-16
2
-3
/
+43
*
damn, Solaris already has a "enum lock_type"
Andrew Tridgell
2000-01-14
2
-6
/
+7
*
we now pass all byte range locking tests
Andrew Tridgell
2000-01-14
2
-4
/
+72
*
some more work on the byte range locking
Andrew Tridgell
2000-01-14
1
-6
/
+8
*
the bulk of the new byte range locking coode
Andrew Tridgell
2000-01-13
2
-45
/
+296
*
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
2000-01-03
1
-1
/
+1
*
- added tdb_flags option to tdb_open()
Andrew Tridgell
2000-01-02
1
-1
/
+1
*
when no shares are returned the *shares pointer must be set to null
Andrew Tridgell
1999-12-22
1
-0
/
+2
*
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1999-12-21
5
-3670
/
+295
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
5
-72
/
+169
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
2
-7
/
+8
*
Ken McDonell from SGI was interested in adding some profiling
Andrew Tridgell
1999-04-01
1
-4
/
+0
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-1
/
+1
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
2
-8
/
+7
*
don't core dump in smbstatus if we can't open the shmem system
Andrew Tridgell
1998-10-31
1
-0
/
+1
*
Reasonably large change to give us *exactly* correct NT delete on close seman...
Jeremy Allison
1998-10-23
3
-31
/
+102
*
Fixed sys_lseek and seek_file calls so all returns
Jeremy Allison
1998-10-18
1
-172
/
+242
*
Small tidyups for gcc in 'preen' mode....
Jeremy Allison
1998-10-17
1
-2
/
+2
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
3
-13
/
+6
*
automated generation of .dummy files for each subdirectory;
Alexandre Oliva
1998-09-28
1
-1
/
+0
*
major autoconf clean-up
Alexandre Oliva
1998-09-21
1
-0
/
+1
*
Added ssize_t to configure code.
Jeremy Allison
1998-09-11
1
-70
/
+1
*
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1998-09-05
2
-35
/
+0
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-5
/
+6
*
Modified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison
1998-09-04
2
-31
/
+118
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
3
-23
/
+32
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
2
-52
/
+79
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-4
/
+4
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
3
-22
/
+24
*
- zero shared memory before freeing it
Andrew Tridgell
1998-08-30
2
-6
/
+8
*
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1998-08-20
1
-0
/
+6
*
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1998-08-19
1
-290
/
+0
*
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1998-08-17
1
-4
/
+12
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
1
-7
/
+6
*
fixed some bugs in the locking_slow code caused by the recent changes.
Andrew Tridgell
1998-08-16
1
-8
/
+9
*
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1998-08-16
1
-2
/
+0
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
3
-87
/
+75
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
2
-8
/
+19
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
4
-96
/
+91
*
Makefile.in: Changed so that make proto will work with ldap & nisplus.
Jeremy Allison
1998-08-14
1
-3
/
+3
*
More blocking lock code - still #ifdef'ed out - under development.
Jeremy Allison
1998-08-13
1
-10
/
+170
*
fixed the nested comment - Jeremy, do you want that unbecome_user() or
Andrew Tridgell
1998-08-12
1
-2
/
+1
*
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
1998-08-11
2
-11
/
+145
*
First implementation of ChangeNotify - this version only checks
Jeremy Allison
1998-08-03
1
-9
/
+13
*
Makefile.in: Moved UBIQX stuff into UTILOBJ.
Jeremy Allison
1998-07-30
2
-11
/
+11
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
5
-62
/
+21
*
locking.c: Print messages when we downgrade a lock.
Jeremy Allison
1998-07-29
1
-0
/
+2
[next]