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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r14961: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-2
/
+4
*
r14960: don't declare variables mid-function
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r14959: allow change notify to be disabled completely using
Andrew Tridgell
2007-10-10
2
-3
/
+20
*
r14958: fixed big-endian dcerpc connections for the new string handling code
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r14957: fixed shell syntax for config.h creation, and move after AC_OUTPUT
Andrew Tridgell
2007-10-10
1
-6
/
+6
*
r14956: change the notify search to be much more efficient by using a
Andrew Tridgell
2007-10-10
4
-85
/
+302
*
r14952: Make sure the auth subsystem gets initialized if a gensec module need...
Jelmer Vernooij
2007-10-10
4
-3
/
+22
*
r14951: - remove unused var 'path'
Stefan Metzmacher
2007-10-10
1
-12
/
+7
*
r14950: make sure include/config.h is only updated when the content was changed
Stefan Metzmacher
2007-10-10
3
-4
/
+10
*
r14949: re-add the two lex.c files for heimdal, these are needed for systems
Andrew Tridgell
2007-10-10
2
-0
/
+4520
*
r14948: add testing of truncate events, and add truncate support to inotify
Andrew Tridgell
2007-10-10
2
-3
/
+15
*
r14947: add support for file truncate events
Andrew Tridgell
2007-10-10
1
-5
/
+8
*
r14946: added a smbcli_ftruncate() call, useful for torture testing
Andrew Tridgell
2007-10-10
1
-7
/
+16
*
r14945: allow the notify backend to be specified per share
Andrew Tridgell
2007-10-10
2
-3
/
+4
*
r14944: pass any error of build/smb_build/main.pl to the caller of ./config.s...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14943: bring the inotify backend up to date with all the strange rename
Andrew Tridgell
2007-10-10
1
-16
/
+82
*
r14942: make the RAW-NOTIFY test check the strange file rename semantics. Also
Andrew Tridgell
2007-10-10
1
-19
/
+53
*
r14941: a rename of a file (but not a directory) triggers 3 events. The first
Andrew Tridgell
2007-10-10
1
-1
/
+11
*
r14939: don't use a void pointer
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo for
Andrew Tridgell
2007-10-10
1
-0
/
+23
*
r14937: fix a crash that can be caused by a notify triggering during a share
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r14936: remove a duplicate line
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r14935: try to avoid a race condition in the recursion test
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14934: greatly expand the RAW-NOTIFY testing of completion filters. We now
Andrew Tridgell
2007-10-10
1
-0
/
+185
*
r14933: fix the handling of notify filters to be much closer to the behaviour
Andrew Tridgell
2007-10-10
7
-35
/
+37
*
r14932: ensure that we send a NOTIFY_ACTION_OLD_NAME and
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r14930: Coalesce the "feature enabled" tests so that the config summary always
James Peach
2007-10-10
1
-17
/
+19
*
r14929: add some comments
Stefan Metzmacher
2007-10-10
1
-2
/
+15
*
r14928: demonstrate that the completion filter is only set on the first notify
Andrew Tridgell
2007-10-10
2
-0
/
+3
*
r14927: expand the RAW-NOTIFY test to test recursive and rename handling
Andrew Tridgell
2007-10-10
1
-1
/
+115
*
r14926: change the inotify backend to implement the rather unusual semantics
Andrew Tridgell
2007-10-10
1
-4
/
+28
*
r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events for
Andrew Tridgell
2007-10-10
3
-37
/
+59
*
r14924: when handling recursive change notify, the client expects a windows
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r14921: I forgot to commit the IDL change for the subdir_filter
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r14920: allow a notify backend to separately specify if it has handled the
Andrew Tridgell
2007-10-10
5
-55
/
+93
*
r14919: disable the BASE-DEFER_OPEN test until it gets fixed (it sleeps for
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r14918: cleaner handling of systems without inotify
Andrew Tridgell
2007-10-10
3
-25
/
+38
*
r14917: fixed length strings don't count any trailing nulls in the length
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r14916: print errno so I can work out why OpenBSD is failing the test for tdb
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r14915: Work in progress - getting ldb_add() working.
Tim Potter
2007-10-10
2
-8
/
+38
*
r14914: Remove printf statement I accidently committed.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r14913: readd --with-selftest-prefix as it's needed
Stefan Metzmacher
2007-10-10
2
-1
/
+19
*
r14912: don't crash if inotify isn't present...
Stefan Metzmacher
2007-10-10
1
-8
/
+16
*
r14911: Allow easy modification of selftest subdirectory name
Jelmer Vernooij
2007-10-10
2
-10
/
+10
*
r14910: Remove unused configure options
Jelmer Vernooij
2007-10-10
2
-53
/
+1
*
r14909: Add lp_modulesdir() smb.conf option
Jelmer Vernooij
2007-10-10
2
-1
/
+6
*
r14908: Fix LD_LIBRARY_PATH
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14907: Another attempt at fixing partially generated tables.c files
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r14906: Move SWIG-specific files to scripting/swig/
Jelmer Vernooij
2007-10-10
5
-12
/
+12
*
r14905: Prevent partly generated files when building using heavy parallel make.
Jelmer Vernooij
2007-10-10
2
-11
/
+5
[prev]
[next]