Age | Commit message (Expand) | Author | Files | Lines |
2002-09-09 | Build py_tdbpack as well. | Martin Pool | 1 | -0/+5 |
2002-09-09 | Python's setup.py does not need to be munged by configure.in -- it is | Martin Pool | 5 | -14/+8 |
2002-09-09 | Actually, I think Jerrys patch was incorrect as it didn't ever | Jeremy Allison | 1 | -40/+8 |
2002-09-09 | Import my code to do reasonably fast tdbpack/unpack from Python | Martin Pool | 1 | -0/+662 |
2002-09-09 | Update documentation for newly merged modules | Martin Pool | 1 | -35/+9 |
2002-09-09 | This patch has now been applied and no longer needs to exist separately | Martin Pool | 1 | -69/+0 |
2002-09-09 | Add --with-python=PYTHONNAME configure option, so that the libraries | Martin Pool | 3 | -812/+844 |
2002-09-09 | Merge tpot's Python patch. ./configure now writes to the Python | Martin Pool | 2 | -697/+700 |
2002-09-09 | Merge tpot's patch to add targets to build Python stuff. It's not | Martin Pool | 1 | -0/+39 |
2002-09-09 | Add little meta note | Martin Pool | 1 | -0/+6 |
2002-09-09 | Fix crash bugs in getprinter info level code (yay unit tests). | Tim Potter | 1 | -8/+3 |
2002-09-09 | Pass level keyword down to cli_spoolss_getform() | Tim Potter | 1 | -1/+1 |
2002-09-09 | Formatting tidyup. | Tim Potter | 1 | -1/+1 |
2002-09-09 | Return WERR_UNKNOWN_LEVEL for unknown info levels. | Tim Potter | 1 | -3/+12 |
2002-09-09 | Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don't | Tim Potter | 1 | -0/+3 |
2002-09-09 | Remove todo comment. | Tim Potter | 1 | -1/+0 |
2002-09-09 | Check no extra fields are present when parsing credentials. | Tim Potter | 1 | -2/+17 |
2002-09-08 | Update patch. | Tim Potter | 1 | -15/+15 |
2002-09-08 | Patch from Kai Kr�ger for the new SAM system | Jelmer Vernooij | 1 | -2/+9 |
2002-09-08 | Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystem | Jelmer Vernooij | 3 | -181/+398 |
2002-09-08 | change parametric option name to vfs_recycle_bin it is more sane and do not p... | Simo Sorce | 1 | -30/+41 |
2002-09-08 | forgot to commit configure with configure.in | Simo Sorce | 1 | -2/+2 |
2002-09-07 | "disable charset" -> "display charset". oops | Jelmer Vernooij | 3 | -1240/+2683 |
2002-09-07 | merge of printer change notify fix from APP_HEAD | Gerald Carter | 1 | -8/+40 |
2002-09-07 | This is the 'main' inclue for for winbind clients - all clients should include | Andrew Bartlett | 1 | -0/+16 |
2002-09-07 | Don't leak file desciptors in this (impossible?) error case. | Andrew Bartlett | 1 | -0/+1 |
2002-09-07 | Winbind client-side cleanups. | Andrew Bartlett | 8 | -39/+96 |
2002-09-07 | configure.in: | Simo Sorce | 2 | -1/+14 |
2002-09-07 | recycle.c: | Simo Sorce | 2 | -138/+454 |
2002-09-06 | As per the 'OK' at CIFS2002, only use the readline headers (and this crasy | Andrew Bartlett | 2 | -18/+18 |
2002-09-06 | Seems I missed commiting this when I added the rest of metze's ADS patch. | Andrew Bartlett | 1 | -0/+75 |
2002-09-06 | the current block module is completely broken, jelmer will commit a new one l... | Simo Sorce | 4 | -479/+0 |
2002-09-06 | move everything to flat VFS/ directory | Simo Sorce | 4 | -29/+1 |
2002-09-06 | This is the 'easy' parts of the trusted domains patch n+3 patch from | Andrew Bartlett | 6 | -68/+93 |
2002-09-06 | Fix some missing ; on the end of our SAM_ASSERT()... | Andrew Bartlett | 1 | -4/+4 |
2002-09-06 | Get our consts back in line with current norms - only for pointer protection. | Andrew Bartlett | 1 | -7/+7 |
2002-09-06 | Make it possible to actually build these modules - process the Makefile.in at | Andrew Bartlett | 2 | -3/+3 |
2002-09-06 | Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the | Andrew Bartlett | 3 | -27/+223 |
2002-09-06 | This commit includes part of the patch from metze posted to the list, and a few | Andrew Bartlett | 6 | -259/+225 |
2002-09-06 | patch from metze: add a 'vfs' debug class | Andrew Bartlett | 4 | -1/+10 |
2002-09-06 | Revert accidental commit - I'll need to do a fair bit more testing before I | Andrew Bartlett | 1 | -3/+0 |
2002-09-06 | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> | Andrew Bartlett | 7 | -35/+154 |
2002-09-06 | Oops... | Andrew Bartlett | 1 | -1/+1 |
2002-09-06 | Add some DEBUG()s to some libads failure modes. | Andrew Bartlett | 1 | -1/+5 |
2002-09-06 | One less user of Get_Pwnam_modify()... | Andrew Bartlett | 1 | -2/+4 |
2002-09-06 | Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype for | Andrew Bartlett | 4 | -727/+775 |
2002-09-06 | Initial version of printerdata_ex browsing. | Tim Potter | 3 | -5/+38 |
2002-09-06 | Move printerdata dictionary object into it's own file. | Tim Potter | 3 | -12/+49 |
2002-09-06 | Decode list of dependent files in printer driver info3 and info6. | Tim Potter | 1 | -1/+31 |
2002-09-06 | level keys are inserted by conv routines. | Tim Potter | 1 | -14/+0 |