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
/
source4
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6150: fixed a few socket_wrapper bugs.
Andrew Tridgell
1
-35
/
+80
2007-10-10
r6147: The maxfd was being recalculated on every event loop, which made us
Andrew Tridgell
1
-1
/
+0
2007-10-10
r6144: Apparently there are more systems that have AF_UNIX then
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r6140: - Add configure option for enabling the socket-wrapper library, so it
Jelmer Vernooij
2
-23
/
+48
2007-10-10
r6139: Move socket_wrapper to a seperate directory
Jelmer Vernooij
4
-8
/
+7
2007-10-10
r6129: - add our own MSZIP decompression implementation
Stefan Metzmacher
3
-0
/
+719
2007-10-10
r6118: Make it so that we can do --with-zlib=no in configure and also a couple
Richard Sharpe
1
-1
/
+1
2007-10-10
r6093: Patch to fix sys_select so it can't drop signals if another fd
Jeremy Allison
1
-9
/
+18
2007-10-10
r6088: Add the socket_wrapper library. This is a very simple library that
Jelmer Vernooij
3
-1
/
+459
2007-10-10
r6087: - remove the dlopen code for now (before it goes back, it needs to be
Andrew Tridgell
1
-44
/
+1
2007-10-10
r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6079: Add inline documentation on the credentials context API.
Andrew Bartlett
1
-6
/
+118
2007-10-10
r6075: added talloc_enable_null_tracking() (asked for by lifeless)
Andrew Tridgell
3
-2
/
+21
2007-10-10
r6070: Fix typo's and fallback to "" as default user name if no
Jelmer Vernooij
2
-3
/
+3
2007-10-10
r6045: Couple of small GTK+ fixes
Jelmer Vernooij
1
-61
/
+60
2007-10-10
r6033: Patch from 'lifeless' to clarify behaviour with NULL pointers.
Andrew Bartlett
2
-1
/
+3
2007-10-10
r6024: Some of the ordering constraints on the popt callbacks were getting
Andrew Bartlett
2
-25
/
+90
2007-10-10
r5989: Display authentication information (list of available auth protocols
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5988: Fix the -P option (use machine account credentials) to use the Samba4
Andrew Bartlett
5
-26
/
+158
2007-10-10
r5976: SIDs can't have more then 5 subauths (caught by [validate] and
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5942: A couple of small changes to fix things up with the new credentials
Andrew Bartlett
1
-0
/
+1
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
4
-42
/
+34
2007-10-10
r5939: improve talloc_realloc() docs after feedback from lifeless
Andrew Tridgell
1
-1
/
+5
2007-10-10
r5938: - allow NULL string argument to talloc_vasprintf_append()
Andrew Tridgell
1
-1
/
+9
2007-10-10
r5937: - performance improvement to talloc_asprintf_append()
Andrew Tridgell
2
-5
/
+10
2007-10-10
r5932: Use cli_credentials somewhat more in the Gtk+ code
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
2
-5
/
+13
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
8
-28
/
+37
2007-10-10
r5917: First step in using the new cli_credentials structure. This patch
Jelmer Vernooij
12
-283
/
+419
2007-10-10
r5906: Fix the usage of the internal popt (make proto should ignore it)
Jelmer Vernooij
13
-661
/
+2205
2007-10-10
r5903: While I can't test IPv6, metze asked me to commit a matching change
Andrew Bartlett
1
-0
/
+3
2007-10-10
r5902: A rather large change...
Andrew Bartlett
2
-29
/
+41
2007-10-10
r5898: Handle errors in the 'sync' name and IP address handling code.
Andrew Bartlett
1
-0
/
+3
2007-10-10
r5871: Remove file with unused function (that uses fstring)
Jelmer Vernooij
3
-54
/
+3
2007-10-10
r5781: Fix build.
Tim Potter
1
-1
/
+1
2007-10-10
r5780: Remove unused arguments.
Tim Potter
2
-7
/
+7
2007-10-10
r5779: Remove signal and timeout gubbage from tdb.
Tim Potter
3
-127
/
+4
2007-10-10
r5775: Remove some unused functions (unions are no longer as special as they ...
Jelmer Vernooij
1
-1
/
+8
2007-10-10
r5769: Fix unused variable warning.
Tim Potter
1
-1
/
+1
2007-10-10
r5682: fix the build
Stefan Metzmacher
1
-3
/
+5
2007-10-10
r5680: Don't crash if none of the predefined keys is available (reported by A...
Jelmer Vernooij
1
-2
/
+28
2007-10-10
r5676: Fix some alignment issues and IRemoteActivation
Jelmer Vernooij
1
-0
/
+10
2007-10-10
r5675: - More DCOM bug fixes
Jelmer Vernooij
4
-21
/
+52
2007-10-10
r5674: - Re-enable DCOM support.
Jelmer Vernooij
6
-255
/
+148
2007-10-10
r5670: simplify and clarify ldb_modules.c code
Simo Sorce
3
-143
/
+155
2007-10-10
r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfo
Andrew Tridgell
1
-0
/
+9
2007-10-10
r5665: the data within el2->values can still be used at this point, so don't ...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5664: simo, please look into this. It is possible for the number of elements
Andrew Tridgell
1
-1
/
+3
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
19
-198
/
+215
2007-10-10
r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...
Jeremy Allison
1
-0
/
+7
[next]