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
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r4795: stronget type checking in composite connect function
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r4791: used the new talloc type safety macros to make the "void *private"
Andrew Tridgell
2007-10-10
5
-25
/
+25
*
r4783: got rid of another void* in the composite code. This brings us down to
Andrew Tridgell
2007-10-10
5
-114
/
+88
*
r4782: volker quite rightly pointed out that there is too much of a
Andrew Tridgell
2007-10-10
5
-130
/
+131
*
r4778: I forgot to set the session key for the spnego path. Fixed.
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
2007-10-10
9
-576
/
+473
*
r4769: added a smb_composite_connect() function that provides a simple async
Andrew Tridgell
2007-10-10
5
-4
/
+476
*
r4767: handle the different NBT session request refusals, and map them to
Andrew Tridgell
2007-10-10
1
-10
/
+41
*
r4765: simplify the async socket code to always go via the event handler
Andrew Tridgell
2007-10-10
1
-18
/
+9
*
r4758: - added async support to the session request code
Andrew Tridgell
2007-10-10
5
-45
/
+105
*
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
2007-10-10
5
-91
/
+221
*
r4755: the recent change in the definition of lp_passwordserver() breaks this
Andrew Tridgell
2007-10-10
2
-204
/
+0
*
r4754: tidied up the composite function infrastructure to make it easier to
Andrew Tridgell
2007-10-10
4
-44
/
+67
*
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
2007-10-10
3
-5
/
+5
*
r4710: added a smb_composite_savefile() function, and expanded the test suite...
Andrew Tridgell
2007-10-10
5
-12
/
+350
*
r4701: remove debugs
Stefan Metzmacher
2007-10-10
1
-2
/
+0
*
r4700: first attempt at a composite async function, smb_composite_loadfile(),
Andrew Tridgell
2007-10-10
4
-1
/
+366
*
r4692: Make the client SPNEGO code bail out in a couple more cases.
Andrew Bartlett
2007-10-10
1
-1
/
+4
*
r4682: A LDB-based secrets implementation in Samba4.
Andrew Bartlett
2007-10-10
1
-21
/
+22
*
r4658: (grr, commited wrong file last time).
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r4650: - make more use of bitmap and enum's
Stefan Metzmacher
2007-10-10
2
-2
/
+4
*
r4641: Push a few more details into the schannel ldb, and into the
Andrew Bartlett
2007-10-10
2
-2
/
+9
*
r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth
Andrew Bartlett
2007-10-10
2
-32
/
+34
*
r4620: - add interface functions to the auth subsystem so that callers doesn'...
Stefan Metzmacher
2007-10-10
3
-152
/
+108
*
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4616: the first phase in the addition of proper support for
Andrew Tridgell
2007-10-10
1
-1
/
+7
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
7
-15
/
+16
*
r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error code
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4565: Make the order of the initialisation more sensible.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
8
-16
/
+16
*
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
2007-10-10
3
-6
/
+6
*
r4531: Include the OID locally, as it seems to be hard to get the includes
Andrew Bartlett
2007-10-10
1
-1
/
+5
*
r4530: Start adding a bit of Doxygen compatible documentation comments to GEN...
Andrew Bartlett
2007-10-10
1
-3
/
+23
*
r4504: Setting
Andrew Bartlett
2007-10-10
6
-9
/
+10
*
r4500: Allow GENSEC modules to be disabled by setting a flag on their module
Andrew Bartlett
2007-10-10
4
-3
/
+8
*
r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.
Andrew Bartlett
2007-10-10
1
-3
/
+8
*
r4494: Allow gensec_gssapi to use the SPNEGO mech provided by Heimdal (off by
Andrew Bartlett
2007-10-10
1
-7
/
+44
*
r4470: Try not to have GSSAPI built unless we detected krb5. We should split
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r4460: Add a new GENSEC module: gensec_gssapi
Andrew Bartlett
2007-10-10
4
-9
/
+375
*
r4459: GENSEC refinements:
Andrew Bartlett
2007-10-10
5
-11
/
+212
*
r4446: attempt to fix the build - andrew, can you check I've done this right?
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4441: gensec_krb5 update:
Andrew Bartlett
2007-10-10
1
-6
/
+21
*
r4435: add another error code
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r4431: add WERR_NET_NAME_NOT_FOUND
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r4429: the owner of a file always gets SEC_STD_DELETE
Andrew Tridgell
2007-10-10
1
-6
/
+5
*
r4419: move security_token stuff to the libcli/security/
Stefan Metzmacher
2007-10-10
6
-5
/
+158
*
r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4404: check for SEC_ACE_FLAG_INHERIT_ONLY in the "maximum allowed" logic
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r4388: - allow ACE flags to be specified in security_descriptor_create()
Andrew Tridgell
2007-10-10
1
-1
/
+2
[prev]
[next]