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
/
smbconf
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
build: Remove sys_fopen wrapper
Andrew Bartlett
1
-1
/
+1
2011-08-08
s3:smbconf let drop leave the smbconf key in place to match a virgin registry...
Gregor Beck
1
-1
/
+1
2011-07-28
s3:libsmbconf: use lp_load_global() in the testsuite
Michael Adam
1
-6
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-3
/
+3
2011-05-12
s3-lib/smbconf: fix uninitialized error code in smbconf_reg_init().
Günther Deschner
1
-1
/
+1
2011-05-10
libsmbconf: Convert smbconf_transaction_*() to sbcErr.
Andreas Schneider
1
-6
/
+27
2011-05-10
libsmbconf: Convert smbconf_delete_includes() to sbcErr.
Andreas Schneider
2
-13
/
+16
2011-05-10
libsmbconf: Convert smbconf_set_includes() to sbcErr.
Andreas Schneider
2
-18
/
+23
2011-05-10
libsmbconf: Convert smbconf_get_includes() to sbcErr.
Andreas Schneider
2
-19
/
+18
2011-05-10
libsmbconf: Convert smbconf_delete_parameter() to sbcErr.
Andreas Schneider
1
-6
/
+8
2011-05-10
libsmbconf: Convert smbconf_get_parameter() to sbcErr.
Andreas Schneider
1
-7
/
+6
2011-05-10
libsmbconf: Convert smbconf_set_parameter() to sbcErr.
Andreas Schneider
1
-12
/
+14
2011-05-10
libsmbconf: Convert smbconf_delete_share() to sbcErr.
Andreas Schneider
1
-7
/
+14
2011-05-10
libsmbconf: Convert smbconf_get_share() to sbcErr.
Andreas Schneider
1
-56
/
+73
2011-05-10
libsmbconf: Convert smbconf_create_share() to smbErr.
Andreas Schneider
1
-10
/
+12
2011-05-10
libsmbconf: Convert smbconf_get_share_names() to sbcErr.
Andreas Schneider
1
-29
/
+37
2011-05-10
libsmbconf: Convert smbconf_drop() to sbcErr.
Andreas Schneider
1
-6
/
+12
2011-05-10
libsmbconf: Convert smbconf_open() to sbcErr.
Andreas Schneider
2
-12
/
+16
2011-05-10
libsmbconf: Convert smbconf_init() to sbcErr.
Andreas Schneider
5
-19
/
+21
2011-04-22
s3: Fix Coverity ID 1340, NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2011-03-30
registry: create and use shared libcli/registry/util_reg.h header.
Günther Deschner
1
-0
/
+1
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-1
/
+1
2010-09-22
s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive
Michael Adam
1
-3
/
+2
2010-09-21
s3:registry: move prototype from reg_init_smbconf.c to its own header.
Michael Adam
1
-0
/
+1
2010-09-21
s3:registry: move the reg_api prototypes to their own header.
Michael Adam
1
-0
/
+1
2010-09-20
s3:registry: move higher level function reg_open_path to new module reg_api_util
Michael Adam
1
-0
/
+1
2010-09-11
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
1
-2
/
+2
2010-08-05
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
1
-0
/
+1
2010-07-02
s3-registry: avoid using registry_value union.
Günther Deschner
1
-20
/
+48
2010-05-25
s3:registry: move prototype registry_create_admin_token() to new header reg_u...
Michael Adam
1
-0
/
+1
2010-05-25
s3:registry: extract the reg_backend_db prototypes into their own header.
Michael Adam
1
-0
/
+1
2010-05-18
smbconf: only include smbconf headers where needed.
Günther Deschner
3
-0
/
+7
2010-05-18
s3-registry: only include registry headers when really needed.
Günther Deschner
1
-0
/
+1
2009-04-27
s3:libsmbconf: fix a comment typo
Michael Adam
1
-1
/
+1
2009-04-21
s3-secdesc: move all winreg access bits to IDL.
Günther Deschner
1
-1
/
+1
2009-04-07
s3/smbconf_reg: Fix typo.
Karolin Seeger
1
-1
/
+1
2009-03-09
fix "dubious escape" warning of Studio compiler
Björn Jacke
1
-1
/
+1
2009-03-04
s3:smbconf: move smbconf_share_exists checks into backend
Michael Adam
1
-4
/
+9
2009-02-26
s3:libsmbconf: add transactions to the libsmbconf api
Michael Adam
1
-0
/
+18
2009-02-26
Speed up "net conf list"
Volker Lendecke
1
-115
/
+41
2009-02-26
Speed up "net conf list"
Volker Lendecke
1
-0
/
+3
2009-01-30
s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')
Stefan Metzmacher
1
-31
/
+29
2009-01-21
libsmbconf: move the non-registry parts of libsmbconf to top level
Michael Adam
6
-1428
/
+0
2009-01-21
s3:libsmbconf: include smbconf headers with lib/smbconf prefix
Michael Adam
2
-4
/
+4
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend
Michael Adam
1
-20
/
+20
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend
Michael Adam
1
-5
/
+6
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init
Michael Adam
1
-1
/
+1
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite
Michael Adam
1
-5
/
+5
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c
Michael Adam
1
-2
/
+2
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c
Michael Adam
1
-2
/
+2
[next]