Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-13 | Try to bring libsmbclient in line with the new global_myname stuff | Andrew Bartlett | 1 | -3/+2 | |
(This used to be commit e424b08050b44b1b52abd2af76b1b4dc8b100095) | |||||
2002-11-13 | Undo the new --enable-developer flags that caused breakage on gcc != 3.2, and | Andrew Bartlett | 2 | -470/+1623 | |
rerun autoconf (This used to be commit 6da20cd7638b5e36af080a4b8ae8880035fe684b) | |||||
2002-11-13 | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 1 | -1/+1 | |
to ensure the malloc is done. Jeremy. (This used to be commit 57f7ab45b783f64a3f3337a893ba3ddef953c133) | |||||
2002-11-13 | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 1 | -1/+1 | |
to ensure the malloc is done. Jeremy. (This used to be commit e57853000aacc61ba3c73907a7afb85385b378c3) | |||||
2002-11-13 | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 1 | -2/+1 | |
(This used to be commit 79a0f2c2519b0503a8323fd0babfd18ec59b8d5e) | |||||
2002-11-13 | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 1 | -2/+1 | |
(This used to be commit 5170a9f7ffac93c619358353834bc3024a6746d2) | |||||
2002-11-13 | - Add some more warning flags for --enable-developer. | Andrew Bartlett | 1 | -2/+16 | |
- patch from SUSE for hiemdal headers in /usr/include/heimdal (This used to be commit 1dbc9eff149ca976ff5edb5c256fa2fe6b409617) | |||||
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 102 | -1895/+1662 | |
dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit f755711df8f74f9b8e8c1a2b0d07d02a931eeb89) | |||||
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 102 | -1895/+1662 | |
dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit 82b8f749a36b42e22186297482aad2abb04fab8a) | |||||
2002-11-12 | Rename unpack_* functions to be consistent | Martin Pool | 1 | -15/+16 | |
Decode CP850 strings when unpacking Add variable giving default encoding name (This used to be commit 8cbaea2afa6faca80eced70d625359165afaa10c) | |||||
2002-11-12 | Rename pytdbpack_unpack -> pytdbunpack | Martin Pool | 1 | -7/+7 | |
(This used to be commit e62baf3a76e0e4f642e542812868db614632de00) | |||||
2002-11-12 | Just reorder functions to put related ones together | Martin Pool | 1 | -40/+38 | |
(This used to be commit 7863c948b73785e49d04227e87d8b4b47fd61f58) | |||||
2002-11-12 | Remove dead code for packing buffers which has now been reimplemented. | Martin Pool | 1 | -94/+0 | |
(This used to be commit 001779dffd18e1f6a83496c94ead185d4bb42204) | |||||
2002-11-12 | Remove dead code for packing buffers which has now been reimplemented. | Martin Pool | 1 | -36/+0 | |
(This used to be commit 62ca27d140d55cbb271b97624023540ae7c18882) | |||||
2002-11-12 | Remove non-integer Pointer values, which are no longer supported. | Martin Pool | 1 | -2/+0 | |
(This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb) | |||||
2002-11-12 | Don't throw out WEIRD - yet (I committed my local changes together with my ↵ | Jelmer Vernooij | 1 | -0/+108 | |
last fix. D'oh!) (This used to be commit 5191719eeec7062118da2be3aefe35d065e97900) | |||||
2002-11-12 | Fix segfault with high debug levels | Jelmer Vernooij | 1 | -109/+1 | |
(This used to be commit a20676bc05f50bb89a55e67efef579eaaeac3f72) | |||||
2002-11-12 | Add smb_register_charset() and use it | Jelmer Vernooij | 2 | -33/+81 | |
(This used to be commit 8b654658759a145c5c8aabb3c82220a70f70c3f7) | |||||
2002-11-12 | Updated build spec file - removed make_printerdef and modified DESTDIR handling | John Terpstra | 1 | -19/+10 | |
to work with new DESTDIR in Makefile. (This used to be commit ea4d122a8591288221e6f92a4182de82ab0b51e7) | |||||
2002-11-11 | Fix all returns to be size_t (they are all unsigned). Fixup strlen being | Jeremy Allison | 1 | -213/+244 | |
done on ucs2 strings. Jeremy. (This used to be commit 9a6c6946193289eac5b91fe6fd236c0742ec6f8c) | |||||
2002-11-11 | Fix all returns to be size_t (they are all unsigned). Fixup strlen being | Jeremy Allison | 1 | -213/+244 | |
done on ucs2 strings. Jeremy. (This used to be commit 205e8f03015dd533ae62753f2098505f1231e3e4) | |||||
2002-11-11 | fix for CR 601. Only call addprinter command when the port, driver, ↵ | Gerald Carter | 1 | -2/+8 | |
comment, or location field changed (This used to be commit 62a19247d31b1e5b81767880182b40ba396b261a) | |||||
2002-11-11 | fix for CR 601. Only call addprinter command when the port, driver, ↵ | Gerald Carter | 1 | -2/+8 | |
comment, or location field changed (This used to be commit c6d45216f6d3573fb2342f4d3aa3a50415924674) | |||||
2002-11-11 | fix typo(s/plaintext pass column/plain pass column/) | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 411647ecfbfbb17e46ea2289a09e77a2fbb1162f) | |||||
2002-11-11 | Improve DEBUG output somewhat more | Jelmer Vernooij | 1 | -2/+5 | |
(This used to be commit 2cc36ce0ee8383aa8a20a8dc5a3218693dc46817) | |||||
2002-11-11 | More improvement of DEBUG output | Jelmer Vernooij | 1 | -2/+5 | |
(This used to be commit 21530f06b2b89d159657646fe15e16a3fcfdb668) | |||||
2002-11-11 | Add more debug info | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 065ed9783236cf1e8254655a9a1d4de937b35018) | |||||
2002-11-11 | Add extra debug info | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 79207d56929de2acc15a761b23c8b33369c298ee) | |||||
2002-11-11 | Add getdata and getdataex commands | Jim McDonough | 1 | -38/+187 | |
(This used to be commit 1bdd6397516b9f514c04099cf521fe81adad905b) | |||||
2002-11-11 | Add getdata and getdataex commands | Jim McDonough | 1 | -38/+187 | |
(This used to be commit 101727335fffd4011659bfa9f7f8ab24b641fc4e) | |||||
2002-11-11 | Fix typo | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ad5cb338a1e5e60116757a1c8f2fb844ad062401) | |||||
2002-11-11 | Fix typo | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 9b469a2aca6de79a5940769b56d15d22e471b2b5) | |||||
2002-11-11 | Add note about error that happens when the loopback device doesn't work | Jelmer Vernooij | 1 | -0/+6 | |
(This used to be commit 377631b3a07c0fb52e4374cc2484e7852d81a84e) | |||||
2002-11-11 | union is better to avoid problems with pointers | Simo Sorce | 1 | -21/+27 | |
(This used to be commit 1645567db3e85151c139115fdc1238149ccf33a2) | |||||
2002-11-11 | Sync with HEAD. | Tim Potter | 1 | -174/+274 | |
(This used to be commit 130c1d0765502be839f87a8d0f4e47f5a3461c97) | |||||
2002-11-10 | First cut of fix for changenotify on a print server handle. Use the ↵ | Jeremy Allison | 2 | -54/+109 | |
connections tdb with an snum of -1 and a special printername. Jeremy. (This used to be commit 940b04ddfa87acc939911e3fe76496e3c4675632) | |||||
2002-11-10 | First cut of fix for changenotify on a print server handle. Use the ↵ | Jeremy Allison | 2 | -54/+109 | |
connections tdb with an snum of -1 and a special printername. Jeremy. (This used to be commit 06b04380078ad840768a2c5a803f02669f54bc82) | |||||
2002-11-10 | Print the number of returned rows, not the number of fields | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit cf74ddc2fcb1e7286441edb432d8906bb722a3d4) | |||||
2002-11-10 | Print the number of returned rows, not the number of fields | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit f4110a0f80a4f62d548b6d6cae81692476ef85ba) | |||||
2002-11-10 | Add $(POPT_LIB_OBJ) to PROTO_OBJ | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ba34be7033bced52eabf4e0b367a32a5196ef127) | |||||
2002-11-10 | Sync with HEAD | Jelmer Vernooij | 9 | -1757/+0 | |
(This used to be commit b6359c585a563f9694d8afacd43329dece6af500) | |||||
2002-11-10 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵ | cvs2svn Import User | 2 | -0/+46 | |
used to be commit 37ca4bbf0c7895e3a17544e3ac6d316034424f3d) | |||||
2002-11-10 | Add example for MySQL | Jelmer Vernooij | 2 | -0/+46 | |
(This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5) | |||||
2002-11-10 | Remove testsmbc.c from source/ in 3.0 as well. It's already in examples/ | Jelmer Vernooij | 1 | -455/+0 | |
(This used to be commit c1b3cffb3f2087cfb4848ebca72e482c79ac0b6f) | |||||
2002-11-10 | sync with head | Simo Sorce | 3 | -76/+57 | |
was: consolidate alla error mapping functions in one file (This used to be commit 2c9e8b79d94e3276e9eb9bd676af0a68ee3908ff) | |||||
2002-11-10 | consolidate error mapping functions into a single file | Simo Sorce | 3 | -76/+56 | |
(This used to be commit 80086728f2b0d5d56a8ed9e427cba36898d68fc7) | |||||
2002-11-10 | After the lord mayors parade...... | Jeremy Allison | 2 | -13/+39 | |
Janitor for tridge :-). Jeremy. (This used to be commit 76cdfbd5107fff0c38f5fc339f1c27b33fec3a91) | |||||
2002-11-10 | Fix for scalable printing noticed by tpot. Don't loop infinately | Jeremy Allison | 1 | -13/+36 | |
when holding a mutex.... :-). Jeremy. (This used to be commit 7e7b40e0fe1302ae416247c70d8d76bd82ec3474) | |||||
2002-11-10 | Fix for scalable printing noticed by tpot. Don't loop infinately | Jeremy Allison | 1 | -13/+36 | |
when holding a mutex.... :-). Jeremy. (This used to be commit c206643baaae64cef38f2f74e46337d35a489ca9) | |||||
2002-11-10 | make sure we don't try to decode any null password buffers during a | Andrew Tridgell | 1 | -11/+30 | |
SAM sync. This copes with both unset passwords from NT4 DCs and the null passwords you get from w2k domains. (This used to be commit 20c1cd86aca8040c1fe7497b84bb546526676e48) |