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-10-09
wbclient: add my copyright.
Günther Deschner
1
-0
/
+1
2008-10-09
krb5-locator: fix dsgetdcname caller.
Günther Deschner
1
-5
/
+22
2008-10-09
wbinfo: fix dsgetdcname caller.
Günther Deschner
1
-3
/
+11
2008-10-09
s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.
Günther Deschner
1
-21
/
+40
2008-10-09
Remove a pointless level of indirection
Volker Lendecke
3
-12
/
+1
2008-10-09
Fix a typo
Volker Lendecke
1
-1
/
+1
2008-10-09
build: add "make test_wbpad" for checking winbind 32/64bit structure padding.
Günther Deschner
2
-0
/
+86
2008-10-09
s3-winbindd: add dsgetdcname request and reply to winbind structure.
Günther Deschner
1
-0
/
+17
2008-10-08
For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
Jeremy Allison
5
-2
/
+52
2008-10-08
Fixed "might be uninitialized" warning
Tim Prouty
1
-2
/
+2
2008-10-08
Deal with inheritance from parent directory when setting Windows
Jeremy Allison
3
-1
/
+20
2008-10-08
Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...
Jeremy Allison
1
-0
/
+23
2008-10-08
Remove unused CHECK_FSP macro
Volker Lendecke
2
-19
/
+2
2008-10-08
fix libclinbtsrcdir variable.
Jelmer Vernooij
1
-1
/
+1
2008-10-07
Fix const warning.
Jeremy Allison
1
-1
/
+1
2008-10-07
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
11
-52
/
+50
2008-10-07
Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Jeremy Allison
4
-160
/
+175
2008-10-06
Fixed build warning "passing arg from incompatible pointer type"
Tim Prouty
1
-1
/
+3
2008-10-06
idmap_adex: Add more debugging to the basic search function.
Gerald (Jerry) Carter
1
-0
/
+18
2008-10-06
idmap_adex: Add log messages to dc_add_domain for easier debugging.
Gerald (Jerry) Carter
1
-0
/
+8
2008-10-06
If name_to_fqdn fails, retry with the dns domain the DC gave us
Volker Lendecke
1
-3
/
+8
2008-10-06
Log in the parent winbind log where a request is going
Volker Lendecke
1
-0
/
+4
2008-10-06
Add netlogond auth method
Volker Lendecke
4
-1
/
+330
2008-10-06
Add dyn_NCALRPCDIR
Volker Lendecke
4
-0
/
+26
2008-10-06
Store a local schannel key in secrets.tdb
Volker Lendecke
3
-0
/
+29
2008-10-05
Fix some nonempty blank lines
Volker Lendecke
1
-25
/
+25
2008-10-05
Remove an unused variable
Volker Lendecke
1
-1
/
+0
2008-10-05
Fix some missing error handlings
Volker Lendecke
3
-2
/
+8
2008-10-05
OS/X does not have rl_done in readline.h
Volker Lendecke
1
-0
/
+8
2008-10-05
Fix an uninitialized variable warning
Volker Lendecke
1
-0
/
+2
2008-10-04
Fix an unlikely memleak found by the IBM checker
Volker Lendecke
1
-0
/
+2
2008-10-04
Fix an uninitialized variable found by the IBM Checker
Volker Lendecke
1
-0
/
+1
2008-10-04
Fix a potential NULL deref in line 258 found by the IBM checker
Volker Lendecke
1
-0
/
+1
2008-10-04
"gwen/cc" does not like the double const :-)
Volker Lendecke
1
-1
/
+1
2008-10-03
Fix the build farm. In this branch cli_echo returns NTSTATUS.
Jeremy Allison
1
-1
/
+4
2008-10-03
Correctly fix smbclient to terminate on eof from server.
Jeremy Allison
3
-3
/
+24
2008-10-03
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
7
-188
/
+148
2008-10-03
net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.
Gerald (Jerry) Carter
1
-13
/
+12
2008-10-03
libaddns: Use the same prerequisite for DDNS update as Windows XP.
Gerald (Jerry) Carter
1
-2
/
+2
2008-10-02
Don't reject a successful alloc :-(.
Jeremy Allison
1
-1
/
+1
2008-10-02
Fix bug 5805: don't close stdout
Derrell Lipman
1
-1
/
+3
2008-10-02
The IRIX compiler does not like embedded unnamed unions
Volker Lendecke
3
-13
/
+13
2008-10-02
Attempt to fix the build on IRIX
Volker Lendecke
4
-6
/
+6
2008-10-02
Fix bug 5798: "CFLAGS info lost in configure"
Volker Lendecke
1
-1
/
+1
2008-10-01
Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...
Jeremy Allison
1
-90
/
+251
2008-10-01
Whitespace cleanup.
Jeremy Allison
1
-16
/
+16
2008-10-01
Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
Jeremy Allison
3
-5
/
+5
2008-10-01
Turn the socket connections into a refcounted list - in the common case there...
Jeremy Allison
1
-44
/
+95
2008-09-30
Convert to allocated strings. Use write_data(), not send as this doesn't corr...
Jeremy Allison
1
-58
/
+42
2008-09-30
Revert erroneous commit.
Jeremy Allison
1
-1
/
+1
[next]