summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* registry: reformat init_registry_data() some, killing long lines.Michael Adam2008-03-171-29/+39
* registry: explicitly use talloc context instead of talloc_tos()Michael Adam2008-03-171-10/+10
* registry: don't leak (to talloc_tos()) in init_registry_data().Michael Adam2008-03-171-0/+2
* registry: rename tdb_refcount to regdb_refcount after change to dbwrap.Michael Adam2008-03-171-13/+13
* registry: rename tdb_reg to regdb after change to dbwrap.Michael Adam2008-03-171-27/+27
* registry: migrate tdb registry backend to dbwrap.Michael Adam2008-03-171-49/+52
* Fix Coverity ID 567Volker Lendecke2008-03-161-1/+1
* Need to close the /dev/zero fdVolker Lendecke2008-03-161-0/+2
* Fix Coverity ID 554Volker Lendecke2008-03-151-0/+3
* Fix Coverity ID 555Volker Lendecke2008-03-151-0/+1
* Fix Coverity ID 563Volker Lendecke2008-03-151-5/+1
* Fix Coverity ID 564Volker Lendecke2008-03-151-10/+0
* Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke2008-03-151-1/+1
* Fix typo.Günther Deschner2008-03-151-1/+1
* Fix bug 5317Volker Lendecke2008-03-141-1/+1
* Fix bug 4901Volker Lendecke2008-03-141-3/+8
* libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-142-3/+3
* libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
* libreplace: add an inet_aton() function that calls inet_pton().Michael Adam2008-03-146-0/+42
* Allow parameter "include" in registry based configuration (again).Michael Adam2008-03-131-1/+0
* Fix %I macro expansion for IPv4 mapped IPv6 addresses.Michael Adam2008-03-131-2/+8
* Use existing srv_name_slash.Günther Deschner2008-03-123-26/+5
* For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner2008-03-122-0/+2
* Remove unused marshalling for SRV_NET_DISK_ENUM.Günther Deschner2008-03-122-164/+0
* init_srv_share_info_ctr: fix counting of services.Michael Adam2008-03-121-1/+2
* init_srv_share_info_ctr: Add debug messages.Michael Adam2008-03-121-0/+3
* Add a debug message.Michael Adam2008-03-121-0/+1
* loadparm: add a debug message.Michael Adam2008-03-121-0/+2
* loadparm: remove services read from smb.conf when starting over for config ba...Michael Adam2008-03-121-0/+1
* loadparm: add convenience wrapper lp_kill_all_services()Michael Adam2008-03-122-1/+9
* loadparm: add a commentMichael Adam2008-03-121-0/+1
* loadparm: fix a comment typo.Michael Adam2008-03-121-1/+1
* loadparm: add utility function to check for config backend file.Michael Adam2008-03-121-1/+9
* loadparm: use a function to check for the registry config backend.Michael Adam2008-03-121-3/+3
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-03-111-1/+1
|\
| * selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher2008-03-111-1/+1
* | Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison2008-03-111-1/+1
|/
* Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison2008-03-111-1/+1
* Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison2008-03-111-1/+1