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
/
web
/
statuspage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-03-01
s3: Add connections_forall_read()
Volker Lendecke
1
-9
/
+6
2010-01-18
s3: Show share path in swat statuspage
Marcin Gryszkalis
1
-4
/
+7
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
1
-2
/
+2
2009-01-15
Fix bug #6040 - Missing <th> header in Status page.
Jeremy Allison
1
-1
/
+2
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
1
-1
/
+1
2008-10-01
Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
Jeremy Allison
1
-2
/
+3
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-1
/
+2
2007-12-10
Tiny simplifications
Volker Lendecke
1
-1
/
+1
2007-12-03
Make strhex_to_str clear on string limits. Remove pstring from web/*.c
Jeremy Allison
1
-9
/
+20
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r24781: Fix build warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r24701: Fix the swat build
Volker Lendecke
1
-0
/
+2
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23171: Convert connections.tdb to dbwrap
Volker Lendecke
1
-12
/
+11
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-52
/
+31
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-4
/
+4
2007-10-10
r22282: Fix last few name -> servicename changes.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-1
/
+1
2007-10-10
r17177: Get rid of a global variable by adding a private data pointer to
Volker Lendecke
1
-2
/
+5
2007-10-10
r16435: Add in the uid info that Jerry needs into the
Jeremy Allison
1
-0
/
+1
2007-10-10
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
1
-1
/
+1
2007-10-10
r13262: Arrgggg. Fix smbstatus and swat status to ignore
Jeremy Allison
1
-1
/
+7
2007-10-10
r12203: Add the share path into the sharemode db. This involves
Jeremy Allison
1
-1
/
+1
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
1
-1
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-16
/
+18
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-5
/
+10
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
1
-1
/
+1
2007-10-10
r2771: Second (and last) part of Swat-i18n-Patch from Björn Jacke
Günther Deschner
1
-78
/
+82
2004-03-05
BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...
Gerald Carter
1
-1
/
+1
2003-10-03
Moving towards better i18n support in SWAT. This commit contains a
Tim Potter
1
-9
/
+13
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-1
/
+1
2003-07-22
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
1
-1
/
+1
2003-04-24
Added patch from Stephen Roylance.
John Terpstra
1
-20
/
+26
2003-04-22
Added Stephen Roylance's patch - Adds to Status page, a Start All, Restart All
John Terpstra
1
-9
/
+38
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-08-17
sync 3.0 branch with HEAD
Jelmer Vernooij
1
-0
/
+28
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-0
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-14
the next step in the intl changeover. This should get us compiling agian,
Andrew Tridgell
1
-69
/
+68
2001-10-06
merge from 2.2
Gerald Carter
1
-2
/
+84
2001-09-24
Added SWAT i18n feature:
Motonobu Takahashi
1
-35
/
+37
2001-09-06
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
1
-1
/
+1
2001-08-22
A few changes:
Andrew Bartlett
1
-3
/
+1
2001-07-30
Added "use mmap" for HPUX.
Jeremy Allison
1
-1
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-1
/
+1
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-1
/
+1
2001-05-15
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
1
-5
/
+17
[next]