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