summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-03-17Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2-5/+4
2008-03-17Use right control to attach to persistent databasesVolker Lendecke1-2/+5
2008-03-17Add "net idmap aclmapset"Volker Lendecke1-0/+65
2008-03-17registry: untangle assignment and if-clause in init_registry_data().Michael Adam1-1/+2
2008-03-17Convert pdb_tdb to use dbwrapVolker Lendecke1-318/+316
2008-03-17registry: convert regdb REGISTRY_OPS to named struct initializers.Michael Adam1-9/+8
2008-03-17registry: use talloc instead of malloc and provide common exit pointMichael Adam1-13/+13
2008-03-17registry: remove an unused variable from regdb_set_secdesc().Michael Adam1-6/+0
2008-03-17registry: untangle assignments and if statements in regdb_set_secdesc().Michael Adam1-6/+7
2008-03-17registry: use talloc_stackframe instead of hand crafted temporary context.Michael Adam1-5/+1
2008-03-17registry: use talloc instead of malloc for tdb data in regdb_store_values().Michael Adam1-2/+1
2008-03-17registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctxMichael Adam1-14/+14
2008-03-17registry: don't leak to talloc stack in regdb_fetch_keys().Michael Adam1-1/+2
2008-03-17registry: explicitly use talloc context instead of talloc_tos()Michael Adam1-2/+2
2008-03-17registry: don't leak on success path in regdb_store_keys().Michael Adam1-0/+1
2008-03-17registry: allocate tempory data in talloc stack in regdb_store_keys().Michael Adam1-6/+4
2008-03-17registry: separate cancel and failur exit paths in regdb_store_keys().Michael Adam1-19/+20
2008-03-17registry: don't leak memory on transaction fail in regdb_store_keys().Michael Adam1-2/+2
2008-03-17registry: don't leak (to talloc_tos()) in regdb_store_keys().Michael Adam1-1/+2
2008-03-17registry: reformat regdb_store_keys_internal(), killing long lines.Michael Adam1-9/+13
2008-03-17registry: don't leak (to talloc_tos()) in regdb_store_keys_internal().Michael Adam1-1/+2
2008-03-17registry: reformat init_registry_data() some, killing long lines.Michael Adam1-29/+39
2008-03-17registry: explicitly use talloc context instead of talloc_tos()Michael Adam1-10/+10
2008-03-17registry: don't leak (to talloc_tos()) in init_registry_data().Michael Adam1-0/+2
2008-03-17registry: rename tdb_refcount to regdb_refcount after change to dbwrap.Michael Adam1-13/+13
2008-03-17registry: rename tdb_reg to regdb after change to dbwrap.Michael Adam1-27/+27
2008-03-17registry: migrate tdb registry backend to dbwrap.Michael Adam1-49/+52
2008-03-16Fix Coverity ID 567Volker Lendecke1-1/+1
2008-03-16Need to close the /dev/zero fdVolker Lendecke1-0/+2
2008-03-15Fix Coverity ID 554Volker Lendecke1-0/+3
2008-03-15Fix Coverity ID 555Volker Lendecke1-0/+1
2008-03-15Fix Coverity ID 563Volker Lendecke1-5/+1
2008-03-15Fix Coverity ID 564Volker Lendecke1-10/+0
2008-03-15Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke1-1/+1
2008-03-15Fix typo.Günther Deschner1-1/+1
2008-03-14Fix bug 5317Volker Lendecke1-1/+1
2008-03-14Fix bug 4901Volker Lendecke1-3/+8
2008-03-14libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2-3/+3
2008-03-14libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam1-0/+4
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam6-0/+42
2008-03-13Allow parameter "include" in registry based configuration (again).Michael Adam1-1/+0
2008-03-13Fix %I macro expansion for IPv4 mapped IPv6 addresses.Michael Adam1-2/+8
2008-03-12Use existing srv_name_slash.Günther Deschner3-26/+5
2008-03-12For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner2-0/+2
2008-03-12Remove unused marshalling for SRV_NET_DISK_ENUM.Günther Deschner2-164/+0
2008-03-12init_srv_share_info_ctr: fix counting of services.Michael Adam1-1/+2
2008-03-12init_srv_share_info_ctr: Add debug messages.Michael Adam1-0/+3
2008-03-12Add a debug message.Michael Adam1-0/+1
2008-03-12loadparm: add a debug message.Michael Adam1-0/+2
2008-03-12loadparm: remove services read from smb.conf when starting over for config ba...Michael Adam1-0/+1