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-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-06
s4:blackbox/test_ldb: test search by <GUID=...> and <SID=...>
Stefan Metzmacher
1
-0
/
+25
2008-10-05
Fix some nonempty blank lines
Volker Lendecke
1
-25
/
+25
2008-10-05
smbd3 is unhappy if stderr is not open
Volker Lendecke
1
-1
/
+2
2008-10-05
Re-enable build of smb_samba3.c after the rename smbd->samba
Volker Lendecke
1
-1
/
+1
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-05
remove dependencies on my home domain
Andrew Tridgell
1
-2
/
+3
2008-10-05
removed some debug lines I left in the last commit
Andrew Tridgell
1
-4
/
+0
2008-10-04
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
14
-192
/
+200
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
updated the LSA and NETLOGON servers with fixes resulting from the AD
Andrew Tridgell
7
-60
/
+211
2008-10-03
expanded the netlogon test to better simulate the WSPP NRPC test that
Andrew Tridgell
1
-1
/
+9
2008-10-03
fixed the ldb blackbox test to work with non-bourne shells (as needed
Andrew Tridgell
1
-7
/
+7
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
Document "cups connection timeout".
Jeremy Allison
1
-0
/
+20
2008-10-03
Merge commit 'master/master'
Andrew Tridgell
40
-647
/
+1313
2008-10-03
fixed the partition module and the GC handling
Andrew Tridgell
1
-4
/
+38
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-03
Fix regressions in patchfile after last patch, several other minor fixes.
Matthias Dieter Wallnöfer
1
-22
/
+20
2008-10-02
fixed the sense of ldb base dn comparisons in two places, and use a
Andrew Tridgell
3
-5
/
+5
2008-10-02
fixed a talloc error in the rpc handle desctructor - destructors
Andrew Tridgell
1
-1
/
+0
2008-10-02
we need to listen on all interfaces in the CLDAP server as the windows
Andrew Tridgell
1
-8
/
+9
2008-10-02
Fix crash bugs in error paths: ac is not yet initialized here, and we don't
Simo Sorce
1
-27
/
+18
2008-10-02
Don't reject a successful alloc :-(.
Jeremy Allison
1
-1
/
+1
2008-10-02
s4:blackblox/test_ldb: test searches via wellknownObjects
Stefan Metzmacher
1
-0
/
+62
2008-10-02
s4:setup: add wellknownObjects to the domain object
Stefan Metzmacher
1
-0
/
+8
2008-10-02
Fix bug 5805: don't close stdout
Derrell Lipman
1
-1
/
+3
2008-10-02
s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()
Stefan Metzmacher
2
-8
/
+3
2008-10-02
s4:rootdse: for now don't pass down controls for the rootdse search
Stefan Metzmacher
1
-1
/
+1
2008-10-02
s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controls
Stefan Metzmacher
1
-0
/
+14
2008-10-02
s4:partition: pass down the SEARCH_OPTIONS control as uncritical
Stefan Metzmacher
1
-0
/
+8
2008-10-02
s4:linked_attributes: fix a crash bug when the definition of a target attribu...
Stefan Metzmacher
1
-3
/
+35
2008-10-02
s4:kludge_acl: just fake support for the SD_FLAGS control
Stefan Metzmacher
1
-0
/
+20
2008-10-02
s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> ...
Stefan Metzmacher
1
-44
/
+355
2008-10-02
s4:lib/ldb: fix stupid <SID=...> dn parsing bugs
Stefan Metzmacher
1
-2
/
+2
2008-10-02
The IRIX compiler does not like embedded unnamed unions
Volker Lendecke
14
-168
/
+183
2008-10-02
Attempt to fix the build on IRIX
Volker Lendecke
4
-6
/
+6
[next]