index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix use of AuthDataWithContext capability
Derrell Lipman
2008-03-17
2
-5
/
+20
*
In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRST
Volker Lendecke
2008-03-17
1
-2
/
+2
*
Merge leftovers of 0e1a86bc845 in 3-0-ctdb
Volker Lendecke
2008-03-17
2
-5
/
+4
*
Use right control to attach to persistent databases
Volker Lendecke
2008-03-17
1
-2
/
+5
*
Add "net idmap aclmapset"
Volker Lendecke
2008-03-17
1
-0
/
+65
*
registry: untangle assignment and if-clause in init_registry_data().
Michael Adam
2008-03-17
1
-1
/
+2
*
Convert pdb_tdb to use dbwrap
Volker Lendecke
2008-03-17
1
-318
/
+316
*
registry: convert regdb REGISTRY_OPS to named struct initializers.
Michael Adam
2008-03-17
1
-9
/
+8
*
registry: use talloc instead of malloc and provide common exit point
Michael Adam
2008-03-17
1
-13
/
+13
*
registry: remove an unused variable from regdb_set_secdesc().
Michael Adam
2008-03-17
1
-6
/
+0
*
registry: untangle assignments and if statements in regdb_set_secdesc().
Michael Adam
2008-03-17
1
-6
/
+7
*
registry: use talloc_stackframe instead of hand crafted temporary context.
Michael Adam
2008-03-17
1
-5
/
+1
*
registry: use talloc instead of malloc for tdb data in regdb_store_values().
Michael Adam
2008-03-17
1
-2
/
+1
*
registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctx
Michael Adam
2008-03-17
1
-14
/
+14
*
registry: don't leak to talloc stack in regdb_fetch_keys().
Michael Adam
2008-03-17
1
-1
/
+2
*
registry: explicitly use talloc context instead of talloc_tos()
Michael Adam
2008-03-17
1
-2
/
+2
*
registry: don't leak on success path in regdb_store_keys().
Michael Adam
2008-03-17
1
-0
/
+1
*
registry: allocate tempory data in talloc stack in regdb_store_keys().
Michael Adam
2008-03-17
1
-6
/
+4
*
registry: separate cancel and failur exit paths in regdb_store_keys().
Michael Adam
2008-03-17
1
-19
/
+20
*
registry: don't leak memory on transaction fail in regdb_store_keys().
Michael Adam
2008-03-17
1
-2
/
+2
*
registry: don't leak (to talloc_tos()) in regdb_store_keys().
Michael Adam
2008-03-17
1
-1
/
+2
*
registry: reformat regdb_store_keys_internal(), killing long lines.
Michael Adam
2008-03-17
1
-9
/
+13
*
registry: don't leak (to talloc_tos()) in regdb_store_keys_internal().
Michael Adam
2008-03-17
1
-1
/
+2
*
registry: reformat init_registry_data() some, killing long lines.
Michael Adam
2008-03-17
1
-29
/
+39
*
registry: explicitly use talloc context instead of talloc_tos()
Michael Adam
2008-03-17
1
-10
/
+10
*
registry: don't leak (to talloc_tos()) in init_registry_data().
Michael Adam
2008-03-17
1
-0
/
+2
*
registry: rename tdb_refcount to regdb_refcount after change to dbwrap.
Michael Adam
2008-03-17
1
-13
/
+13
*
registry: rename tdb_reg to regdb after change to dbwrap.
Michael Adam
2008-03-17
1
-27
/
+27
*
registry: migrate tdb registry backend to dbwrap.
Michael Adam
2008-03-17
1
-49
/
+52
*
Fix Coverity ID 567
Volker Lendecke
2008-03-16
1
-1
/
+1
*
Need to close the /dev/zero fd
Volker Lendecke
2008-03-16
1
-0
/
+2
*
Fix Coverity ID 554
Volker Lendecke
2008-03-15
1
-0
/
+3
*
Fix Coverity ID 555
Volker Lendecke
2008-03-15
1
-0
/
+1
*
Fix Coverity ID 563
Volker Lendecke
2008-03-15
1
-5
/
+1
*
Fix Coverity ID 564
Volker Lendecke
2008-03-15
1
-10
/
+0
*
Allocate one 0-byte in asprintf replacement when len==0
Volker Lendecke
2008-03-15
1
-1
/
+1
*
Fix typo.
Günther Deschner
2008-03-15
1
-1
/
+1
*
Fix bug 5317
Volker Lendecke
2008-03-14
1
-1
/
+1
*
Fix bug 4901
Volker Lendecke
2008-03-14
1
-3
/
+8
*
libreplace: fix samba4 build (by not setting global LIBS).
Michael Adam
2008-03-14
2
-3
/
+3
*
libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.
Michael Adam
2008-03-14
1
-0
/
+4
*
libreplace: add an inet_aton() function that calls inet_pton().
Michael Adam
2008-03-14
6
-0
/
+42
*
Allow parameter "include" in registry based configuration (again).
Michael Adam
2008-03-13
1
-1
/
+0
*
Fix %I macro expansion for IPv4 mapped IPv6 addresses.
Michael Adam
2008-03-13
1
-2
/
+8
*
Use existing srv_name_slash.
Günther Deschner
2008-03-12
3
-26
/
+5
*
For convenience reasons, always create cli->srv_name_slash in the rpc_client.
Günther Deschner
2008-03-12
2
-0
/
+2
*
Remove unused marshalling for SRV_NET_DISK_ENUM.
Günther Deschner
2008-03-12
2
-164
/
+0
*
init_srv_share_info_ctr: fix counting of services.
Michael Adam
2008-03-12
1
-1
/
+2
*
init_srv_share_info_ctr: Add debug messages.
Michael Adam
2008-03-12
1
-0
/
+3
*
Add a debug message.
Michael Adam
2008-03-12
1
-0
/
+1
[prev]
[next]