summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a warningVolker Lendecke2008-03-191-1/+1
* Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke2008-03-193-23/+90
* Fix some "nexted extern" warninsVolker Lendecke2008-03-191-8/+8
* Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>Volker Lendecke2008-03-191-1/+1
* Fix the build (by calling NDR_SRVSVC_NETFILEENUM).Günther Deschner2008-03-191-19/+1
* Remove unused marshalling for SRV_NET_FILE_ENUM.Günther Deschner2008-03-192-328/+0
* Use pidl for _srvsvc_NetFileEnum.Günther Deschner2008-03-191-98/+71
* Bind Group Policy processing closer to the samba registry.Günther Deschner2008-03-184-96/+310
* [samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell2008-03-181-1/+1
* libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam2008-03-181-1/+0
* libreplace: remove trailing white spaces.Michael Adam2008-03-182-2/+2
* libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
* libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
* libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
* libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher2008-03-181-0/+3
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
* libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
* testparm: only check for %u und passwd program when passwd program is given.Michael Adam2008-03-181-5/+10
* testparm: correctly check for empty lp_passwd_prog().Michael Adam2008-03-181-1/+3
* testparm: fix irritating indentation.Michael Adam2008-03-181-2/+1
* testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam2008-03-181-1/+0
* Fix bug 5334Volker Lendecke2008-03-183-0/+45
* Some simplificationsVolker Lendecke2008-03-173-10/+7
* Coverity fixesMarc VanHeyningen2008-03-1727-82/+162
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-176-273/+257
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-176-31/+83
* socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40
* Fix use of AuthDataWithContext capabilityDerrell Lipman2008-03-172-5/+20
* In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke2008-03-171-2/+2
* Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2008-03-172-5/+4
* Use right control to attach to persistent databasesVolker Lendecke2008-03-171-2/+5
* Add "net idmap aclmapset"Volker Lendecke2008-03-171-0/+65
* registry: untangle assignment and if-clause in init_registry_data().Michael Adam2008-03-171-1/+2
* Convert pdb_tdb to use dbwrapVolker Lendecke2008-03-171-318/+316
* registry: convert regdb REGISTRY_OPS to named struct initializers.Michael Adam2008-03-171-9/+8
* registry: use talloc instead of malloc and provide common exit pointMichael Adam2008-03-171-13/+13
* registry: remove an unused variable from regdb_set_secdesc().Michael Adam2008-03-171-6/+0
* registry: untangle assignments and if statements in regdb_set_secdesc().Michael Adam2008-03-171-6/+7
* registry: use talloc_stackframe instead of hand crafted temporary context.Michael Adam2008-03-171-5/+1
* registry: use talloc instead of malloc for tdb data in regdb_store_values().Michael Adam2008-03-171-2/+1
* registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctxMichael Adam2008-03-171-14/+14
* registry: don't leak to talloc stack in regdb_fetch_keys().Michael Adam2008-03-171-1/+2
* registry: explicitly use talloc context instead of talloc_tos()Michael Adam2008-03-171-2/+2
* registry: don't leak on success path in regdb_store_keys().Michael Adam2008-03-171-0/+1
* registry: allocate tempory data in talloc stack in regdb_store_keys().Michael Adam2008-03-171-6/+4
* registry: separate cancel and failur exit paths in regdb_store_keys().Michael Adam2008-03-171-19/+20
* registry: don't leak memory on transaction fail in regdb_store_keys().Michael Adam2008-03-171-2/+2
* registry: don't leak (to talloc_tos()) in regdb_store_keys().Michael Adam2008-03-171-1/+2
* registry: reformat regdb_store_keys_internal(), killing long lines.Michael Adam2008-03-171-9/+13
* registry: don't leak (to talloc_tos()) in regdb_store_keys_internal().Michael Adam2008-03-171-1/+2