Age | Commit message (Expand) | Author | Files | Lines |
2002-11-05 | A small fix by Andy Thomas. Now that incrementing the Auth index has | Richard Sharpe | 1 | -1/+2 |
2002-11-05 | Add note about obsolete section | Jelmer Vernooij | 1 | -2/+2 |
2002-11-05 | Tell popt this command requires 1 'normal' argument and has two optional 'nor... | Jelmer Vernooij | 1 | -0/+7 |
2002-11-05 | Don't generate ../examples/pdb/{xml,mysql}/configure | Jelmer Vernooij | 1 | -3/+1 |
2002-11-05 | Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/Makefile | Jelmer Vernooij | 1 | -1/+1 |
2002-11-05 | Add pdb_xml docs | Jelmer Vernooij | 2 | -0/+44 |
2002-11-05 | Move pdb_xml to source/ | Jelmer Vernooij | 5 | -65/+8 |
2002-11-05 | Fix various small syntax errors | Jelmer Vernooij | 6 | -9/+145 |
2002-11-05 | Convert pdb_mysql docs to sgml | Jelmer Vernooij | 1 | -92/+0 |
2002-11-05 | Move pdb_mysql to source/passdb | Jelmer Vernooij | 3 | -72/+0 |
2002-11-05 | Rerun autoconf | Jelmer Vernooij | 1 | -8611/+17906 |
2002-11-05 | Add support to build plugins in source/ | Jelmer Vernooij | 3 | -7/+397 |
2002-11-05 | The default for 'announce version' is 4.9, not 4.5 or 4.2 | Jelmer Vernooij | 1 | -2/+2 |
2002-11-05 | See if char * makes the Irix C compiler happier than void *? | Richard Sharpe | 1 | -1/+1 |
2002-11-05 | Remove DRIVERFILE constant. It was removed with the old win95 | Tim Potter | 4 | -7/+0 |
2002-11-05 | pytdbpack_pack_data: Oops, since B is separately encoded as buffer and | Martin Pool | 1 | -5/+8 |
2002-11-05 | Update test cases. | Martin Pool | 1 | -28/+32 |
2002-11-05 | Make all of the required (I think) changes to make this code work for | Richard Sharpe | 1 | -25/+61 |
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 | 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 | Sync to actual state | Jelmer Vernooij | 1 | -3/+2 |
2002-11-04 | Add FIXME about --with-python | Martin Pool | 1 | -0/+4 |
2002-11-04 | Large number of updates - new structure of the HOWTO, better names, introduct... | Jelmer Vernooij | 8 | -531/+472 |
2002-11-04 | Move testsmbc.c to examples | Jelmer Vernooij | 1 | -455/+0 |
2002-11-04 | testsmbc should only be in examples | Jelmer Vernooij | 1 | -2/+1 |
2002-11-04 | Move encryption algorithm explanation to dev-doc | Jelmer Vernooij | 2 | -0/+198 |
2002-11-04 | Move explanation of encryption algorithm to dev-doc | Jelmer Vernooij | 1 | -216/+27 |
2002-11-04 | Add @BUILD_POPT@ to smbclient | Jelmer Vernooij | 1 | -2/+2 |
2002-11-04 | Don't pass any booleans to pdb_set_* functions | Jelmer Vernooij | 1 | -9/+9 |
2002-11-04 | Don't pass true to pdb_set_* functions | Jelmer Vernooij | 1 | -9/+9 |
2002-11-04 | Handle -p correctly | Jelmer Vernooij | 1 | -1/+1 |