index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-01
dbwrap: fix a confusing "tdb_chainunlock failed" message
Stefan Metzmacher
1
-1
/
+3
2008-04-01
dbwrap: add dbwrap_trans_store_uint32()
Stefan Metzmacher
1
-0
/
+13
2008-04-01
Add dbwrap_trans_*_bystring
Volker Lendecke
1
-0
/
+11
2008-04-01
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
5
-15
/
+22
2008-04-01
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
5
-33
/
+43
2008-04-01
Add dbwrap_[fetch|store]_uint32
Volker Lendecke
1
-0
/
+39
2008-04-01
sharesec: use db_open_trans()
Stefan Metzmacher
1
-2
/
+2
2008-04-01
Convert share_info.tdb to dbwrap
Volker Lendecke
1
-17
/
+64
2008-04-01
mapping_tdb: use the correct sid for the key creation
Stefan Metzmacher
1
-1
/
+1
2008-04-01
mapping_tdb: use db_open_trans()
Stefan Metzmacher
1
-2
/
+2
2008-04-01
Protect group_mapping.tdb ops with transactions
Volker Lendecke
1
-16
/
+66
2008-04-01
pdb_tdb: use != 0 instead off == -1 for dbwrap functions
Stefan Metzmacher
1
-1
/
+1
2008-04-01
passdb: guard pdb_generate_sam_sid() with a transaction
Stefan Metzmacher
1
-2
/
+24
2008-04-01
passdb/secrets: add secrets_db_ctx() to get the db_context
Stefan Metzmacher
1
-0
/
+9
2008-04-01
regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a...
Stefan Metzmacher
1
-1
/
+0
2008-04-01
regdb: get the seqnum before the record, to not miss something
Stefan Metzmacher
1
-4
/
+4
2008-04-01
regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"
Stefan Metzmacher
1
-10
/
+12
2008-04-01
test: make registry tests more portable: protect some grep patterns in ' '.
Michael Adam
1
-4
/
+4
2008-04-01
test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'
Michael Adam
1
-12
/
+12
2008-03-31
Ok, final move of this code :-). I think I've found the correct
Jeremy Allison
1
-9
/
+9
2008-03-31
Move the message_dispatch() call after the check for errno on
Jeremy Allison
1
-11
/
+11
2008-03-31
Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file
Jeremy Allison
1
-0
/
+9
2008-04-01
Fix build of rpcclient.
Günther Deschner
1
-2
/
+2
2008-04-01
Fix build warning.
Günther Deschner
1
-1
/
+1
2008-04-01
Fix SRVSVC NetShareInfo level 502 client-side.
Günther Deschner
1
-2
/
+2
2008-04-01
Fix SRVSVC ShareInfo level 502 server side handling.
Günther Deschner
2
-8
/
+8
2008-04-01
Re-run make idl.
Günther Deschner
2
-39
/
+6
2008-04-01
Fix IDL for srvsvc_NetShareInfo502. It does indeed contain a sec_desc_buf.
Günther Deschner
1
-3
/
+1
2008-04-01
Fix SRVSVC ShareInfo max_users handling server side.
Günther Deschner
2
-8
/
+8
2008-04-01
Re-run make idl.
Günther Deschner
2
-8
/
+8
2008-04-01
Use uint32 in max_users field in SRVSVC ShareInfo levels consistently.
Günther Deschner
1
-2
/
+2
2008-04-01
Fix _srvsvc_NetShareSetInfo.
Günther Deschner
1
-3
/
+5
2008-04-01
test: add test script for testing "net registry".
Michael Adam
2
-0
/
+385
2008-03-31
mount.cifs: fix several problems when mounting subdirectories of shares (try 2)
Jeff Layton
1
-24
/
+66
2008-03-31
Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...
Gerald W. Carter
2
-2
/
+5
2008-03-31
Re-add support for the samr parameters string.
Günther Deschner
4
-44
/
+50
2008-03-31
Re-run make idl.
Günther Deschner
2
-12
/
+12
2008-03-31
The parameters string (aka munged dial string) in samr is not a normal lsa_St...
Günther Deschner
1
-2
/
+2
2008-03-31
Add init_samr_parameters_string().
Günther Deschner
1
-0
/
+35
2008-03-31
Fix enumeration of forest trusts from our root domain.
Gerald W. Carter
1
-1
/
+1
2008-03-31
DIsplay the short domain name in "wbinfo -m " by default.
Gerald W. Carter
1
-10
/
+16
2008-03-31
Augmented "wbinfo -m" to list additional information about the type, directio...
Steven Danneman
2
-28
/
+169
2008-03-31
Forest root trust flags won't overwrite child trust flags
Steven Danneman
2
-33
/
+54
2008-03-31
test: add (and unify) sectioning output of subtests in tests_all.sh
Michael Adam
1
-2
/
+8
2008-03-31
test: add possibility to select tests to run via tests_all.sh (make test)
Michael Adam
1
-8
/
+14
2008-03-31
test: in tests_all.sh, wrap calls to test scripts into shell functions.
Michael Adam
1
-20
/
+63
2008-03-31
registry: reg_deletevalue should return error, when the value does not exist.
Michael Adam
1
-0
/
+18
2008-03-31
wbinfo: use wbcAllocateGid()
Stefan Metzmacher
1
-1
/
+8
2008-03-31
wbinfo: use wbcAllocateUid()
Stefan Metzmacher
1
-1
/
+8
2008-03-31
wbinfo: use wbcSidToGid()
Stefan Metzmacher
1
-10
/
+12
[next]