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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-21
libsmbconf: fix a comment
Michael Adam
1
-2
/
+1
2008-03-20
A level 25 setuserinfo does change the pwdlastset
Volker Lendecke
1
-6
/
+22
2008-03-20
smbd: fix session setup with security = share.
Michael Adam
1
-1
/
+1
2008-03-20
Fix an uninitialized variable warning
Volker Lendecke
1
-0
/
+1
2008-03-20
Port 3c1f1f0797e from 3-0-ctdb
root
1
-3
/
+57
2008-03-20
Fix some warnings in the tsmsm module
Volker Lendecke
1
-4
/
+6
2008-03-20
loadparm: reenable checking files for updates while in registry configuration.
Michael Adam
1
-9
/
+0
2008-03-20
loadparm: remove unneeded include.
Michael Adam
1
-1
/
+0
2008-03-20
registry: use available string constant in debug statement.
Michael Adam
1
-1
/
+1
2008-03-20
registry: in regdb_init, not only complain about INFO/version, store it...
Michael Adam
1
-0
/
+8
2008-03-20
registry: reformat regdb_init() slightly, breaking long lines.
Michael Adam
1
-6
/
+9
2008-03-20
registry: untangle assignment and if-statement in regdb_init().
Michael Adam
1
-2
/
+2
2008-03-20
registry: separate initialization of registry data from regdb_init().
Michael Adam
3
-9
/
+14
2008-03-20
registry: add a transaction wrapper to init_registry_key_internal().
Michael Adam
1
-0
/
+31
2008-03-20
registry: refactor creation of subkeys out of init_registry_data().
Michael Adam
1
-79
/
+92
2008-03-20
Start to prepare WHATSNEW for 3.2.0pre3.
Karolin Seeger
1
-3
/
+7
2008-03-20
Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.
Günther Deschner
2
-72
/
+0
2008-03-20
Use pidl for _svcctl_EnumDependentServicesW().
Günther Deschner
2
-29
/
+8
2008-03-20
Re-run make idl.
Günther Deschner
5
-29
/
+31
2008-03-20
Fix IDL for svcctl_EnumDependentServicesW().
Günther Deschner
1
-4
/
+4
2008-03-20
Move svc_status_string() out of rpc_client/cli_svcctl.c
Günther Deschner
2
-36
/
+37
2008-03-20
No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.
Günther Deschner
1
-34
/
+6
2008-03-20
Add error mapping for WERR_SERVICE_NEVER_STARTED.
Günther Deschner
1
-0
/
+1
2008-03-20
Fix crash bug in check_sam_security() when make_server_info_sam() did a
Günther Deschner
1
-1
/
+0
2008-03-19
ntlm_auth: Improve compliance to the Squid helper protocol
Kai Blin
1
-31
/
+44
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-19
!NT_STATUS_IS_OK != NT_STATUS_IS_ERR
Volker Lendecke
1
-1
/
+1
2008-03-19
Fix a warning
Volker Lendecke
1
-1
/
+1
2008-03-19
Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possible
Volker Lendecke
3
-23
/
+90
2008-03-19
Fix some "nexted extern" warnins
Volker Lendecke
1
-8
/
+8
2008-03-19
Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>
Volker Lendecke
1
-1
/
+1
2008-03-19
Fix the build (by calling NDR_SRVSVC_NETFILEENUM).
Günther Deschner
1
-19
/
+1
2008-03-19
Remove unused marshalling for SRV_NET_FILE_ENUM.
Günther Deschner
2
-328
/
+0
2008-03-19
Use pidl for _srvsvc_NetFileEnum.
Günther Deschner
1
-98
/
+71
2008-03-18
Bind Group Policy processing closer to the samba registry.
Günther Deschner
4
-96
/
+310
2008-03-18
[samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]
Andrew Tridgell
1
-1
/
+1
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
2008-03-18
libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB
Stefan Metzmacher
1
-0
/
+3
2008-03-18
libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checks
Stefan Metzmacher
2
-3
/
+3
2008-03-18
libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBS
Stefan Metzmacher
1
-7
/
+9
2008-03-18
testparm: only check for %u und passwd program when passwd program is given.
Michael Adam
1
-5
/
+10
2008-03-18
testparm: correctly check for empty lp_passwd_prog().
Michael Adam
1
-1
/
+3
2008-03-18
testparm: fix irritating indentation.
Michael Adam
1
-2
/
+1
2008-03-18
testparm: fix a segfault triggered by setting "unix password sync = yes".
Michael Adam
1
-1
/
+0
2008-03-18
Fix bug 5334
Volker Lendecke
3
-0
/
+45
[next]