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
/
source4
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r14381: Kill structs.h
Jelmer Vernooij
2007-10-10
2
-1
/
+3
*
r14380: Reduce the size of structs.h
Jelmer Vernooij
2007-10-10
1
-0
/
+4
*
r14374: remove sparse warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14364: operational -> async (untested)
Simo Sorce
2007-10-10
1
-0
/
+251
*
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
2007-10-10
2
-0
/
+2
*
r14349: Kill proto.h!
Jelmer Vernooij
2007-10-10
7
-6
/
+11
*
r14344: More helpful messages on error for command line specified controls
Simo Sorce
2007-10-10
3
-58
/
+438
*
r14332: Built in different paths when running locally (from ./bin/) in developer
Jelmer Vernooij
2007-10-10
1
-0
/
+63
*
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij
2007-10-10
8
-24
/
+16
*
r14309: make sure ret is initialised
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r14308: fixed an out of range shift and an uninitialised error
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r14307: fixed dereference of my_address->addr when NULL
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r14296: added an abort() to SMB_ASSERT() so that static analysers know it doe...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14295: make sure we return a valid data blob
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14288: - make the snprintf call in talloc portable to older solaris boxes
Andrew Tridgell
2007-10-10
1
-2
/
+8
*
r14281: Pull apart LIBDIR and MODULESDIR
Jelmer Vernooij
2007-10-10
2
-5
/
+5
*
r14240: fix summary output (step 2)
Stefan Metzmacher
2007-10-10
2
-5
/
+19
*
r14227: We are passing the wrong pointer here
Simo Sorce
2007-10-10
1
-1
/
+1
*
r14199: This isn't pretty, but it makes the network interface detection work ...
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
Simo Sorce
2007-10-10
3
-18
/
+0
*
r14162: Minor fixes on sort
Simo Sorce
2007-10-10
2
-55
/
+485
*
r14161: return early if we know the job is already finished
Simo Sorce
2007-10-10
4
-10
/
+29
*
r14131: Fix Coverity bug # 127
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r14109: Modulify the smbcalls subsystem.
Jelmer Vernooij
2007-10-10
2
-37
/
+37
*
r14108: Make the Doxyfiles a bit shorter...
Jelmer Vernooij
2007-10-10
3
-3629
/
+16
*
r14094: Use saner module directory names, fix loading of server service modules.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14067: give more usefull errors
Stefan Metzmacher
2007-10-10
1
-4
/
+5
*
r14038: reopen log files after a SIGHUP
Stefan Metzmacher
2007-10-10
1
-14
/
+32
*
r14029: Fix resource leak in error codepath. Coverity CID #64.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
2007-10-10
4
-103
/
+141
*
r13996: simplify ldb_async_wait() some more
Simo Sorce
2007-10-10
8
-23
/
+23
*
r13993: First prototype of how an async module should be built.
Simo Sorce
2007-10-10
1
-42
/
+361
*
r13992: change the way ldb_async_wait() works.
Simo Sorce
2007-10-10
8
-17
/
+16
*
r13990: Fix issues with function renaming.
Jelmer Vernooij
2007-10-10
3
-4
/
+4
*
r13986: minor fixes
Simo Sorce
2007-10-10
1
-8
/
+20
*
r13973: fix the build
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r13972: fix the build, jelmer can you please take a look at what's going wron...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r13969: Make these names lowercase as well (just like they are now in the bui...
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r13962: make functions public
Stefan Metzmacher
2007-10-10
1
-19
/
+19
*
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
2007-10-10
6
-36
/
+36
*
r13959: make more functions public
Stefan Metzmacher
2007-10-10
2
-6
/
+6
*
r13956: make more functions public
Stefan Metzmacher
2007-10-10
1
-39
/
+39
*
r13953: make more functions public
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r13944: Yet another round of splitups.
Jelmer Vernooij
2007-10-10
10
-2
/
+14
*
r13938: Around round of splitups
Jelmer Vernooij
2007-10-10
3
-1
/
+3
*
r13934: these are only needed for a standalone build
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r13926: More header splitups.
Jelmer Vernooij
2007-10-10
2
-1
/
+2
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
11
-25
/
+36
*
r13920: "hidden" visibility is the default...
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
2007-10-10
2
-1
/
+4
[prev]
[next]