index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r15456: Inspired by a short discussion with abartlet on IRC.
Rafal Szczesniak
2007-10-10
4
-11
/
+34
*
r15440: Formatting.
Rafal Szczesniak
2007-10-10
1
-3
/
+2
*
r15439: Reorder the code a bit to be like in other calls. More comments
Rafal Szczesniak
2007-10-10
1
-142
/
+170
*
r15437: Add generator that creates Samba3 client code which uses Samba4's NDR
Jelmer Vernooij
2007-10-10
2
-3
/
+162
*
r15436: Add test for LIBNET_RPC_CONNECT_DC_INFO level. Display received
Rafal Szczesniak
2007-10-10
1
-0
/
+36
*
r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnect
Rafal Szczesniak
2007-10-10
4
-179
/
+296
*
r15433: Add a todo.
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r15427: Rename private to private_data to prevent errors from C++ errors (which
Jelmer Vernooij
2007-10-10
2
-7
/
+7
*
r15426: Implement SPNEGO as the default RPC authentication mechanism. Where
Andrew Bartlett
2007-10-10
9
-48
/
+201
*
r15422: Fix issues with functions being called recursively in the credentials
Jelmer Vernooij
2007-10-10
5
-27
/
+38
*
r15421: Correct function comments.
Andrew Bartlett
2007-10-10
1
-4
/
+3
*
r15420: Add a new function to print a the 'unparsed' string format for userna...
Andrew Bartlett
2007-10-10
2
-21
/
+42
*
r15416: Point out that this doesn't work, but for servers this old, I just
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3
Andrew Bartlett
2007-10-10
2
-2
/
+55
*
r15414: Support retrying different username/password combinations
Jelmer Vernooij
2007-10-10
2
-1
/
+26
*
r15413: Disable gwsvcctl on hosts without gtk
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r15412: Put the test in a dangerous category.
Rafal Szczesniak
2007-10-10
1
-0
/
+5
*
r15410: Fix segfaults
Jelmer Vernooij
2007-10-10
2
-3
/
+7
*
r15409: Start working on GTK+ tool for services management
Jelmer Vernooij
2007-10-10
3
-0
/
+224
*
r15408: Fix some small bugs in the GTK+ tools
Jelmer Vernooij
2007-10-10
8
-140
/
+145
*
r15407: Get rid of some more uint_t
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality
Jelmer Vernooij
2007-10-10
7
-5
/
+5
*
r15405: remove define for STAT_ST_BLOCKSIZE
Stefan Metzmacher
2007-10-10
1
-39
/
+39
*
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
2007-10-10
14
-157
/
+216
*
r15397: Fix typo.
Tim Potter
2007-10-10
1
-1
/
+1
*
r15395: Fix build by adding another copy of the Python detection m4 fragment.
Tim Potter
2007-10-10
2
-0
/
+32
*
r15394: Put initial code for testing async dcerpc binding. Currently
Rafal Szczesniak
2007-10-10
3
-1
/
+81
*
r15391: Wrap up the nbt_name_query() function as a bit of an experiment. It
Tim Potter
2007-10-10
3
-1
/
+143
*
r15390: Make test output a bit prettier.
Tim Potter
2007-10-10
1
-0
/
+3
*
r15389: Add some better torture tests for LdbMessage.
Tim Potter
2007-10-10
3
-9
/
+108
*
r15388: Fix cut&paste typo.
Tim Potter
2007-10-10
1
-1
/
+1
*
r15387: Fix installation of dcerpc headers, remove more instances of uint_t
Jelmer Vernooij
2007-10-10
7
-9
/
+13
*
r15384: Improve naming of socket library, disable Requires(.private)? fields ...
Jelmer Vernooij
2007-10-10
7
-15
/
+15
*
r15383: Revert making DSO's the default - this caused a few test suite breaka...
Jelmer Vernooij
2007-10-10
1
-0
/
+7
*
r15382: Use grp.h in this block; it has been cleaned out of the other headers...
Paul Green
2007-10-10
1
-0
/
+3
*
r15381: Make shared libraries the default (where supported). This concludes m...
Jelmer Vernooij
2007-10-10
2
-11
/
+3
*
r15379: Fix shared library build's unresolved dependencies
Jelmer Vernooij
2007-10-10
13
-22
/
+23
*
r15378: Fix installheader script. Alexander, this will break installation of ...
Jelmer Vernooij
2007-10-10
1
-11
/
+4
*
r15377: Remove sys_select() code as it's no longer used.
Jelmer Vernooij
2007-10-10
3
-170
/
+45
*
r15376: Add detection of -lnsl, required for building on SUN boxes.
Jelmer Vernooij
2007-10-10
5
-7
/
+24
*
r15375: Rename readline.h to smbreadline.h avoid clashes with system header.
Jelmer Vernooij
2007-10-10
4
-3
/
+5
*
r15374: Make subsystem name shorter - Stratos VOS has a filename length limit...
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...
Jelmer Vernooij
2007-10-10
7
-13
/
+13
*
r15372: Don't look at possibly undefined controls in failure cases.
Andrew Bartlett
2007-10-10
1
-3
/
+0
*
r15371: Revert some of my previous patch as it was breaking the plain build
Jelmer Vernooij
2007-10-10
6
-8
/
+7
*
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2007-10-10
16
-18
/
+21
*
r15367: Fix unused function warnings in generated EJS code.
Jelmer Vernooij
2007-10-10
1
-28
/
+28
*
r15366: Use type name rather then typedef directly - fixes build on tcc
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15365: Fix error in my previous commit, caught by metze.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r15364: Use global list of predefined keys
Jelmer Vernooij
2007-10-10
1
-14
/
+2
[prev]
[next]