index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...
Michael Adam
2008-04-15
1
-1
/
+1
*
net conf: adapt output of NULL share params in net conf list.
Michael Adam
2008-04-15
1
-2
/
+7
*
net conf: simplify logic in test output of net conf import.
Michael Adam
2008-04-15
1
-9
/
+5
*
libsmbconf: make sure to always list the NULL section first in text backend.
Michael Adam
2008-04-15
1
-3
/
+16
*
net conf: fix output of out-of-share parameters in test mode import
Michael Adam
2008-04-15
1
-4
/
+12
*
libsmbconf: default to the NULL section when a parameter is encountered w/o s...
Michael Adam
2008-04-15
1
-2
/
+8
*
libsmbconf: allow NULL sharename in smbconf_share_exists().
Michael Adam
2008-04-15
1
-3
/
+0
*
libsmbconf: add handling of NULL strings to smbconf_find_in_array().
Michael Adam
2008-04-15
1
-2
/
+4
*
libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()
Michael Adam
2008-04-15
1
-5
/
+9
*
Regenerate DCE/RPC client code after fixing memcpy() length bug in pidl.
Jelmer Vernooij
2008-04-15
7
-22
/
+22
*
lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
2008-04-15
1
-2
/
+4
*
pdb_tdb: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
2008-04-15
1
-1
/
+3
*
libnetjoin/net: Fix lp_config_backend_is_registry() handling.
Günther Deschner
2008-04-14
2
-20
/
+68
*
net: abort when lp_realm is not set in net_ads_leave().
Günther Deschner
2008-04-14
1
-0
/
+5
*
libnetjoin: delete the workgroup name when requested while unjoining.
Günther Deschner
2008-04-14
1
-0
/
+4
*
libnetjoin: separate out libnet_join_lookup_dc_rpc.
Günther Deschner
2008-04-14
1
-37
/
+86
*
libgpo: fix build warning.
Günther Deschner
2008-04-14
1
-2
/
+3
*
net: exit early in net_ads_join() if the domain is not set.
Günther Deschner
2008-04-14
1
-0
/
+6
*
libnetjoin: Fix unjoining when no KRB5CCNAME is around.
Günther Deschner
2008-04-14
1
-0
/
+16
*
net: use WERROR for check_ads_config().
Günther Deschner
2008-04-14
1
-9
/
+7
*
doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.
Günther Deschner
2008-04-14
2
-0
/
+4
*
net: the success of secrets_init is checked by libnetjoin now.
Günther Deschner
2008-04-14
1
-6
/
+0
*
WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...
Günther Deschner
2008-04-14
1
-0
/
+1
*
libnetjoin: Remove machine account if we failed to set password.
Günther Deschner
2008-04-14
1
-0
/
+4
*
Remove two pointless else branches
Volker Lendecke
2008-04-14
1
-7
/
+5
*
Remove namedpipe_transact fn pointer from smb_np_struct
Volker Lendecke
2008-04-14
1
-11
/
+0
*
Enable multiple fd events on a single file descriptor
Volker Lendecke
2008-04-14
1
-1
/
+1
*
Fix some "ignoring asprintf result" warnings
Volker Lendecke
2008-04-14
2
-20
/
+21
*
Make use of ZERO_STRUCT instead of memset in namequery.c
Volker Lendecke
2008-04-14
1
-1
/
+1
*
Fix the build of db_open_trans with CLUSTER_SUPPORT enabled
Volker Lendecke
2008-04-14
1
-0
/
+2
*
libnetjoin: Fix joining when no KRB5CCNAME is around.
Günther Deschner
2008-04-14
1
-0
/
+15
*
Use more error-prone form of testing dm_destroy_session() return code after d...
Alexander Bokovoy
2008-04-14
1
-1
/
+1
*
loadparm: use the new smbconf_init() dispatcher for loading registry config.
Michael Adam
2008-04-13
1
-2
/
+2
*
net conf: use the new smbconf_init() dispatcher instead of explicit backend i...
Michael Adam
2008-04-13
1
-2
/
+9
*
libsmbconf: add a smbconf init dispatcher smbconf_init().
Michael Adam
2008-04-13
3
-2
/
+101
*
libsmbconf: move setting of verbatim variable into a more internal function.
Michael Adam
2008-04-13
1
-2
/
+2
*
libsmbconf: add a check for talloc failure to smbconf_txt_init().
Michael Adam
2008-04-13
1
-0
/
+3
*
libsmbconf: remove the bool verbatim parameter from txt backend init function.
Michael Adam
2008-04-13
4
-7
/
+5
*
libsmbconf: rename smbconf_init() to smbconf_init_internal().
Michael Adam
2008-04-13
4
-6
/
+6
*
libnetapi: add libnetapi_set_use_kerberos
Günther Deschner
2008-04-13
4
-2
/
+25
*
libnetapi: Add NetQueryDisplayInformation header.
Günther Deschner
2008-04-13
1
-0
/
+8
*
libnetapi: add NetQueryDisplayInformation example.
Günther Deschner
2008-04-13
2
-1
/
+105
*
libnetapi: fill in NetQueryDisplayInformation_r.
Günther Deschner
2008-04-13
1
-1
/
+295
*
libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.
Günther Deschner
2008-04-13
1
-6
/
+2
*
libnetapi: add NetQueryDisplayInformation skeleton.
Günther Deschner
2008-04-13
3
-0
/
+82
*
Re-run make idl.
Günther Deschner
2008-04-13
3
-1
/
+222
*
libnetapi: Add IDL for NetQueryDisplayInformation.
Günther Deschner
2008-04-13
1
-0
/
+35
*
Fix the build of eventlogadm.
Günther Deschner
2008-04-13
1
-1
/
+1
*
gpo: add scripts plugin.
Günther Deschner
2008-04-13
3
-0
/
+448
*
libnetapi: don't to try to free NULL struct.
Günther Deschner
2008-04-13
1
-0
/
+4
[next]