Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Quieten some pointer cast warnings. | Tim Potter | 2002-01-16 | 1 | -3/+4 | |
| | | | ||||||
| | * | much better support for organisational units in ADS join | Andrew Tridgell | 2002-01-16 | 3 | -15/+53 | |
| | | | ||||||
| | * | Roll back PSTR insertion. | Martin Pool | 2002-01-16 | 1 | -23/+21 | |
| | | | | | | | | | | | | | | | Just leave the fstrcpy/pstrcpy bugfix, and conversion to pstr_sprintf rather than manual calculation of length. | |||||
| | * | Merge of name_status_find() debugs. | Tim Potter | 2002-01-16 | 1 | -5/+18 | |
| | | | ||||||
| | * | Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb? | Jim McDonough | 2002-01-15 | 1 | -10/+10 | |
| | | | ||||||
| | * | Missing assign fix from Bernt Nilsson bkn@ida.liu.se. | Jeremy Allison | 2002-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | For some reason I wasn't thinking about failure cases this morning... | Andrew Bartlett | 2002-01-15 | 1 | -0/+72 | |
| | | | | | | | | | | | | | | | | | | | | | Anyway, this makes it slightly sane, but we may decide to smb_panic() here instead. Andrew Bartlett | |||||
| | * | Convert to the new pstring interface. This diff is a pretty good | Martin Pool | 2002-01-15 | 1 | -26/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | example of the scope of change the new pstrings would entail: basically inserting PSTR() or FSTR() everywhere you need to coerce one to a char*. It's also a good example of the kind of bug we might catch: on about line 540, we were doing a pstrcpy into an fstring, which might overflow. It's not a problem in this particular case, but it is in general. | |||||
| | * | Split pstring definitions into their own header. | Martin Pool | 2002-01-15 | 2 | -53/+72 | |
| | | | ||||||
| | * | Integrate with PSTRING_SANCTIFY. | Martin Pool | 2002-01-15 | 1 | -4/+4 | |
| | | | ||||||
| | * | #ifdef variable that's not used without dmalloc | Martin Pool | 2002-01-15 | 1 | -0/+2 | |
| | | | ||||||
| | * | Add constness to parameters | Martin Pool | 2002-01-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge errormap typo fix. | Jeremy Allison | 2002-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Remove O_NONBLOCK that was erroneously added... This may mean that the | Jeremy Allison | 2002-01-17 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | DMF fix is no longer needed. Jeremy. | |||||
| * | | Added a get_user_home_dir(), returns from pw file. get_user_service_home_dir() | Jeremy Allison | 2002-01-16 | 7 | -46/+53 | |
| | | | | | | | | | | | | | | | does the magic. Jeremy. | |||||
| * | | Avoid recursion - don't call get_user_home_dir() from substitute. | Jeremy Allison | 2002-01-16 | 1 | -5/+8 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixup the use of %S in the homes share. When we're doing the substitue the | Jeremy Allison | 2002-01-16 | 7 | -34/+77 | |
| | | | | | | | | | | | | | | | | | | | | | new snum doesn't exist yet, so we can't substitute based on it - we get servicename being "homes". Renamed XXX_NOT_CHANGED constants to SMB_XXX_NOT_CHANGED. Jeremy. | |||||
| * | | add section about hostname resolution | Herb Lewis | 2002-01-16 | 1 | -0/+15 | |
| | | | ||||||
| * | | Fixup error mapping so we have only one table containing errno -> dos error ↵ | Jeremy Allison | 2002-01-16 | 4 | -66/+48 | |
| | | | | | | | | | | | | | | | | | | | | | -> NT STATUS maps. Fixes problem with disk full returning incorrect error. Jeremy. | |||||
| * | | Alphabetize, added altname cmd. | Jeremy Allison | 2002-01-16 | 5 | -34/+162 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | added documentation for new -h and -i options. | Herb Lewis | 2002-01-16 | 1 | -0/+22 | |
| | | | ||||||
| * | | Fix name register bug with non-existent wins server. | Jeremy Allison | 2002-01-16 | 1 | -32/+29 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixups for HPUX winbindd build. | Jeremy Allison | 2002-01-16 | 3 | -290/+290 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed include problems. | Jeremy Allison | 2002-01-16 | 1 | -1/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | don't include libnss_wins.so as it appears this may be illegal on non GPL OS | Herb Lewis | 2002-01-16 | 2 | -9/+5 | |
| | | | | | | | | | | | | add define for DMF_FIX and hide warnings about exrtanious const casts. | |||||
| * | | don't let smb.conf debug level override command line (or default 0 setting) | Herb Lewis | 2002-01-16 | 3 | -0/+138 | |
| | | | | | | | | | | | | | | | | | | | | | | | | add documentation or options that have been added in the past but never documented. Could someone generate the other files, I still have not been able to get docbook working on my system. | |||||
| * | | Added setprinter command. | Jeremy Allison | 2002-01-16 | 1 | -4/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | trans2.c : Fixed up a BSOD test - may need this for W2K clients. | Jeremy Allison | 2002-01-16 | 2 | -12/+9 | |
| | | | | | | | | | | | | | | | parse_spoolss.c : Got client side setprinter working from rpcclient. Jeremy. | |||||
| * | | Remove extra '()'s. | Jeremy Allison | 2002-01-16 | 1 | -8/+8 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | New passthough levels for qfsinfo. Still need data in ControlInfo. | Jeremy Allison | 2002-01-16 | 2 | -1/+33 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Tidy up stupid StrnCpy uses. | Jeremy Allison | 2002-01-16 | 2 | -12/+12 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Don't link a .c :-(. | Jeremy Allison | 2002-01-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Finished fixes to allow HPUX 11 to use winbindd. | Jeremy Allison | 2002-01-16 | 8 | -14/+104 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | add wins commands to libnss_winbind.so | Herb Lewis | 2002-01-15 | 1 | -0/+10 | |
| | | | ||||||
| * | | fix proper use of safe_strcat | Herb Lewis | 2002-01-15 | 1 | -15/+12 | |
| | | | ||||||
| * | | Small fix to make getprinter work with connection to server as IP, not name. | Jeremy Allison | 2002-01-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Check malloc fixes from andreas moroder <claudiamoroder@st-ulrich.suedtirol.net> | Jeremy Allison | 2002-01-15 | 5 | -6/+9 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fix strncat compile failure and 'truth value' warning message | Jim McDonough | 2002-01-15 | 1 | -10/+10 | |
| | | | ||||||
| * | | Missing assign fix from Bernt Nilsson bkn@ida.liu.se. | Jeremy Allison | 2002-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed typo in debug statement only. | John Terpstra | 2002-01-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | add new file nsswitch/winbindd_wins.o | Herb Lewis | 2002-01-15 | 1 | -0/+1 | |
| | | | ||||||
| * | | add wins commands to winbind | Herb Lewis | 2002-01-15 | 4 | -1/+81 | |
| | | | | | | | | | | | | add wins test commands to wbinfo | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2002-01-15 | 1 | -0/+211 | |
| |\| | ||||||
| | * | adding wins commands to winbindd - will check in the rest of the changes | Herb Lewis | 2002-01-15 | 1 | -0/+211 | |
| | | | | | | | | | | | | after further testing in 2.2 branch. | |||||
| | * | Add constness to parameters | Martin Pool | 2002-01-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add constness to filenames passed to functions. | Martin Pool | 2002-01-15 | 3 | -3/+28 | |
| | | | ||||||
| | * | Commit the auth associated changes I missed from the last commit. | Andrew Bartlett | 2002-01-15 | 4 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also set the default value of all the allocated strings to "" to avoid changing the interface (becouse pdb_get...() would point to a null string, rather than a null pointer and parts of samba rely on that). Andrew Bartlett | |||||
| | * | Change the passdb interface to use allocated strings. | Andrew Bartlett | 2002-01-15 | 6 | -129/+180 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These strings are allocated using talloc(), either using its own memory context stored on the SAM_ACCOUNT or one supplied by the caller. The pdb_init_sam() and pdb_free_sam() function have been modifed so that a call to pdb_free_sam() will either clean up (remove hashes from memory) and destroy the TALLOC_CTX or just clean up depending on who supplied it. The pdb_init_sam and pdb_free_sam functions now also return an NTSTATUS, and I have modified the 3 places that actually checked these returns. The only nasty thing about this patch is the small measure needed to maintin interface compatability - strings set to NULL are actually set to "". This is becouse there are too many places in Samba that do strlen() on these strings without checking if they are NULL pointers. A supp patch will follow to set all strings to "" in pdb_default_sam(). Andrew Bartlett | |||||
| | * | rerun autoconf | Andrew Bartlett | 2002-01-14 | 1 | -802/+812 | |
| | | | ||||||
| | * | I like --enable-developer, but I find it rather usless when all it gets me is a | Andrew Bartlett | 2002-01-14 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | screen-full of kerberos warnings. This is almost as good, and I can actually see the Samba warnings. Andrew Bartlett |