index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
use tdb_wipe_all() instead of tdb_wipe() - it is faster...
Michael Adam
2008-03-26
1
-1
/
+1
*
util_tdb: make the _byblob fetch/store functions public again.
Michael Adam
2008-03-26
1
-4
/
+4
*
util_tdb: add my (C) for the tdb validation code
Michael Adam
2008-03-25
1
-0
/
+1
*
util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().
Michael Adam
2008-03-25
2
-3
/
+9
*
util_tdb: make the _byblob functions static - not currently used elsewhere.
Michael Adam
2008-03-25
1
-5
/
+5
*
Ignore port when pulling IP addr from struct sockaddr_storage.
Gerald (Jerry) Carter
2008-03-24
1
-34
/
+10
*
Fix Coverity ID 472
Volker Lendecke
2008-03-23
1
-6
/
+4
*
Fix Coverity ID 436
Volker Lendecke
2008-03-23
1
-0
/
+5
*
registry: fix registry_init_smbconf() to close the registry at the end.
Michael Adam
2008-03-21
1
-2
/
+0
*
libsmbconf: add internal open/close handling to registry backend.
Michael Adam
2008-03-21
1
-4
/
+38
*
libsmbconf: add a comment.
Michael Adam
2008-03-21
1
-0
/
+3
*
libsmbconf: add private_data section to smbconf_ctx.
Michael Adam
2008-03-21
2
-8
/
+20
*
libsmbconf: add a "path" variable to the conf context.
Michael Adam
2008-03-21
5
-15
/
+27
*
libsmbconf: add structuring comments to the prototypes in the public header.
Michael Adam
2008-03-21
1
-0
/
+8
*
libsmbconf: adapt a comment to new circumstances
Michael Adam
2008-03-21
1
-3
/
+1
*
libsmbconf: group together functions in smbconf.c more appropriately
Michael Adam
2008-03-21
1
-21
/
+29
*
libsmbconf: add a comment.
Michael Adam
2008-03-21
1
-1
/
+5
*
libsmbconf: move registry implementation to a module of its own.
Michael Adam
2008-03-21
3
-721
/
+754
*
Fix Coverity ID 473
Volker Lendecke
2008-03-21
1
-1
/
+1
*
Fix Coverity ID 537
Volker Lendecke
2008-03-21
1
-3
/
+3
*
Fix Coverity ID 538
Volker Lendecke
2008-03-21
1
-3
/
+3
*
libsmbconf: reformaat - fix some whispacing/tabs
Michael Adam
2008-03-21
1
-7
/
+7
*
libsmbconf: add backend specific init function.
Michael Adam
2008-03-21
4
-4
/
+13
*
libsmbconf: add shutdown handler to smbconf_ops.
Michael Adam
2008-03-21
2
-1
/
+8
*
libsmbconf: fix comments
Michael Adam
2008-03-21
1
-2
/
+1
*
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael Adam
2008-03-21
3
-4
/
+4
*
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
2008-03-21
3
-4
/
+4
*
libsmbconf: add open and close operations to the smbconf_ops.
Michael Adam
2008-03-21
2
-1
/
+15
*
libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.
Michael Adam
2008-03-21
2
-14
/
+64
*
libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.
Michael Adam
2008-03-21
1
-20
/
+20
*
libsmbconf: add existence check for service to smbconf_delete_share().
Michael Adam
2008-03-21
1
-0
/
+4
*
libsmbconf: add existence check for service to smbconf_get_share().
Michael Adam
2008-03-21
1
-0
/
+4
*
libsmbconf: add check for NULL servicename to smbconf_share_exists().
Michael Adam
2008-03-21
1
-0
/
+3
*
libsmbconf: fix a comment
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: refactor out registry implementation of smbconf operations.
Michael Adam
2008-03-21
1
-229
/
+326
*
libsmbconf: refactor autocreation of [global] into a helper function.
Michael Adam
2008-03-21
1
-21
/
+18
*
libsmbconf: put the smbconf context struct into a private header.
Michael Adam
2008-03-21
3
-3
/
+29
*
libsmbconf: change the API to always take the smbconf_ctx parameter first.
Michael Adam
2008-03-21
2
-21
/
+25
*
libsmbconf: fix indentation.
Michael Adam
2008-03-21
1
-3
/
+3
*
libsmbconf: change smbconf_get_seqnum() to smbconf_changed().
Michael Adam
2008-03-21
2
-10
/
+37
*
libsmbconf: fix a comment
Michael Adam
2008-03-21
1
-2
/
+1
*
libreplace: replace.c does not need system/network.h anymore.
Michael Adam
2008-03-19
1
-1
/
+0
*
libreplace: move rep_socketpair() to its own module.
Michael Adam
2008-03-19
6
-24
/
+55
*
libreplace: remove duplicate entry of inet_ntoa from README.
Michael Adam
2008-03-18
1
-1
/
+0
*
libreplace: remove trailing white spaces.
Michael Adam
2008-03-18
2
-2
/
+2
*
libreplace: replace inet_ntoa() when it is missing
Michael Adam
2008-03-18
6
-34
/
+61
*
libreplace: put inet_aton.c under LGPL instead of GPL.
Michael Adam
2008-03-18
1
-9
/
+13
*
libreplace: remove unused SOCKET_LIBS and NSL_LIBS
Stefan Metzmacher
2008-03-18
1
-3
/
+0
*
libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB
Stefan Metzmacher
2008-03-18
1
-0
/
+3
*
libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checks
Stefan Metzmacher
2008-03-18
2
-3
/
+3
[next]