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
2007-12-21
r26418: Janitorial: Kill pstring in ntlmssp_parse.c
Kai Blin
1
-28
/
+55
2007-12-21
r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list.
Jelmer Vernooij
2
-2
/
+33
2007-12-21
r26416: Janitorial: Fix warnings in auth/gensec/
Kai Blin
2
-11
/
+15
2007-12-21
r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ...
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r26414: build: bring in the content of EXT_LIB's for the .pc files
Stefan Metzmacher
1
-2
/
+20
2007-12-21
r26413: we should check the return value of talloc_reference()
Stefan Metzmacher
1
-3
/
+9
2007-12-21
r26412: Add comments and refactor to reuse common code.
Andrew Bartlett
1
-10
/
+29
2007-12-21
r26411: Double check Python installation - make sure we can compile and link ...
Jelmer Vernooij
1
-1
/
+15
2007-12-21
r26410: Remove unnecessary static.
Jelmer Vernooij
2
-4
/
+4
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
40
-98
/
+121
2007-12-21
r26408: Remove use of global_loadparm.
Jelmer Vernooij
16
-13
/
+38
2007-12-21
r26407: Janitorial: Remove a pstring and compiler warnings.
Kai Blin
1
-36
/
+37
2007-12-21
r26406: Make a copy to prevent modification of the loadparm configuration.
Jelmer Vernooij
2
-3
/
+10
2007-12-21
r26405: Import support for getifaddrs from Samba3.
Jelmer Vernooij
2
-1
/
+107
2007-12-21
r26404: Disable socket wrapper for the interface detection code to work aroun...
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26403: Make sure ntvfs is only initialized once.
Jelmer Vernooij
1
-1
/
+7
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
26
-42
/
+56
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
33
-132
/
+218
2007-12-21
r26400: Don't try to do character conversion before smb.conf has been parsed.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26399: Use -O option for SWIG (less evil generated code).
Jelmer Vernooij
19
-554
/
+755
2007-12-21
r26398: Fix writing the output of failed tests to st/summary.
Jelmer Vernooij
1
-3
/
+8
2007-12-21
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
10
-34
/
+63
2007-12-21
r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set.
Kai Blin
1
-1
/
+4
2007-12-21
r26395: spoolss: Add WinXP-like printer browsing test.
Kai Blin
6
-5
/
+646
2007-12-21
r26394: dcerpc: Use target_hostname() instead of peer_name() in dcerpc_server...
Kai Blin
1
-2
/
+2
2007-12-21
r26393: Fix inline comment.
Günther Deschner
1
-3
/
+1
2007-12-21
r26392: cmdline: remove unused var
Stefan Metzmacher
1
-2
/
+0
2007-12-21
r26391: samba4 doesn't support 'lmhosts' as resolve module
Stefan Metzmacher
2
-2
/
+2
2007-12-21
r26389: Merge SWAT changes from alpha2 back into main Samba4 tree.
Andrew Bartlett
4
-11
/
+13
2007-12-21
r26386: We need to test in more than just 'interactive' mode...
Andrew Bartlett
1
-1
/
+1
2007-12-21
r26385: Integrate gensec-socket into gensec.
Jelmer Vernooij
9
-72
/
+43
2007-12-21
r26384: Fix another global_loadparm instance.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26383: Make interfaces argument explicit.
Jelmer Vernooij
1
-15
/
+20
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
12
-36
/
+34
2007-12-21
r26381: Move global_loadparm higher up the call stack.
Jelmer Vernooij
6
-1
/
+10
2007-12-21
r26380: Specify port number higher up the call stack.
Jelmer Vernooij
3
-2
/
+7
2007-12-21
r26379: Remove more global_loadparm instances.
Jelmer Vernooij
4
-11
/
+5
2007-12-21
r26378: Remove use of global_loadparm.
Jelmer Vernooij
2
-5
/
+6
2007-12-21
r26377: Specify port explicitly.
Jelmer Vernooij
4
-4
/
+7
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
41
-122
/
+199
2007-12-21
r26375: Move provision-independent utility function to main samba python module.
Jelmer Vernooij
2
-10
/
+13
2007-12-21
r26374: Remove dependency on dynconfig.
Jelmer Vernooij
1
-1
/
+0
2007-12-21
r26373: add note about shared libs being problematic with static data.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26372: Add include for external users.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26371: Fix typo.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26370: Import upgrade script in Python.
Jelmer Vernooij
1
-0
/
+61
2007-12-21
r26369: Start on tests for the upgrade python code.
Jelmer Vernooij
2
-0
/
+30
2007-12-21
r26366: Import provision scripts in Python.
Jelmer Vernooij
3
-0
/
+1583
2007-12-21
r26365: This will now be the alpha3 tree (once I release alpha2).
Andrew Bartlett
1
-1
/
+1
2007-12-21
r26362: Fix segfault in NET-API-DELSHARE torture test.
Andrew Bartlett
1
-0
/
+1
[next]