index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macro
Stefan Metzmacher
2008-04-01
1
-4
/
+5
*
test: add diagnostic message to net_registry test.
Michael Adam
2008-04-01
1
-0
/
+1
*
test: fix net_registry test "set value to different type" to track error count
Michael Adam
2008-04-01
1
-1
/
+1
*
test: some cosmetics to net_registry tests.
Michael Adam
2008-04-01
1
-2
/
+3
*
test: fix net_registry tests to correctly capture output of commands inside o...
Michael Adam
2008-04-01
1
-12
/
+25
*
test: fix use of printf in net_registry tests.
Michael Adam
2008-04-01
1
-12
/
+12
*
po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n'
Michael Adam
2008-04-01
1
-1
/
+1
*
mkversion: be more portable, use 'print "%s"' instead of 'echo -n'
Michael Adam
2008-04-01
1
-4
/
+4
*
installswat: be more portable, use 'printf "%s"' instead of 'echo -n'
Michael Adam
2008-04-01
1
-2
/
+2
*
configure: be more portable, use 'printf "%s"' instead of "echo -n"
Michael Adam
2008-04-01
1
-1
/
+1
*
test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.sh
Michael Adam
2008-04-01
1
-3
/
+3
*
test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.sh
Michael Adam
2008-04-01
1
-1
/
+1
*
smbd: ignore nttrans renames as w2k3 does
Stefan Metzmacher
2008-04-01
1
-24
/
+3
*
account_pol: use db_open_trans()
Stefan Metzmacher
2008-04-01
1
-2
/
+2
*
account_pol: use dbwrap_trans_store_uint32()
Stefan Metzmacher
2008-04-01
1
-7
/
+1
*
Convert account_pol.tdb to dbwrap
Volker Lendecke
2008-04-01
2
-37
/
+86
*
dbwrap: fix a confusing "tdb_chainunlock failed" message
Stefan Metzmacher
2008-04-01
1
-1
/
+3
*
dbwrap: add dbwrap_trans_store_uint32()
Stefan Metzmacher
2008-04-01
1
-0
/
+13
*
Add dbwrap_trans_*_bystring
Volker Lendecke
2008-04-01
1
-0
/
+11
*
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
2008-04-01
5
-15
/
+22
*
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
2008-04-01
5
-33
/
+43
*
Add dbwrap_[fetch|store]_uint32
Volker Lendecke
2008-04-01
1
-0
/
+39
*
sharesec: use db_open_trans()
Stefan Metzmacher
2008-04-01
1
-2
/
+2
*
Convert share_info.tdb to dbwrap
Volker Lendecke
2008-04-01
1
-17
/
+64
*
mapping_tdb: use the correct sid for the key creation
Stefan Metzmacher
2008-04-01
1
-1
/
+1
*
mapping_tdb: use db_open_trans()
Stefan Metzmacher
2008-04-01
1
-2
/
+2
*
Protect group_mapping.tdb ops with transactions
Volker Lendecke
2008-04-01
1
-16
/
+66
*
pdb_tdb: use != 0 instead off == -1 for dbwrap functions
Stefan Metzmacher
2008-04-01
1
-1
/
+1
*
passdb: guard pdb_generate_sam_sid() with a transaction
Stefan Metzmacher
2008-04-01
1
-2
/
+24
*
passdb/secrets: add secrets_db_ctx() to get the db_context
Stefan Metzmacher
2008-04-01
1
-0
/
+9
*
regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a...
Stefan Metzmacher
2008-04-01
1
-1
/
+0
*
regdb: get the seqnum before the record, to not miss something
Stefan Metzmacher
2008-04-01
1
-4
/
+4
*
regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"
Stefan Metzmacher
2008-04-01
1
-10
/
+12
*
test: make registry tests more portable: protect some grep patterns in ' '.
Michael Adam
2008-04-01
1
-4
/
+4
*
test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'
Michael Adam
2008-04-01
1
-12
/
+12
*
Ok, final move of this code :-). I think I've found the correct
Jeremy Allison
2008-03-31
1
-9
/
+9
*
Move the message_dispatch() call after the check for errno on
Jeremy Allison
2008-03-31
1
-11
/
+11
*
Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file
Jeremy Allison
2008-03-31
1
-0
/
+9
*
Fix build of rpcclient.
Günther Deschner
2008-04-01
1
-2
/
+2
*
Fix build warning.
Günther Deschner
2008-04-01
1
-1
/
+1
*
Fix SRVSVC NetShareInfo level 502 client-side.
Günther Deschner
2008-04-01
1
-2
/
+2
*
Fix SRVSVC ShareInfo level 502 server side handling.
Günther Deschner
2008-04-01
2
-8
/
+8
*
Re-run make idl.
Günther Deschner
2008-04-01
2
-39
/
+6
*
Fix IDL for srvsvc_NetShareInfo502. It does indeed contain a sec_desc_buf.
Günther Deschner
2008-04-01
1
-3
/
+1
*
Fix SRVSVC ShareInfo max_users handling server side.
Günther Deschner
2008-04-01
2
-8
/
+8
*
Re-run make idl.
Günther Deschner
2008-04-01
2
-8
/
+8
*
Use uint32 in max_users field in SRVSVC ShareInfo levels consistently.
Günther Deschner
2008-04-01
1
-2
/
+2
*
Fix _srvsvc_NetShareSetInfo.
Günther Deschner
2008-04-01
1
-3
/
+5
*
test: add test script for testing "net registry".
Michael Adam
2008-04-01
2
-0
/
+385
*
mount.cifs: fix several problems when mounting subdirectories of shares (try 2)
Jeff Layton
2008-03-31
1
-24
/
+66
[next]