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
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form list
Martin Pool
2002-11-05
1
-21
/
+45
|
*
VFStest already has pop_common via smbd, so don't link it twice.
Andrew Bartlett
2002-11-04
1
-1
/
+1
|
*
Add more test cases that now work.
Martin Pool
2002-11-04
1
-1
/
+2
|
*
pytdbpack_pack_data: Allow 'd' and 'w' formats to take either Integer
Martin Pool
2002-11-04
1
-2
/
+20
|
*
Make sure uint32 unpacking is unsigned, and generates a Python long so
Martin Pool
2002-11-04
1
-10
/
+10
|
*
Re-add some tests which do work with both implementations
Martin Pool
2002-11-04
1
-6
/
+6
|
*
Comment out test cases where the old and new parser are different.
Martin Pool
2002-11-04
1
-60
/
+71
|
*
pytdbpack_calc_reqd_len: Correct calculation of packed length of
Martin Pool
2002-11-04
1
-5
/
+8
|
*
Change to representing buffers ('B') as (LEN, STRING) in Python,
Martin Pool
2002-11-04
1
-130
/
+112
|
*
test_pack_extra: Add additional cases.
Martin Pool
2002-11-04
1
-7
/
+12
|
*
test_pack_extra: Better way of testing packing with extra values.
Martin Pool
2002-11-04
1
-3
/
+3
|
*
pytdbpack_calc_reqd_len: It's no longer an error to supply more data
Martin Pool
2002-11-04
1
-8
/
+2
|
*
Doc
Martin Pool
2002-11-04
1
-2
/
+5
|
*
test_pack_extra: The old code does not complain when there are too
Martin Pool
2002-11-04
1
-1
/
+15
|
*
test_pack_failures: The old code does not complain when there are too
Martin Pool
2002-11-04
1
-6
/
+14
|
*
pytdbpack_calc_reqd_len: Make exception be thrown correctly when a
Martin Pool
2002-11-04
1
-2
/
+5
|
*
test_pack_failures: The old and new code is not exactly the same about
Martin Pool
2002-11-04
1
-33
/
+37
|
*
test_pack: Coercing a dictionary to a sequence as it is packed is not
Martin Pool
2002-11-04
1
-4
/
+0
|
*
Add FIXME about --with-python
Martin Pool
2002-11-04
1
-0
/
+4
|
*
Move testsmbc.c to examples
Jelmer Vernooij
2002-11-04
1
-455
/
+0
|
*
Add @BUILD_POPT@ to smbclient
Jelmer Vernooij
2002-11-04
1
-2
/
+2
|
*
Handle -p correctly
Jelmer Vernooij
2002-11-04
1
-1
/
+1
|
*
Make IRIX happy
Jelmer Vernooij
2002-11-04
2
-19
/
+18
|
*
Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we must
Andrew Bartlett
2002-11-04
1
-10
/
+14
|
*
Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hope
Andrew Bartlett
2002-11-04
1
-19
/
+20
|
*
Fix debug
Andrew Bartlett
2002-11-04
1
-1
/
+1
|
*
Move to the use of the 'initialised' flag, rather than the fact the pointer is
Andrew Bartlett
2002-11-04
1
-8
/
+9
|
*
Try to fix popt dependencies - we were linking to popt before we built with it.
Andrew Bartlett
2002-11-04
1
-6
/
+6
|
*
Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on
Andrew Bartlett
2002-11-04
1
-2
/
+2
|
*
The fixes from Tom plus a minor update from me.
Richard Sharpe
2002-11-04
5
-174
/
+329
|
*
Extra little fix to vl's patch. Make sure the passdb and testparm messages
Andrew Bartlett
2002-11-03
2
-5
/
+9
|
*
make_server_info_guest() can need root for the ldapsam backend
Andrew Tridgell
2002-11-03
1
-1
/
+4
|
*
Force algorithmic rid base to sane values and talk about it.
Volker Lendecke
2002-11-03
2
-4
/
+33
|
*
Remove obsolete function usage and some unused variables
Jelmer Vernooij
2002-11-02
1
-27
/
+1
|
*
Remove dummy function I used for testing
Jelmer Vernooij
2002-11-02
1
-7
/
+0
|
*
Convert to popt.
Jelmer Vernooij
2002-11-02
1
-75
/
+23
|
*
Add more options to popt_common and use them. Current ones are:
Jelmer Vernooij
2002-11-02
3
-28
/
+62
|
*
Clean up this a little - add comments describing a bit of what is going on
Andrew Bartlett
2002-11-02
1
-5
/
+6
|
*
Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccount
Andrew Bartlett
2002-11-02
2
-33
/
+95
|
*
Make sure that %u is used for SID elements ...
Richard Sharpe
2002-11-02
1
-1
/
+1
|
*
Return the result code, not false (0 == success) on error...
Andrew Bartlett
2002-11-02
1
-1
/
+1
|
*
Fixes for pdb_ldap:
Andrew Bartlett
2002-11-02
2
-111
/
+105
|
*
Fix --set-auth-user command to delete entries from the secrets file when an
Tim Potter
2002-11-02
1
-12
/
+68
|
*
Some winbindd cleanups I made trying to fix cr1020:
Tim Potter
2002-11-02
2
-38
/
+108
|
*
Add popt_common_socket_options
Jelmer Vernooij
2002-11-02
1
-0
/
+1
|
*
Handle the case where the password used in RPC connections (for restrict
Tim Potter
2002-11-02
1
-3
/
+8
|
*
Display pipe name in rpc bind failure debug.
Tim Potter
2002-11-02
1
-1
/
+2
|
*
Convert to popt
Jelmer Vernooij
2002-11-02
1
-87
/
+30
|
*
Add the changes to change the SIDs ...
Richard Sharpe
2002-11-01
1
-19
/
+45
|
*
Add more. Parse SIDs on the command line ... soon will actually mod the
Richard Sharpe
2002-11-01
1
-11
/
+88
[prev]
[next]