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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r13470: Thanks to a report from VL:
Andrew Bartlett
2007-10-10
4
-25
/
+39
*
r13467: Add new parametric options (for testing) controlling LM_KEY and 56-bit
Andrew Bartlett
2007-10-10
1
-5
/
+13
*
r13466: Make it easier to understand what this function actually does.
Andrew Bartlett
2007-10-10
1
-5
/
+5
*
r13405: Allow a fallback if SPNEGO is somehow disabled in the client, to just...
Andrew Bartlett
2007-10-10
1
-1
/
+7
*
r13404: Comments, whitespace.
Andrew Bartlett
2007-10-10
1
-3
/
+4
*
r13403: Try to better handle a case where SPNEGO isn't available (allow us to
Andrew Bartlett
2007-10-10
3
-25
/
+34
*
r13402: Make Samba4 pass a nastier RPC-SCHANNEL test.
Andrew Bartlett
2007-10-10
5
-136
/
+235
*
r13401: remove the rename of the snprintf functions that simo accidentially
Andrew Tridgell
2007-10-10
1
-4
/
+2
*
r13400: Only return NULL from talloc_asprintf if vsnprintf returns an
James Peach
2007-10-10
1
-1
/
+1
*
r13397: Propagate the error return from vsnprintf to trap the case where
James Peach
2007-10-10
1
-2
/
+12
*
r13388: Report a more helpful error with malformed file options of
James Peach
2007-10-10
1
-0
/
+5
*
r13387: Make sure smbcli_parse_unc reports a failure for strings of
James Peach
2007-10-10
1
-10
/
+25
*
r13381: Test the SamLogonEx SamLogon call in the schannel test. This is only
Andrew Bartlett
2007-10-10
1
-0
/
+117
*
r13380: Drop the socket, then try SAMR operations secured with netlogon on th...
Andrew Bartlett
2007-10-10
2
-3
/
+32
*
r13374: new revision of the snprintf replace code
Simo Sorce
2007-10-10
1
-226
/
+672
*
r13373: Implement the -p option for smbtorture.
James Peach
2007-10-10
1
-2
/
+7
*
r13372: fixes ... still no joy
Simo Sorce
2007-10-10
1
-0
/
+8
*
r13370: Added deltest21 - pull the rug out from a connection by socket
Jeremy Allison
2007-10-10
1
-81
/
+90
*
r13369: let's have a way to show the samba4 version through ejs
Simo Sorce
2007-10-10
3
-1
/
+14
*
r13362: Rename variables for better consistency.
James Peach
2007-10-10
3
-66
/
+72
*
r13361: initial implementation of the vlv control
Simo Sorce
2007-10-10
3
-4
/
+361
*
r13360: Fix crash bug when 0 results are returned on the internal base search
Simo Sorce
2007-10-10
1
-1
/
+11
*
r13359: make sure we don't look at s[-1]
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r13358: removed some unused functions and make some local functions static
Andrew Tridgell
2007-10-10
1
-57
/
+3
*
r13357: more docs
Simo Sorce
2007-10-10
2
-0
/
+674
*
r13356: test utf8 usernames
Simo Sorce
2007-10-10
1
-0
/
+24
*
r13355: check controls are correctly exported
Simo Sorce
2007-10-10
1
-0
/
+7
*
r13354: Add tests to check that controls work properly
Simo Sorce
2007-10-10
3
-7
/
+56
*
r13353: Fix a crash bug in rootdse when we do not pass in credentials
Simo Sorce
2007-10-10
2
-9
/
+7
*
r13352: Integrate Patch to support the ManageDSAIT control
Simo Sorce
2007-10-10
1
-0
/
+20
*
r13349: In the end I could not use ldb_caseless_cmp
Simo Sorce
2007-10-10
5
-39
/
+3
*
r13348: Put a reminder for now.
Simo Sorce
2007-10-10
1
-0
/
+2
*
r13347: - Now we compare values with an optimized utf8
Simo Sorce
2007-10-10
2
-9
/
+50
*
r13346: use private proto header files for the torture tests
Stefan Metzmacher
2007-10-10
24
-1
/
+66
*
r13345: let us replicate with NT4sp6a
Stefan Metzmacher
2007-10-10
2
-0
/
+35
*
r13344: Trust SASL to have subtle distinctions between NULL and zero-length
Andrew Bartlett
2007-10-10
2
-13
/
+41
*
r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...
Andrew Bartlett
2007-10-10
3
-86
/
+442
*
r13341: Trivial.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r13340: The gensec_init() needs to be after the popt processing, as it
Andrew Bartlett
2007-10-10
1
-2
/
+3
*
r13339: Propogate more error infomation into the error packet and reformat the
Andrew Bartlett
2007-10-10
1
-38
/
+49
*
r13336: Doh! We actually never optimized for the ascii case.
Simo Sorce
2007-10-10
1
-3
/
+3
*
r13335: Fix the build and add an utf8 safe ldb_hadler_fold function
Simo Sorce
2007-10-10
4
-17
/
+46
*
r13334: Add comments describing what these functions do.
Andrew Bartlett
2007-10-10
1
-2
/
+21
*
r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers
Simo Sorce
2007-10-10
7
-15
/
+70
*
r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()
Simo Sorce
2007-10-10
5
-46
/
+6
*
r13325: let samba register it's own utf8 aware functions in ldb
Simo Sorce
2007-10-10
2
-0
/
+20
*
r13324: From now on check attribute names obey rfc2251
Simo Sorce
2007-10-10
11
-98
/
+139
*
r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. This
Andrew Bartlett
2007-10-10
1
-9
/
+24
*
r13320: Fix kpasswd's use of the local HDB. /dev/null was a bad idea, we want
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r13317: Create a new function messaging_client_init() which can be used when
Andrew Bartlett
2007-10-10
3
-2
/
+11
[prev]
[next]