Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-03-17 | Some simplifications | Volker Lendecke | 3 | -10/+7 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 27 | -82/+162 |
2008-03-17 | libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ . | Michael Adam | 6 | -273/+257 |
2008-03-17 | Move libnet_conf to a library lib/smbconf/ of its own, fixing the api. | Michael Adam | 6 | -31/+83 |
2008-03-17 | socket_wrapper: make pcap code more portable | Stefan Metzmacher | 1 | -39/+40 |
2008-03-17 | Fix use of AuthDataWithContext capability | Derrell Lipman | 2 | -5/+20 |
2008-03-17 | In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRST | Volker Lendecke | 1 | -2/+2 |
2008-03-17 | Merge leftovers of 0e1a86bc845 in 3-0-ctdb | Volker Lendecke | 2 | -5/+4 |
2008-03-17 | Use right control to attach to persistent databases | Volker Lendecke | 1 | -2/+5 |
2008-03-17 | Add "net idmap aclmapset" | Volker Lendecke | 1 | -0/+65 |
2008-03-17 | registry: untangle assignment and if-clause in init_registry_data(). | Michael Adam | 1 | -1/+2 |
2008-03-17 | Convert pdb_tdb to use dbwrap | Volker Lendecke | 1 | -318/+316 |
2008-03-17 | registry: convert regdb REGISTRY_OPS to named struct initializers. | Michael Adam | 1 | -9/+8 |
2008-03-17 | registry: use talloc instead of malloc and provide common exit point | Michael Adam | 1 | -13/+13 |
2008-03-17 | registry: remove an unused variable from regdb_set_secdesc(). | Michael Adam | 1 | -6/+0 |
2008-03-17 | registry: untangle assignments and if statements in regdb_set_secdesc(). | Michael Adam | 1 | -6/+7 |
2008-03-17 | registry: use talloc_stackframe instead of hand crafted temporary context. | Michael Adam | 1 | -5/+1 |
2008-03-17 | registry: use talloc instead of malloc for tdb data in regdb_store_values(). | Michael Adam | 1 | -2/+1 |
2008-03-17 | registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctx | Michael Adam | 1 | -14/+14 |
2008-03-17 | registry: don't leak to talloc stack in regdb_fetch_keys(). | Michael Adam | 1 | -1/+2 |