index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-05-15
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
1
-1
/
+5
2001-05-15
remember to close tdb after use
Andrew Tridgell
1
-0
/
+1
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-2
/
+2
2000-05-04
fixed message text
Andrew Tridgell
1
-1
/
+1
2000-02-04
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
1
-2
/
+2
2000-01-16
use GET_DENY_MODE() macro
Andrew Tridgell
1
-2
/
+1
2000-01-16
added code to allow traversal of the byte range lock database
Andrew Tridgell
1
-1
/
+29
2000-01-02
- added tdb_flags option to tdb_open()
Andrew Tridgell
1
-4
/
+4
1999-12-22
improved error message in case the lock list is truncated
Andrew Tridgell
1
-1
/
+8
1999-12-21
changed message is connections.tdb doesn't exist
Andrew Tridgell
1
-1
/
+1
1999-12-21
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1
-24
/
+9
1999-12-21
first cut at using the tdb code for the connections structure, the
Andrew Tridgell
1
-192
/
+192
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-66
/
+66
1999-08-18
patch from Michael Glauche to call get_status_connections() instead of
Luke Leighton
1
-52
/
+52
1999-04-01
Ken McDonell from SGI was interested in adding some profiling
Andrew Tridgell
1
-3
/
+31
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-1
/
+1
1998-11-05
check return value of locking_init()
Andrew Tridgell
1
-10
/
+12
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-3
/
+1
1998-08-15
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1
-1
/
+0
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-2
/
+0
1998-08-10
the rest of the binaries now compile and link
Andrew Tridgell
1
-33
/
+34
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1
-3
/
+1
1998-07-24
Updates smbstatus to have a -S and -L flag.
Richard Sharpe
1
-69
/
+87
1998-07-22
Fixed bug found by Richard Sharpe. After increasing files_struct size by
Jeremy Allison
1
-1
/
+1
1998-05-30
This change ensures that only the processes/locked files that
Paul Blackman
1
-20
/
+22
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-4
/
+4
1998-03-22
- added a check for broken RH5 include files. With the standard RH5
Andrew Tridgell
1
-1
/
+1
1998-03-15
- added the ability to kill off individual connections from SWAT (from
Andrew Tridgell
1
-0
/
+1
1998-03-14
another makeover of loadparm to support new stuff in swat and
Andrew Tridgell
1
-1
/
+1
1998-01-22
This is *not* a big change (although it looks like one).
Jeremy Allison
1
-1
/
+1
1997-10-29
damn. We need root privilages to do semaphore operations even if we
Andrew Tridgell
1
-0
/
+1
1997-10-27
change the default file permissions on the SHARE_MEM_FILE* to
Andrew Tridgell
1
-1
/
+1
1997-10-20
a major share modes reorganisation.
Andrew Tridgell
1
-263
/
+48
1997-10-06
client.c: Changed shadowed variable.
Jeremy Allison
1
-13
/
+2
1997-10-01
OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!
Jeremy Allison
1
-18
/
+43
1997-09-05
client.c: Made sure myhostname was initialised before substitutions.
Jeremy Allison
1
-2
/
+2
1997-07-18
charset.c: Split charset_initialise() into 2 - a charset_initialise() and
Samba Release Account
1
-1
/
+1
1997-06-11
Makefile: Added quoata changes for Linux from Thorvald Natvig
Samba Release Account
1
-1
/
+1
1997-05-20
dir.c: Fixed double slash issue.
Samba Release Account
1
-83
/
+177
1997-05-08
status.c: Added brief option. Patch from ccctim@mailbox.ucdavis.edu
Samba Release Account
1
-16
/
+77
1997-05-08
'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)
Samba Release Account
1
-1
/
+1
1997-01-15
locking.c proto.h shmem.c smb.h status.c :
Samba Release Account
1
-16
/
+17
1997-01-09
Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...
Samba Release Account
1
-8
/
+9
1996-08-17
- made FAST_SHARE_MODES standard for Linux
Andrew Tridgell
1
-4
/
+4
1996-08-15
- added FAST_SHARE_MODES code
Andrew Tridgell
1
-40
/
+137
1996-06-10
got rid of a lot of redundent header files as we now globally generate
Andrew Tridgell
1
-5
/
+0
1996-06-04
a huge pile of changes :-)
Andrew Tridgell
1
-1
/
+1
1996-05-31
Lots of changes!
Andrew Tridgell
1
-2
/
+3
1996-05-05
- added hostname support to smbstatus
Andrew Tridgell
1
-3
/
+7
1996-05-04
Initial version imported to CVS
Samba Release Account
1
-0
/
+258
[prev]