summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * freeing the wrong pointer, sorry my mistake.Simo Sorce2001-12-301-5/+5
| | |
| | * Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter2001-12-301-1/+1
| | |
| | * util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-304-30/+62
| | | | | | | | | | | | | | | | | | cli_reg.c - indentation pdb_ldap.c - some checks on init fns parameters pdb_tdb.c - some checks on init fns parameters + make sure we close the db on failure
| | * Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-307-107/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | probably will never actually be genearted, but I like the style in any case. Also fix a segfault in 'net rpc' when the login failed and a small memory leak on failure in the auth_info.c code. Andrew Bartlett
| | * Finally remove these files, which moved (by cvs backend magic) to source/authAndrew Bartlett2001-12-302-1668/+0
| | | | | | | | | | | | at the start of the month.
| | * Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett2001-12-302-7/+4
| | |
| | * remove unneaded memory leaking code.Simo Sorce2001-12-301-16/+0
| | |
| | * Fix the compile on systems without a full kerberos kit.Andrew Bartlett2001-12-301-1/+3
| | | | | | | | | | | | Andrew Bartlett
| | * Make Samba compile on RH 6.2 again.Andrew Bartlett2001-12-307-62/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now include the libber.h file if required, but currently we just don't use ldap. (I'll chase this up). In the meantime, I've moved the ads_status code about, its now in its own file, and has a couple of #ifdefs to allow smbd to link - becouse the lack of LDAP caused HAVE_ADS to be undefined. (I hope its not too ugly). Andrew Bartlett
| | * When running interactive we want to set our own process group forJeremy Allison2001-12-306-4/+34
| | | | | | | | | | | | | | | signal management. Jeremy.
| | * pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-305-156/+29
| | |
| | * Documented -i modes for nmbd/smbd.Jeremy Allison2001-12-292-0/+22
| | | | | | | | | | | | Jeremy.
| | * Fixup -i interactive modes.Jeremy Allison2001-12-292-11/+18
| | | | | | | | | | | | Jeremy.
| | * Removed extra lp_adduser() call.Jeremy Allison2001-12-292-17/+4
| | | | | | | | | | | | | | | Fixed up error returns in get_correct_cversion(). Jeremy.
| * | Added code into smbclient to test the UNIX extensions. They seem to workJeremy Allison2002-01-155-71/+344
| | | | | | | | | | | | | | | fine.... Jeremy.
| * | Finished UNIX extensions - including realpath checks on link creation.Jeremy Allison2002-01-1411-25/+153
| | | | | | | | | | | | | | | Now to add tests.... Jeremy.
| * | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-146-703/+681
| | | | | | | | | | | | | | | | | | of the connections db on smbd startup. This should fix the Solaris large load bug.... (fingers crossed). Jeremy.
| * | fix a wrong check on sampass beeing null.Simo Sorce2002-01-121-8/+11
| | | | | | | | | | | | | | | | | | it can never be null, the bug got in when the interface was changed from the previous smb_passwd structure. thanks to Kyle VanderBeek <kylev@yaga.com> for pointing out the bug.
| * | Added smbadduser back to spec files.John Terpstra2002-01-122-2/+2
| | |
| * | Added PRINTER_INFO_4/5 - we've seen 5 on the wire.Jeremy Allison2002-01-124-0/+230
| | | | | | | | | | | | Jeremy.
| * | Always change changeid on setprinterdata.Jeremy Allison2002-01-121-0/+3
| | | | | | | | | | | | Jeremy.
| * | Sync up the changeid changes.Jeremy Allison2002-01-123-660/+687
| | | | | | | | | | | | Jeremy.
| * | bin/rpcclient pip -c "setprinterdata q1 test2 value"Gerald Carter2002-01-115-694/+811
| | |
| * | Changed the macros in byteorder to be const safe by default. This meansJeremy Allison2002-01-1120-156/+162
| | | | | | | | | | | | | | | | | | | | | | | | we can't use the CVAL(a,b) = x form but must use SCVAL(a,b,x). This gets rid of most of the const warnings that have been plaguing us for some time now. Yes, I intend to add this to HEAD also once I've fixed the printer issue. Jeremy.
| * | few quick fixes to make enumprinters, getprinter workGerald Carter2002-01-111-14/+12
| | |
| * | Fixup compiler warnings.Jeremy Allison2002-01-113-672/+672
| | | | | | | | | | | | Jeremy.
| * | Sync up with HEAD changes.Jeremy Allison2002-01-111-4/+18
| | | | | | | | | | | | Jeremy.
| * | Rich Bollinger noticed a test reversed.Jeremy Allison2002-01-111-1/+1
| | | | | | | | | | | | Jeremy.
| * | Merge Andrew's crashfix.Jeremy Allison2002-01-111-0/+1
| | | | | | | | | | | | Jeremy.
| * | Added remote_machine name as another parameter to the "add printer command", ↵John Reilly2002-01-111-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very useful when you want to use smbclient's popup message capability. Fixed SetPrinter() to update the printer driver init data when the driver is changed (i.e. PropPg dropdown driver selection, or New Driver... button). rpc_server/srv_spoolss_nt.c add_printer_hook() Added remote_machine as 7th param update_printer() Added call to set_driver_init() to set driver init data JohnR
| * | Tidied up the trans2 code formatting. A lot.Jeremy Allison2002-01-1110-1304/+1714
| | | | | | | | | | | | | | | | | | | | | | | | 90% of the UNIX extensions code done. It's different from the spec. There are bloody good reasons for that..... New parameter (YES I WILL DOCUMENT THIS) to turn them on/off. They're off by default (there's a reason for that also :-). Jeremy.
| * | regenerate for JimGerald Carter2002-01-112-9/+53
| | |
| * | added structure members referred to by recent changes in vfs-wrap.cHerb Lewis2002-01-101-1/+5
| | |
| * | Update wbinfo doc for missing -r, -a, and -A args, bug I can't get $%?$%$ ↵Jim McDonough2002-01-101-0/+31
| | | | | | | | | | | | docbook installed right. Does anyone want to generate the output?
| * | First part of UNIX CIFS extensions - more to follow.Jeremy Allison2002-01-103-3/+168
| | | | | | | | | | | | Jeremy.
| * | Oh joy - the original code didn't do mapping of the perms onto the wire.Jeremy Allison2002-01-101-11/+41
| | | | | | | | | | | | | | | Make it up as we go along... :-). Jeremy.
| * | Ensure this is committed last.Jeremy Allison2002-01-101-243/+325
| | | | | | | | | | | | Jeremy.
| * | We need to test for major/minor device macros.Jeremy Allison2002-01-104-0/+39
| | | | | | | | | | | | Jeremy.
| * | Added vfs calls to link/mknod to prepare for UNIX extensions.Jeremy Allison2002-01-1011-473/+688
| | | | | | | | | | | | | | | | | | | | | Upped VFS interface rev. to 2. Added tests for dev64_t. Added descriptons of UNIX extensions. Jeremy.
| * | Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison2002-01-095-281/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | the specifies the units that st_blocks is in. The reason for this is that HPUX uses 8k, AIX uses a #defined constant and everyone else (tm) uses 512 byte units. Needed for the CIFS UNIX extensions - coming to a Samba server near you soon.... :-). Jeremy.
| * | Fixed typo.Jeremy Allison2002-01-091-1/+1
| | | | | | | | | | | | Jeremy.
| * | Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2002-01-092-5/+5
| | | | | | | | | | | | Jeremy.
| * | Modified samba/var permissions to be 0711. I don't know if 0755 is better.Shirish Kalele2002-01-091-1/+1
| | | | | | | | | | | | I just didn't want non-root users to access the log files.
| * | missing pdb_free_sam() when NT_STATUS_NO_USERGerald Carter2002-01-091-1/+4
| | |
| * | When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-092-21/+25
| | | | | | | | | | | | | | | change the version number also. Jeremy.
| * | Move to using little endian int32 in tdb's.Jeremy Allison2002-01-094-38/+61
| | | | | | | | | | | | Jeremy.
| * | Merge of lp_set_logfile() fix from HEAD.Tim Potter2002-01-091-1/+1
| | |
| * | Move to tdb_change_int32_atomic().Jeremy Allison2002-01-096-8/+60
| | | | | | | | | | | | | | | HPUX nss fixes. Jeremy.
| * | Merged some memory leak fixes from HEAD.Tim Potter2002-01-091-0/+3
| | |
| * | Merge tridge's "fixed a winbindd crash when the group membership can't beTim Potter2002-01-091-2/+4
| | | | | | | | | | | | looked up" from 1.32.