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
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-03-31
wbinfo: use wbcSidToUid()
Stefan Metzmacher
1
-10
/
+12
2008-03-31
wbinfo: use wbcGitToSid()
Stefan Metzmacher
1
-9
/
+13
2008-03-31
wbinfo: use wbcUidToSid()
Stefan Metzmacher
1
-9
/
+13
2008-03-31
wbinfo: use wbcPing()
Stefan Metzmacher
1
-7
/
+5
2008-03-31
build: fix configure option --with-static-libs=libXYZ
Michael Adam
1
-1
/
+1
2008-03-30
Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly acc...
Michael Adam
1
-11
/
+10
2008-03-29
Fix a segfault (an uninitialized variable)
Volker Lendecke
1
-3
/
+3
2008-03-29
winbindd_cache: add missing validation function for pwinfo cache entry
Michael Adam
1
-0
/
+24
2008-03-28
Fix missing '&&'.
Jeremy Allison
1
-1
/
+1
2008-03-28
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
7
-28
/
+145
2008-03-28
Only allow sendfile on non-stream fsp's. Should fix make test for streams
Jeremy Allison
1
-2
/
+2
2008-03-29
Zero initial return_authenticator in net rpc samdump.
Günther Deschner
1
-0
/
+2
2008-03-29
Don't let winbind getgroups crash when we have no gids in the token.
Günther Deschner
1
-3
/
+5
2008-03-28
Re-run make idl.
Günther Deschner
3
-15
/
+84
2008-03-28
Fill in netr_NegotiateFlags.
Günther Deschner
1
-8
/
+32
2008-03-28
Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.
Günther Deschner
1
-2
/
+22
2008-03-28
mapping_ldb: fix memory leak in group enumeration
Stefan Metzmacher
1
-1
/
+2
2008-03-28
Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.
Jeremy Allison
1
-1
/
+3
2008-03-28
Support "net ads join" format while joining to a specific ou.
Günther Deschner
1
-0
/
+5
2008-03-28
Add ads_check_ou_dn().
Günther Deschner
1
-0
/
+47
2008-03-28
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
7
-22
/
+38
2008-03-28
srv_winreg: add a debug message to _winreg_CreateKey().
Michael Adam
1
-0
/
+3
2008-03-28
net: add a "net registry" subcommand to locally access the registry.
Michael Adam
3
-1
/
+534
2008-03-28
More ssize_t->SMB_OFF_T
Volker Lendecke
2
-6
/
+6
2008-03-28
libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
Stefan Metzmacher
1
-1
/
+1
2008-03-28
wbinfo: use wbcDomainInfo()
Stefan Metzmacher
1
-18
/
+25
2008-03-28
wbinfo: use wbcGetgrnam()
Stefan Metzmacher
1
-19
/
+12
2008-03-28
wbinfo: use wbcListUsers() and wbcListGroups()
Stefan Metzmacher
1
-54
/
+29
[prev]
[next]