Age | Commit message (Expand) | Author | Files | Lines |
2002-11-05 | Rerun autoconf. | Tim Potter | 1 | -17330/+8612 |
2002-11-05 | Fix mysterious error message when running 'make python_{ext,install}' | Tim Potter | 2 | -5/+7 |
2002-11-05 | Start handling Big Endian machines as well as little endian. | Richard Sharpe | 1 | -2/+2 |
2002-11-05 | pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form list | Martin Pool | 1 | -21/+45 |
2002-11-04 | VFStest already has pop_common via smbd, so don't link it twice. | Andrew Bartlett | 1 | -1/+1 |
2002-11-04 | Add more test cases that now work. | Martin Pool | 1 | -1/+2 |
2002-11-04 | pytdbpack_pack_data: Allow 'd' and 'w' formats to take either Integer | Martin Pool | 1 | -2/+20 |
2002-11-04 | Make sure uint32 unpacking is unsigned, and generates a Python long so | Martin Pool | 1 | -10/+10 |
2002-11-04 | Re-add some tests which do work with both implementations | Martin Pool | 1 | -6/+6 |
2002-11-04 | Comment out test cases where the old and new parser are different. | Martin Pool | 1 | -60/+71 |
2002-11-04 | pytdbpack_calc_reqd_len: Correct calculation of packed length of | Martin Pool | 1 | -5/+8 |
2002-11-04 | Change to representing buffers ('B') as (LEN, STRING) in Python, | Martin Pool | 1 | -130/+112 |
2002-11-04 | test_pack_extra: Add additional cases. | Martin Pool | 1 | -7/+12 |
2002-11-04 | test_pack_extra: Better way of testing packing with extra values. | Martin Pool | 1 | -3/+3 |
2002-11-04 | pytdbpack_calc_reqd_len: It's no longer an error to supply more data | Martin Pool | 1 | -8/+2 |
2002-11-04 | Doc | Martin Pool | 1 | -2/+5 |
2002-11-04 | test_pack_extra: The old code does not complain when there are too | Martin Pool | 1 | -1/+15 |
2002-11-04 | Sync with HEAD. | Tim Potter | 11 | -68/+265 |
2002-11-04 | test_pack_failures: The old code does not complain when there are too | Martin Pool | 1 | -6/+14 |
2002-11-04 | pytdbpack_calc_reqd_len: Make exception be thrown correctly when a | Martin Pool | 1 | -2/+5 |
2002-11-04 | test_pack_failures: The old and new code is not exactly the same about | Martin Pool | 1 | -33/+37 |
2002-11-04 | test_pack: Coercing a dictionary to a sequence as it is packed is not | Martin Pool | 1 | -4/+0 |
2002-11-04 | Add FIXME about --with-python | Martin Pool | 1 | -0/+4 |
2002-11-04 | Move testsmbc.c to examples | Jelmer Vernooij | 1 | -455/+0 |
2002-11-04 | remove 'sam backend' | Jelmer Vernooij | 1 | -3/+0 |
2002-11-04 | Add @BUILD_POPT@ to smbclient | Jelmer Vernooij | 1 | -2/+2 |
2002-11-04 | Handle -p correctly | Jelmer Vernooij | 1 | -1/+1 |
2002-11-04 | Make IRIX happy | Jelmer Vernooij | 2 | -19/+18 |
2002-11-04 | Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we must | Andrew Bartlett | 1 | -10/+14 |
2002-11-04 | Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hope | Andrew Bartlett | 1 | -19/+20 |
2002-11-04 | Fix debug | Andrew Bartlett | 1 | -1/+1 |
2002-11-04 | Move to the use of the 'initialised' flag, rather than the fact the pointer is | Andrew Bartlett | 1 | -8/+9 |
2002-11-04 | Try to fix popt dependencies - we were linking to popt before we built with it. | Andrew Bartlett | 1 | -6/+6 |
2002-11-04 | Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on | Andrew Bartlett | 1 | -2/+2 |
2002-11-04 | The fixes from Tom plus a minor update from me. | Richard Sharpe | 5 | -174/+329 |
2002-11-03 | Extra little fix to vl's patch. Make sure the passdb and testparm messages | Andrew Bartlett | 2 | -5/+9 |
2002-11-03 | make_server_info_guest() can need root for the ldapsam backend | Andrew Tridgell | 1 | -1/+4 |
2002-11-03 | Force algorithmic rid base to sane values and talk about it. | Volker Lendecke | 2 | -4/+33 |
2002-11-02 | Remove obsolete function usage and some unused variables | Jelmer Vernooij | 1 | -27/+1 |
2002-11-02 | Remove dummy function I used for testing | Jelmer Vernooij | 1 | -7/+0 |
2002-11-02 | Convert to popt. | Jelmer Vernooij | 1 | -75/+23 |
2002-11-02 | Add more options to popt_common and use them. Current ones are: | Jelmer Vernooij | 3 | -28/+62 |
2002-11-02 | port sec_desc headers reordering from HEAD. | Simo Sorce | 6 | -225/+297 |
2002-11-02 | Merge of my 'ldap trust ids' patch from HEAD. | Andrew Bartlett | 2 | -36/+99 |
2002-11-02 | Clean up this a little - add comments describing a bit of what is going on | Andrew Bartlett | 1 | -5/+6 |
2002-11-02 | Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccount | Andrew Bartlett | 2 | -33/+95 |
2002-11-02 | Make sure that %u is used for SID elements ... | Richard Sharpe | 1 | -1/+1 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 29 | -875/+1686 |
2002-11-02 | Return the result code, not false (0 == success) on error... | Andrew Bartlett | 1 | -1/+1 |
2002-11-02 | Fixes for pdb_ldap: | Andrew Bartlett | 2 | -111/+105 |